diff --git a/package-lock.json b/package-lock.json index b3e5c608..3932d8a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "agpl", "dependencies": { - "@babel/eslint-parser": "^7.24.7", + "@babel/eslint-parser": "^7.25.9", "@nextcloud/axios": "^2.5.0", "@nextcloud/dialogs": "^5.3.2", "@nextcloud/eslint-plugin": "^2.2.1", @@ -186,9 +186,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz", - "integrity": "sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz", + "integrity": "sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", diff --git a/package.json b/package.json index e0f74139..66b2a440 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.css src/**/*.scss src/*.vue src/**/*.vue --fix" }, "dependencies": { - "@babel/eslint-parser": "^7.24.7", + "@babel/eslint-parser": "^7.25.9", "@nextcloud/axios": "^2.5.0", "@nextcloud/dialogs": "^5.3.2", "@nextcloud/eslint-plugin": "^2.2.1",