diff --git a/package-lock.json b/package-lock.json index 9af5da0..241445b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "devDependencies": { - "@babel/eslint-parser": "^7.24.1", + "@babel/eslint-parser": "^7.24.7", "@babel/plugin-syntax-import-assertions": "^7.24.1", "@types/chrome": "^0.0.263", "eslint": "^8.56.0", @@ -113,9 +113,9 @@ } }, "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.24.7", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.7.tgz", + "integrity": "sha512-SO5E3bVxDuxyNxM5agFv480YA2HO6ohZbGxbazZdIk3KQOPOGVNw6q78I9/lbviIf95eq6tPozeYnJLbjnC8IA==", "dev": true, "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", @@ -127,7 +127,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/eslint-parser/node_modules/eslint-visitor-keys": { diff --git a/package.json b/package.json index 6086ac4..1330cbc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test": "tsc" }, "devDependencies": { - "@babel/eslint-parser": "^7.24.1", + "@babel/eslint-parser": "^7.24.7", "@babel/plugin-syntax-import-assertions": "^7.24.1", "@types/chrome": "^0.0.263", "eslint": "^8.56.0",