diff --git a/package-lock.json b/package-lock.json index 3767c9b..3adc4c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "eslint": "^9.26.0", - "eslint-config-prettier": "^10.1.2", + "eslint-config-prettier": "^10.1.3", "globals": "^16.0.0", "semantic-release": "24.2.3", "typescript-eslint": "^8.32.0" @@ -3808,9 +3808,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "10.1.2", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.2.tgz", - "integrity": "sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA==", + "version": "10.1.3", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.3.tgz", + "integrity": "sha512-vDo4d9yQE+cS2tdIT4J02H/16veRvkHgiLDRpej+WL67oCfbOb97itZXn8wMPJ/GsiEBVjrjs//AVNw2Cp1EcA==", "dev": true, "license": "MIT", "bin": { @@ -3850,16 +3850,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/@eslint/js": { - "version": "9.25.1", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.25.1.tgz", - "integrity": "sha512-dEIwmjntEx8u3Uvv+kr3PDeeArL8Hw07H9kyYxCjnM9pBjfEhk6uLXSchxxzgiwtRhhzVzqmUSDFBOi1TuZ7qg==", - "dev": true, - "license": "MIT", - "engines": { - "node": "^18.18.0 || ^20.9.0 || >=21.1.0" - } - }, "node_modules/eslint/node_modules/@types/estree": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz", diff --git a/package.json b/package.json index 08db6a2..c2a8888 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@semantic-release/git": "10.0.1", "semantic-release": "24.2.3", "eslint": "^9.26.0", - "eslint-config-prettier": "^10.1.2", + "eslint-config-prettier": "^10.1.3", "globals": "^16.0.0", "typescript-eslint": "^8.32.0" },