diff --git a/public/themes/custom/infofinland/package-lock.json b/public/themes/custom/infofinland/package-lock.json index c44f2ac2..b7114fb0 100644 --- a/public/themes/custom/infofinland/package-lock.json +++ b/public/themes/custom/infofinland/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@babel/core": "^7.23.2", - "@babel/eslint-parser": "^7.22.15", + "@babel/eslint-parser": "^7.25.8", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/preset-env": "^7.23.2", "@nuxt/friendly-errors-webpack-plugin": "^2.5.1", @@ -143,9 +143,10 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.24.1", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz", - "integrity": "sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==", + "version": "7.25.8", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.8.tgz", + "integrity": "sha512-Po3VLMN7fJtv0nsOjBDSbO1J71UhzShE9MuOSkWEV9IZQXzhZklYtzKZ8ZD/Ij3a0JBv1AG3Ny2L3jvAHQVOGg==", + "license": "MIT", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", @@ -156,7 +157,7 @@ }, "peerDependencies": { "@babel/core": "^7.11.0", - "eslint": "^7.5.0 || ^8.0.0" + "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0" } }, "node_modules/@babel/generator": { diff --git a/public/themes/custom/infofinland/package.json b/public/themes/custom/infofinland/package.json index 5d789c65..7739aac9 100644 --- a/public/themes/custom/infofinland/package.json +++ b/public/themes/custom/infofinland/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@babel/core": "^7.23.2", - "@babel/eslint-parser": "^7.22.15", + "@babel/eslint-parser": "^7.25.8", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/preset-env": "^7.23.2", "@nuxt/friendly-errors-webpack-plugin": "^2.5.1",