diff --git a/CommonUI/package-lock.json b/CommonUI/package-lock.json index 3bbbc23040..501d8073e6 100644 --- a/CommonUI/package-lock.json +++ b/CommonUI/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@babel/runtime": "^7.24.1", + "@babel/runtime": "^7.24.6", "@monaco-editor/react": "^4.4.6", "@nivo/core": "^0.87.0", "@nivo/line": "^0.87.0", @@ -9556,7 +9556,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.24.5", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.6.tgz", + "integrity": "sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" diff --git a/CommonUI/package.json b/CommonUI/package.json index 3f115633e3..3117a01c66 100644 --- a/CommonUI/package.json +++ b/CommonUI/package.json @@ -14,7 +14,7 @@ "license": "Apache-2.0", "type": "module", "dependencies": { - "@babel/runtime": "^7.24.1", + "@babel/runtime": "^7.24.6", "@monaco-editor/react": "^4.4.6", "@nivo/core": "^0.87.0", "@nivo/line": "^0.87.0",