Merge pull request #123 from actions/dependabot/npm_and_yarn/prettier-2.8.4

Bump prettier from 2.8.3 to 2.8.4
This commit is contained in:
James M. Greene
2023-02-23 01:04:47 -06:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"eslint-plugin-github": "^4.6.1", "eslint-plugin-github": "^4.6.1",
"jest": "^29.4.3", "jest": "^29.4.3",
"nock": "^13.3.0", "nock": "^13.3.0",
"prettier": "^2.8.3" "prettier": "^2.8.4"
} }
}, },
"node_modules/@actions/core": { "node_modules/@actions/core": {
@@ -5408,9 +5408,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "2.8.3", "version": "2.8.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",
"integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==", "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin-prettier.js" "prettier": "bin-prettier.js"
@@ -10354,9 +10354,9 @@
"dev": true "dev": true
}, },
"prettier": { "prettier": {
"version": "2.8.3", "version": "2.8.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",
"integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==", "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",
"dev": true "dev": true
}, },
"prettier-linter-helpers": { "prettier-linter-helpers": {

View File

@@ -15,7 +15,7 @@
"eslint-plugin-github": "^4.6.1", "eslint-plugin-github": "^4.6.1",
"jest": "^29.4.3", "jest": "^29.4.3",
"nock": "^13.3.0", "nock": "^13.3.0",
"prettier": "^2.8.3" "prettier": "^2.8.4"
}, },
"scripts": { "scripts": {
"all": "npm run format && npm run lint && npm run prepare && npm run test", "all": "npm run format && npm run lint && npm run prepare && npm run test",