fix: upgrade core-js from 3.26.1 to 3.37.1

Snyk has created this PR to upgrade core-js from 3.26.1 to 3.37.1.

See this package in npm:
core-js

See this project in Snyk:
https://app.snyk.io/org/zntb/project/4ecd4d7a-2d84-46d6-883b-1aa7735f9649?utm_source=github&utm_medium=referral&page=upgrade-pr
pull/1312/head
snyk-bot 1 year ago
parent f7d6ae59e4
commit 6dabbad750
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

@ -8,7 +8,7 @@
"name": "quizzes",
"version": "0.1.0",
"dependencies": {
"core-js": "^3.6.5",
"core-js": "^3.37.1",
"vue": "^2.6.11",
"vue-i18n": "^8.28.2",
"vue-router": "^3.2.0"
@ -4383,10 +4383,11 @@
}
},
"node_modules/core-js": {
"version": "3.26.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.26.1.tgz",
"integrity": "sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA==",
"version": "3.37.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz",
"integrity": "sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==",
"hasInstallScript": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
@ -14854,9 +14855,9 @@
}
},
"core-js": {
"version": "3.26.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.26.1.tgz",
"integrity": "sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA=="
"version": "3.37.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.1.tgz",
"integrity": "sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw=="
},
"core-js-compat": {
"version": "3.31.1",

@ -12,7 +12,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.5",
"core-js": "^3.37.1",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vue-i18n": "^8.28.2"

Loading…
Cancel
Save