-npm: Update devDeps and core-js-bundle copy
parent
4a5a24f374
commit
3d95c9095f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3022,9 +3022,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"core-js-bundle": {
|
||||
"version": "3.6.1",
|
||||
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.6.1.tgz",
|
||||
"integrity": "sha512-jMQuu9R/WLLgNw0LNSSFw4wmDqlP2b/d5IG2xQeevMN0gJbUKVRyArJIKOgbgE3Q0PWxzGQr01lecQl/yhjoxA==",
|
||||
"version": "3.6.2",
|
||||
"resolved": "https://registry.npmjs.org/core-js-bundle/-/core-js-bundle-3.6.2.tgz",
|
||||
"integrity": "sha512-W1a9Uks77ZBboo7gHt7Gytd/zsIj4EL1Zfad01kJyCuodBY350S5v/9aoOEb+2ZDW8lKdcoeiZvx3FrC6GWN5Q==",
|
||||
"dev": true
|
||||
},
|
||||
"core-js-compat": {
|
||||
|
@ -4378,9 +4378,9 @@
|
|||
}
|
||||
},
|
||||
"eslint-plugin-jsdoc": {
|
||||
"version": "20.0.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-20.0.0.tgz",
|
||||
"integrity": "sha512-JtQw5ctQmflpp3szNnAdyQkBKs4gfVC9Yjer9+g7e0F9l/hraQ4N2fBFUBSpWafpxz9TPV6aAUeYHjM6rHRxBw==",
|
||||
"version": "20.0.2",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-20.0.2.tgz",
|
||||
"integrity": "sha512-Acj6D4tUnmw4tfX0BhJlxRbjZbF8hPDY6RGSCIjPRUmayOi40NEHyGN6rSlGYkblBwD0Yd817mPdNKFhkdchiw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"comment-parser": "^0.7.2",
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
|
||||
"coffeescript": "^2.5.0",
|
||||
"copyfiles": "^2.1.1",
|
||||
"core-js-bundle": "^3.6.1",
|
||||
"core-js-bundle": "^3.6.2",
|
||||
"coveradge": "^0.2.0",
|
||||
"cypress": "^3.8.1",
|
||||
"cypress-axe": "^0.5.3",
|
||||
|
@ -147,7 +147,7 @@
|
|||
"eslint-plugin-eslint-comments": "^3.1.2",
|
||||
"eslint-plugin-html": "^6.0.0",
|
||||
"eslint-plugin-import": "^2.19.1",
|
||||
"eslint-plugin-jsdoc": "^20.0.0",
|
||||
"eslint-plugin-jsdoc": "^20.0.2",
|
||||
"eslint-plugin-markdown": "^1.0.1",
|
||||
"eslint-plugin-no-unsanitized": "^3.0.2",
|
||||
"eslint-plugin-no-use-extend-native": "^0.4.1",
|
||||
|
|
Loading…
Reference in New Issue