dependabot[bot] 2025-03-01 03:24:47 +00:00 committed by GitHub
commit a7818e3ec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -33,7 +33,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.43",
"postcss-cli": "^11.0.0",
"prettier": "^3.4.2",
"prettier": "^3.5.2",
"prettier-plugin-astro": "^0.14.1",
"rimraf": "^6.0.1",
"rollup": "^4.32.0",
@ -9493,10 +9493,11 @@
}
},
"node_modules/prettier": {
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz",
"integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},

View File

@ -82,7 +82,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.43",
"postcss-cli": "^11.0.0",
"prettier": "^3.4.2",
"prettier": "^3.5.2",
"prettier-plugin-astro": "^0.14.1",
"rimraf": "^6.0.1",
"rollup": "^4.32.0",