diff --git a/package-lock.json b/package-lock.json index 595232209..8f723a43d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MPL-2.0", "devDependencies": { "@babel/core": "^7.24.1", - "@babel/eslint-parser": "^7.23.10", + "@babel/eslint-parser": "^7.24.1", "@mdn/bob": "^4.0.1", "chokidar-cli": "^3.0.0", "eslint": "^8.57.0", @@ -103,9 +103,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.23.10", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.10.tgz", - "integrity": "sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.24.1.tgz", + "integrity": "sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==", "dev": true, "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", diff --git a/package.json b/package.json index f9556c11e..6b40050be 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@babel/core": "^7.24.1", - "@babel/eslint-parser": "^7.23.10", + "@babel/eslint-parser": "^7.24.1", "@mdn/bob": "^4.0.1", "chokidar-cli": "^3.0.0", "eslint": "^8.57.0",