mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 23:32:10 -05:00
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:
parent
7e1683407d
commit
5830160fca
2 changed files with 10 additions and 10 deletions
18
dependencies/package-lock.json
generated
vendored
18
dependencies/package-lock.json
generated
vendored
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue