diff --git a/package-lock.json b/package-lock.json index f45416d..13a1d73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.0", "license": "MIT", "devDependencies": { - "@babel/eslint-parser": "^7.24.1", + "@babel/eslint-parser": "^7.26.8", "@babel/register": "^7.23.7", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", @@ -145,10 +145,11 @@ } }, "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.26.8", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.8.tgz", + "integrity": "sha512-3tBctaHRW6xSub26z7n8uyOTwwUsCdvIug/oxBH9n6yCO5hMj2vwDJAo7RbBMKrM7P+W2j61zLKviJQFGOYKMg==", "dev": true, + "license": "MIT", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", @@ -159,7 +160,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 46c30f3..25d9079 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@babel/register": "^7.23.7", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", - "@babel/eslint-parser": "^7.24.1", + "@babel/eslint-parser": "^7.26.8", "babel-preset-env": "^1.7.0", "del": "6.1.1", "eslint": "^8.57.0",