diff --git a/package-lock.json b/package-lock.json index 60963c5676c..a4634106093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "lint-staged": "15.2.7", "markdownlint-cli": "0.41.0", "postcss": "8.4.39", - "prettier": "3.3.2", + "prettier": "3.3.3", "puppeteer": "21.5.0", "quicktype-core": "23.0.170", "react": "^16.13.1", @@ -24275,9 +24275,10 @@ } }, "node_modules/prettier": { - "version": "3.3.2", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "dev": true, - "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, diff --git a/package.json b/package.json index 8c4aed0fe48..d4a7791431c 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "lint-staged": "15.2.7", "markdownlint-cli": "0.41.0", "postcss": "8.4.39", - "prettier": "3.3.2", + "prettier": "3.3.3", "puppeteer": "21.5.0", "quicktype-core": "23.0.170", "react": "^16.13.1",