diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index e321e42c..afaa2e49 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -15,7 +15,7 @@ "@typescript-eslint/eslint-plugin": "^8.31.1", "@typescript-eslint/parser": "^8.31.1", "eslint": "^9.25.1", - "eslint-config-prettier": "^10.1.2", + "eslint-config-prettier": "^10.1.5", "eslint-plugin-jest": "^28.11.0", "globals": "^16.0.0", "jest": "^29.7.0", @@ -4965,14 +4965,17 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz", + "integrity": "sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==", "dev": true, "license": "MIT", "bin": { "eslint-config-prettier": "bin/cli.js" }, + "funding": { + "url": "https://opencollective.com/eslint-config-prettier" + }, "peerDependencies": { "eslint": ">=7.0.0" } diff --git a/src/TodoApp/package.json b/src/TodoApp/package.json index 5ab66be5..be8ee6ce 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -24,7 +24,7 @@ "@typescript-eslint/eslint-plugin": "^8.31.1", "@typescript-eslint/parser": "^8.31.1", "eslint": "^9.25.1", - "eslint-config-prettier": "^10.1.2", + "eslint-config-prettier": "^10.1.5", "eslint-plugin-jest": "^28.11.0", "globals": "^16.0.0", "jest": "^29.7.0",