diff --git a/package-lock.json b/package-lock.json index f9e64477..c44b77a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "devDependencies": { "@babel/cli": "=7.22.5", "@babel/core": "=7.21.0", - "@babel/eslint-parser": "=7.21.3", + "@babel/eslint-parser": "=7.22.5", "@babel/plugin-proposal-class-properties": "=7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6", "@babel/plugin-proposal-object-rest-spread": "=7.20.7", @@ -242,9 +242,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz", - "integrity": "sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz", + "integrity": "sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==", "dev": true, "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", @@ -29630,9 +29630,9 @@ } }, "@babel/eslint-parser": { - "version": "7.21.3", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz", - "integrity": "sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz", + "integrity": "sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==", "dev": true, "requires": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", diff --git a/package.json b/package.json index 722d9f9a..8f45bf14 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "devDependencies": { "@babel/cli": "=7.22.5", "@babel/core": "=7.21.0", - "@babel/eslint-parser": "=7.21.3", + "@babel/eslint-parser": "=7.22.5", "@babel/plugin-proposal-class-properties": "=7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6", "@babel/plugin-proposal-object-rest-spread": "=7.20.7",