This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push: new 9516cbe7 "overrides": { "@babel/runtime": "7.26.10" } 9516cbe7 is described below commit 9516cbe74feeaabe9f735d1a40d8f050e8541b67 Author: Marat Gubaidullin <ma...@talismancloud.io> AuthorDate: Mon Apr 7 10:33:27 2025 -0400 "overrides": { "@babel/runtime": "7.26.10" } --- karavan-vscode/package-lock.json | 4 +++- karavan-vscode/package.json | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/karavan-vscode/package-lock.json b/karavan-vscode/package-lock.json index 9b296ac4..2095a42a 100644 --- a/karavan-vscode/package-lock.json +++ b/karavan-vscode/package-lock.json @@ -1739,7 +1739,9 @@ "license": "MIT" }, "node_modules/@babel/runtime": { - "version": "7.23.1", + "version": "7.26.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.10.tgz", + "integrity": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" diff --git a/karavan-vscode/package.json b/karavan-vscode/package.json index 9f561d3e..4d28f072 100644 --- a/karavan-vscode/package.json +++ b/karavan-vscode/package.json @@ -795,6 +795,7 @@ }, "overrides": { "@svgr/webpack": "$@svgr/webpack", - "core-js": "^3.30.1" + "core-js": "^3.30.1", + "@babel/runtime": "7.26.10" } }