diff --git a/vue-app/package-lock.json b/vue-app/package-lock.json index f1a8155..7117afe 100644 --- a/vue-app/package-lock.json +++ b/vue-app/package-lock.json @@ -13,7 +13,7 @@ "@fortawesome/vue-fontawesome": "^2.0.2", "axios": "^0.21.1", "bulma": "^0.9.4", - "core-js": "^3.6.5", + "core-js": "^3.37.0", "vue": "^2.6.11", "vue-router": "^3.2.0", "vuex": "^3.4.0" @@ -4827,7 +4827,9 @@ } }, "node_modules/core-js": { - "version": "3.14.0", + "version": "3.37.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz", + "integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -18020,7 +18022,9 @@ } }, "core-js": { - "version": "3.14.0" + "version": "3.37.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz", + "integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==" }, "core-js-compat": { "version": "3.27.1", diff --git a/vue-app/package.json b/vue-app/package.json index bb43308..a483743 100644 --- a/vue-app/package.json +++ b/vue-app/package.json @@ -18,7 +18,7 @@ "@fortawesome/vue-fontawesome": "^2.0.2", "axios": "^0.21.1", "bulma": "^0.9.4", - "core-js": "^3.6.5", + "core-js": "^3.37.0", "vue": "^2.6.11", "vue-router": "^3.2.0", "vuex": "^3.4.0"