diff --git a/stencil-workspace/package-lock.json b/stencil-workspace/package-lock.json index 23f0a5916..218d2ec04 100644 --- a/stencil-workspace/package-lock.json +++ b/stencil-workspace/package-lock.json @@ -32,7 +32,7 @@ "eslint-plugin-storybook": "0.11.1", "jest": "^27.0.3", "jest-cli": "^27.5.1", - "prettier": "3.4.1", + "prettier": "3.4.2", "puppeteer": "^19.11.1", "puppeteer-core": "^19.11.1", "stylelint": "16.12.0", @@ -5855,9 +5855,9 @@ } }, "node_modules/prettier": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz", - "integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", + "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/stencil-workspace/package.json b/stencil-workspace/package.json index 71b144f98..d7507d506 100644 --- a/stencil-workspace/package.json +++ b/stencil-workspace/package.json @@ -65,7 +65,7 @@ "eslint-plugin-storybook": "0.11.1", "jest": "^27.0.3", "jest-cli": "^27.5.1", - "prettier": "3.4.1", + "prettier": "3.4.2", "puppeteer": "^19.11.1", "puppeteer-core": "^19.11.1", "stylelint": "16.12.0",