Bump prettyjson from 1.2.1 to 1.2.5 in /dependencies (#2338)

Bumps [prettyjson](https://github.com/rafeca/prettyjson) from 1.2.1 to 1.2.5.
- [Release notes](https://github.com/rafeca/prettyjson/releases)
- [Changelog](https://github.com/rafeca/prettyjson/blob/master/History.md)
- [Commits](https://github.com/rafeca/prettyjson/compare/v1.2.1...v1.2.5)

---
updated-dependencies:
- dependency-name: prettyjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-11 12:01:26 -06:00 committed by GitHub
parent 7e1683407d
commit 5830160fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
dependencies/package-lock.json generated vendored
View file

@ -34,7 +34,7 @@
"node-fetch": "^3.1.0", "node-fetch": "^3.1.0",
"npm-groovy-lint": "^9.3.2", "npm-groovy-lint": "^9.3.2",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"prettyjson": "^1.2.1", "prettyjson": "^1.2.5",
"pug": "^3.0.2", "pug": "^3.0.2",
"sql-lint": "0.0.19", "sql-lint": "0.0.19",
"standard": "^16.0.4", "standard": "^16.0.4",
@ -7803,11 +7803,11 @@
} }
}, },
"node_modules/prettyjson": { "node_modules/prettyjson": {
"version": "1.2.1", "version": "1.2.5",
"resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.2.1.tgz", "resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.2.5.tgz",
"integrity": "sha1-/P+rQdGcq0365eV15kJGYZsS0ok=", "integrity": "sha512-rksPWtoZb2ZpT5OVgtmy0KHVM+Dca3iVwWY9ifwhcexfjebtgjg3wmrUt9PvJ59XIYBcknQeYHD8IAnVlh9lAw==",
"dependencies": { "dependencies": {
"colors": "^1.1.2", "colors": "1.4.0",
"minimist": "^1.2.0" "minimist": "^1.2.0"
}, },
"bin": { "bin": {
@ -16670,11 +16670,11 @@
} }
}, },
"prettyjson": { "prettyjson": {
"version": "1.2.1", "version": "1.2.5",
"resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.2.1.tgz", "resolved": "https://registry.npmjs.org/prettyjson/-/prettyjson-1.2.5.tgz",
"integrity": "sha1-/P+rQdGcq0365eV15kJGYZsS0ok=", "integrity": "sha512-rksPWtoZb2ZpT5OVgtmy0KHVM+Dca3iVwWY9ifwhcexfjebtgjg3wmrUt9PvJ59XIYBcknQeYHD8IAnVlh9lAw==",
"requires": { "requires": {
"colors": "^1.1.2", "colors": "1.4.0",
"minimist": "^1.2.0" "minimist": "^1.2.0"
} }
}, },

View file

@ -29,7 +29,7 @@
"node-fetch": "^3.1.0", "node-fetch": "^3.1.0",
"npm-groovy-lint": "^9.3.2", "npm-groovy-lint": "^9.3.2",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"prettyjson": "^1.2.1", "prettyjson": "^1.2.5",
"pug": "^3.0.2", "pug": "^3.0.2",
"sql-lint": "0.0.19", "sql-lint": "0.0.19",
"standard": "^16.0.4", "standard": "^16.0.4",