diff --git a/package.json b/package.json index 7ae7eb4..713b651 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "jest-environment-node": "^29.3.1", "ovsx": "^0.7.1", "prettier": "^3.1.0", - "prettier-eslint": "^16.1.2", + "prettier-eslint": "^16.3.0", "ts-node": "^10.9.1", "typescript": "^4.9.5", "vsce": "^2.15.0" diff --git a/yarn.lock b/yarn.lock index 296c81b..efb4cf2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4532,10 +4532,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier-eslint@^16.1.2: - version "16.1.2" - resolved "https://registry.yarnpkg.com/prettier-eslint/-/prettier-eslint-16.1.2.tgz#86364fea13dd063f3df715b922678dd8a0fd4be1" - integrity sha512-mGFGZQbAh11FSnwW3H1zngzQYR2QMmHO8vdfgnAuzOFhnDeUZHYtwpqQvOMOMT0k818Dr1X+J4a/sVE0r34RKQ== +prettier-eslint@^16.3.0: + version "16.3.0" + resolved "https://registry.yarnpkg.com/prettier-eslint/-/prettier-eslint-16.3.0.tgz#8f7bbc863f35939948e386eafe72ffd653b2d80b" + integrity sha512-Lh102TIFCr11PJKUMQ2kwNmxGhTsv/KzUg9QYF2Gkw259g/kPgndZDWavk7/ycbRvj2oz4BPZ1gCU8bhfZH/Xg== dependencies: "@typescript-eslint/parser" "^6.7.5" common-tags "^1.4.0"