diff --git a/package-lock.json b/package-lock.json index 7ed6e5299f4..016028cab7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "npm-run-all": "4.1.5", "prettier": "^3.0.0", "prettier-plugin-pkg": "0.18.0", - "prettier-plugin-sh": "^0.13.0", + "prettier-plugin-sh": "^0.13.1", "replace-in-file": "^7.0.1", "stylelint": "^14.16.1", "stylelint-config-prettier": "9.0.5", @@ -23628,14 +23628,13 @@ } }, "node_modules/prettier-plugin-sh": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-sh/-/prettier-plugin-sh-0.13.0.tgz", - "integrity": "sha512-YAoRiG/CJ5cK7ha5khzwrKTTAsYv0v+bgImTPo/ITuFJy68ThAUhz0shzY2xaEkLHy/e4yFI+VcmLsNdCzVxkA==", + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-sh/-/prettier-plugin-sh-0.13.1.tgz", + "integrity": "sha512-ytMcl1qK4s4BOFGvsc9b0+k9dYECal7U29bL/ke08FEUsF/JLN0j6Peo0wUkFDG4y2UHLMhvpyd6Sd3zDXe/eg==", "dev": true, "dependencies": { "mvdan-sh": "^0.10.1", - "sh-syntax": "^0.4.1", - "synckit": "^0.8.5" + "sh-syntax": "^0.4.1" }, "engines": { "node": ">=16.0.0" @@ -50391,14 +50390,13 @@ "requires": {} }, "prettier-plugin-sh": { - "version": "0.13.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-sh/-/prettier-plugin-sh-0.13.0.tgz", - "integrity": "sha512-YAoRiG/CJ5cK7ha5khzwrKTTAsYv0v+bgImTPo/ITuFJy68ThAUhz0shzY2xaEkLHy/e4yFI+VcmLsNdCzVxkA==", + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-sh/-/prettier-plugin-sh-0.13.1.tgz", + "integrity": "sha512-ytMcl1qK4s4BOFGvsc9b0+k9dYECal7U29bL/ke08FEUsF/JLN0j6Peo0wUkFDG4y2UHLMhvpyd6Sd3zDXe/eg==", "dev": true, "requires": { "mvdan-sh": "^0.10.1", - "sh-syntax": "^0.4.1", - "synckit": "^0.8.5" + "sh-syntax": "^0.4.1" } }, "pretty-bytes": { diff --git a/package.json b/package.json index 7068eea5050..14b4cf12ddd 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "npm-run-all": "4.1.5", "prettier": "^3.0.0", "prettier-plugin-pkg": "0.18.0", - "prettier-plugin-sh": "^0.13.0", + "prettier-plugin-sh": "^0.13.1", "replace-in-file": "^7.0.1", "stylelint": "^14.16.1", "stylelint-config-prettier": "9.0.5",