diff --git a/package-lock.json b/package-lock.json index 0e4a377..13f161a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@babel/core": "^7.16.7", - "@babel/eslint-parser": "7.26.10", + "@babel/eslint-parser": "7.27.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "7.37.4", @@ -96,9 +96,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.26.10", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.10.tgz", - "integrity": "sha512-QsfQZr4AiLpKqn7fz+j7SN+f43z2DZCgGyYbNJ2vJOqKfG4E6MZer1+jqGZqKJaxq/gdO2DC/nUu45+pOL5p2Q==", + "version": "7.27.0", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.27.0.tgz", + "integrity": "sha512-dtnzmSjXfgL/HDgMcmsLSzyGbEosi4DrGWoCNfuI+W4IkVJw6izpTe7LtOdwAXnkDqw5yweboYCTkM2rQizCng==", "license": "MIT", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", diff --git a/package.json b/package.json index ce4b8d6..9bfe80d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@babel/core": "^7.16.7", - "@babel/eslint-parser": "7.26.10", + "@babel/eslint-parser": "7.27.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-react": "7.37.4",