diff --git a/package-lock.json b/package-lock.json index 882e60f..d9d2f0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@babel/core": "^7.24.3", - "@babel/eslint-parser": "^7.23.10", + "@babel/eslint-parser": "^7.24.1", "@babel/preset-env": "^7.24.4", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", @@ -132,9 +132,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 bf2f106..d6a761a 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ }, "devDependencies": { "@babel/core": "^7.24.3", - "@babel/eslint-parser": "^7.23.10", + "@babel/eslint-parser": "^7.24.1", "@babel/preset-env": "^7.24.4", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1",