diff --git a/sourcefiles/modern/package-lock.json b/sourcefiles/modern/package-lock.json index 1dea51a91..1da641f4b 100644 --- a/sourcefiles/modern/package-lock.json +++ b/sourcefiles/modern/package-lock.json @@ -19,7 +19,7 @@ "@babel/preset-env": "^7.28.0", "babel-loader": "^8.3.0", "eslint": "^9.31.0", - "eslint-config-prettier": "^8.3.0", + "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^3.4.0", "html-webpack-plugin": "^5.3.2", "prettier": "^3.6.2", @@ -2836,13 +2836,16 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz", - "integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==", + "version": "10.1.8", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz", + "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" }, + "funding": { + "url": "https://opencollective.com/eslint-config-prettier" + }, "peerDependencies": { "eslint": ">=7.0.0" } @@ -7357,9 +7360,9 @@ } }, "eslint-config-prettier": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz", - "integrity": "sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==", + "version": "10.1.8", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz", + "integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==", "dev": true, "requires": {} }, diff --git a/sourcefiles/modern/package.json b/sourcefiles/modern/package.json index 2eb9c6fe2..5d0c62d95 100644 --- a/sourcefiles/modern/package.json +++ b/sourcefiles/modern/package.json @@ -33,7 +33,7 @@ "@babel/preset-env": "^7.28.0", "babel-loader": "^8.3.0", "eslint": "^9.31.0", - "eslint-config-prettier": "^8.3.0", + "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^3.4.0", "html-webpack-plugin": "^5.3.2", "prettier": "^3.6.2",