diff --git a/package-lock.json b/package-lock.json index a6b4c3e4..615c3e2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "v8-compile-cache": "^2.3.0" }, "devDependencies": { - "@babel/eslint-parser": "7.23.10", + "@babel/eslint-parser": "7.24.1", "electron": "18.3.15", "electron-builder": "23.6.0", "eslint": "8.57.0" @@ -163,9 +163,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", @@ -5909,9 +5909,9 @@ } }, "@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, "requires": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", diff --git a/package.json b/package.json index 2cea8dff..1100c3f4 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "v8-compile-cache": "^2.3.0" }, "devDependencies": { - "@babel/eslint-parser": "7.23.10", + "@babel/eslint-parser": "7.24.1", "electron-builder": "23.6.0", "electron": "18.3.15", "eslint": "8.57.0"