diff --git a/package-lock.json b/package-lock.json index 8fe0409b..823e659e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "devDependencies": { "@babel/cli": "=7.21.0", "@babel/core": "=7.21.0", - "@babel/eslint-parser": "=7.19.1", + "@babel/eslint-parser": "=7.21.3", "@babel/plugin-proposal-class-properties": "=7.16.7", "@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6", "@babel/plugin-proposal-object-rest-spread": "=7.19.4", @@ -255,9 +255,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz", - "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==", + "version": "7.21.3", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz", + "integrity": "sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==", "dev": true, "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", @@ -29378,9 +29378,9 @@ } }, "@babel/eslint-parser": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz", - "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==", + "version": "7.21.3", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz", + "integrity": "sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==", "dev": true, "requires": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", diff --git a/package.json b/package.json index d9d34176..19cdf89b 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "devDependencies": { "@babel/cli": "=7.21.0", "@babel/core": "=7.21.0", - "@babel/eslint-parser": "=7.19.1", + "@babel/eslint-parser": "=7.21.3", "@babel/plugin-proposal-class-properties": "=7.16.7", "@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6", "@babel/plugin-proposal-object-rest-spread": "=7.19.4",