From 23a074974d062fb054c621563e315464bb9e1cce Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 15:41:20 +0000 Subject: [PATCH] Update @babel/runtime-corejs2 to version 7.20.13 --- kctest-frontend/package-lock.json | 14 +++++++------- kctest-frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/kctest-frontend/package-lock.json b/kctest-frontend/package-lock.json index f09a8a8c..26572d13 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.20.7", + "@babel/runtime-corejs2": "^7.20.13", "axios": "^0.27.2", "bootstrap-vue": "^2.23.1", "moment": "^2.29.4", @@ -1819,9 +1819,9 @@ } }, "node_modules/@babel/runtime-corejs2": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.20.7.tgz", - "integrity": "sha512-SrtIxfjwLkUFljufH1GeqYlIYzdyxP2IoCb3tVjcrTdMyB7RQyRCdkyMzvw3k/h+CStnSf2SvvQicS1Rf/fuGQ==", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.20.13.tgz", + "integrity": "sha512-K2yRNithMJG4epI509n4ljPjogMhmYCB887iSD7rRecxWC9dkbfJZCPGj0BQaqG3d3Qkpb1SotEmyeMmtnvxhw==", "dependencies": { "core-js": "^2.6.12", "regenerator-runtime": "^0.13.11" @@ -21610,9 +21610,9 @@ } }, "@babel/runtime-corejs2": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.20.7.tgz", - "integrity": "sha512-SrtIxfjwLkUFljufH1GeqYlIYzdyxP2IoCb3tVjcrTdMyB7RQyRCdkyMzvw3k/h+CStnSf2SvvQicS1Rf/fuGQ==", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.20.13.tgz", + "integrity": "sha512-K2yRNithMJG4epI509n4ljPjogMhmYCB887iSD7rRecxWC9dkbfJZCPGj0BQaqG3d3Qkpb1SotEmyeMmtnvxhw==", "requires": { "core-js": "^2.6.12", "regenerator-runtime": "^0.13.11" diff --git a/kctest-frontend/package.json b/kctest-frontend/package.json index 8d1d9ac5..207caca4 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.20.7", + "@babel/runtime-corejs2": "^7.20.13", "axios": "^0.27.2", "bootstrap-vue": "^2.23.1", "moment": "^2.29.4",