diff --git a/kctest-frontend/package-lock.json b/kctest-frontend/package-lock.json index 80482d2..688ec7a 100644 --- a/kctest-frontend/package-lock.json +++ b/kctest-frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "kctest-frontend", "version": "1.0.0", "dependencies": { - "@babel/runtime-corejs2": "^7.24.1", + "@babel/runtime-corejs2": "^7.24.4", "axios": "^1.6.8", "bootstrap-vue": "^2.23.1", "moment": "^2.30.1", @@ -1981,9 +1981,9 @@ } }, "node_modules/@babel/runtime-corejs2": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.24.1.tgz", - "integrity": "sha512-De0q0utpUPiXnc7+B7Ku86mJ0eDItC/v3uFa/lQkq63XnHyZiytDHeCIvechlnVwwpU2ChjGF7c3I+mBrTudwg==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.24.4.tgz", + "integrity": "sha512-ZCKqyUKt/Coimg+3Kafu43yNetgYnTXzNbEGAgxc81J5sI0qFNbQ613w7PNny+SmijAmGVroL0GDvx5rG/JI5Q==", "dependencies": { "core-js": "^2.6.12", "regenerator-runtime": "^0.14.0" @@ -20456,9 +20456,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.24.1.tgz", - "integrity": "sha512-De0q0utpUPiXnc7+B7Ku86mJ0eDItC/v3uFa/lQkq63XnHyZiytDHeCIvechlnVwwpU2ChjGF7c3I+mBrTudwg==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.24.4.tgz", + "integrity": "sha512-ZCKqyUKt/Coimg+3Kafu43yNetgYnTXzNbEGAgxc81J5sI0qFNbQ613w7PNny+SmijAmGVroL0GDvx5rG/JI5Q==", "requires": { "core-js": "^2.6.12", "regenerator-runtime": "^0.14.0" diff --git a/kctest-frontend/package.json b/kctest-frontend/package.json index 7b090a3..ad2f9ba 100644 --- a/kctest-frontend/package.json +++ b/kctest-frontend/package.json @@ -12,7 +12,7 @@ "build": "node build/build.js" }, "dependencies": { - "@babel/runtime-corejs2": "^7.24.1", + "@babel/runtime-corejs2": "^7.24.4", "axios": "^1.6.8", "bootstrap-vue": "^2.23.1", "moment": "^2.30.1",