1
0
Fork 0
mirror of https://github.com/imjasonh/govulncheck-action synced 2026-07-18 14:45:18 +00:00

Merge pull request #15 from imjasonh/dependabot/npm_and_yarn/prettier-3.6.2

chore(deps-dev): bump prettier from 3.5.3 to 3.6.2
This commit is contained in:
Jason Hall 2025-07-05 13:37:32 -04:00 committed by GitHub
commit 595aead66a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View file

@ -19,7 +19,7 @@
"husky": "^9.1.7",
"jest": "^30.0.0",
"lint-staged": "^16.1.2",
"prettier": "^3.5.3"
"prettier": "^3.6.2"
}
},
"node_modules/@actions/core": {
@ -5009,11 +5009,10 @@
}
},
"node_modules/prettier": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
"integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},