0
0
Fork 0

Bump core-js from 3.7.0 to 3.8.3

Bumps [core-js](https://github.com/zloirock/core-js) from 3.7.0 to 3.8.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.7.0...v3.8.3)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-03 22:04:47 +00:00 committed by GitHub
parent 9242e04f12
commit fd251afb52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4960,9 +4960,9 @@
} }
}, },
"core-js": { "core-js": {
"version": "3.7.0", "version": "3.8.3",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.3.tgz",
"integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" "integrity": "sha512-KPYXeVZYemC2TkNEkX/01I+7yd+nX3KddKwZ1Ww7SKWdI2wQprSgLmrTddT8nw92AjEklTsPBoSdQBhbI1bQ6Q=="
}, },
"core-js-compat": { "core-js-compat": {
"version": "3.8.3", "version": "3.8.3",

View file

@ -13,7 +13,7 @@
"dependencies": { "dependencies": {
"axios": "^0.21.1", "axios": "^0.21.1",
"clipboard-polyfill": "^3.0.2", "clipboard-polyfill": "^3.0.2",
"core-js": "^3.7.0", "core-js": "^3.8.3",
"v-tooltip": "^2.1.2", "v-tooltip": "^2.1.2",
"vue": "^2.6.11", "vue": "^2.6.11",
"vue-ellipse-progress": "^1.1.1", "vue-ellipse-progress": "^1.1.1",