diff --git a/web/package-lock.json b/web/package-lock.json index 4d8ed1fb8..f38c4c193 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -55,7 +55,7 @@ "yaml": "2.6.0" }, "devDependencies": { - "@babel/core": "7.25.9", + "@babel/core": "7.26.0", "@babel/preset-react": "^7.25.7", "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", @@ -267,21 +267,21 @@ } }, "node_modules/@babel/core": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.9.tgz", - "integrity": "sha512-WYvQviPw+Qyib0v92AwNIrdLISTp7RfDkM7bPqBvpbnhY4wq8HvHBZREVdYDXk98C8BkOIVnHAY3yvj7AVISxQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.25.9", - "@babel/generator": "^7.25.9", + "@babel/code-frame": "^7.26.0", + "@babel/generator": "^7.26.0", "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helpers": "^7.25.9", - "@babel/parser": "^7.25.9", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.0", + "@babel/parser": "^7.26.0", "@babel/template": "^7.25.9", "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9", + "@babel/types": "^7.26.0", "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", diff --git a/web/package.json b/web/package.json index 07411c5a5..1930abd25 100644 --- a/web/package.json +++ b/web/package.json @@ -64,7 +64,7 @@ "yaml": "2.6.0" }, "devDependencies": { - "@babel/core": "7.25.9", + "@babel/core": "7.26.0", "@babel/preset-react": "^7.25.7", "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2",