mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump js-beautify from 1.14.7 to 1.14.8 (#5153)
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Changelog](https://github.com/beautify-web/js-beautify/blob/main/CHANGELOG.md) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: js-beautify dependency-type: direct:development 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>pull/5186/head
parent
5c15bdd12b
commit
4765c11d84
|
@ -27,7 +27,7 @@
|
|||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-unicorn": "^47.0.0",
|
||||
"fs-extra": "^11.1.1",
|
||||
"js-beautify": "^1.14.7",
|
||||
"js-beautify": "^1.14.8",
|
||||
"lockfile-lint": "^4.10.5",
|
||||
"nodemon": "^2.0.22",
|
||||
"npm-run-all": "^4.1.5",
|
||||
|
@ -5760,14 +5760,14 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/js-beautify": {
|
||||
"version": "1.14.7",
|
||||
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.7.tgz",
|
||||
"integrity": "sha512-5SOX1KXPFKx+5f6ZrPsIPEY7NwKeQz47n3jm2i+XeHx9MoRsfQenlOP13FQhWvg8JRS0+XLO6XYUQ2GX+q+T9A==",
|
||||
"version": "1.14.8",
|
||||
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.8.tgz",
|
||||
"integrity": "sha512-4S7HFeI9YfRvRgKnEweohs0tgJj28InHVIj4Nl8Htf96Y6pHg3+tJrmo4ucAM9f7l4SHbFI3IvFAZ2a1eQPbyg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"config-chain": "^1.1.13",
|
||||
"editorconfig": "^0.15.3",
|
||||
"glob": "^8.0.3",
|
||||
"glob": "^8.1.0",
|
||||
"nopt": "^6.0.0"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -5776,7 +5776,7 @@
|
|||
"js-beautify": "js/bin/js-beautify.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/js-beautify/node_modules/brace-expansion": {
|
||||
|
@ -15383,14 +15383,14 @@
|
|||
"dev": true
|
||||
},
|
||||
"js-beautify": {
|
||||
"version": "1.14.7",
|
||||
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.7.tgz",
|
||||
"integrity": "sha512-5SOX1KXPFKx+5f6ZrPsIPEY7NwKeQz47n3jm2i+XeHx9MoRsfQenlOP13FQhWvg8JRS0+XLO6XYUQ2GX+q+T9A==",
|
||||
"version": "1.14.8",
|
||||
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.8.tgz",
|
||||
"integrity": "sha512-4S7HFeI9YfRvRgKnEweohs0tgJj28InHVIj4Nl8Htf96Y6pHg3+tJrmo4ucAM9f7l4SHbFI3IvFAZ2a1eQPbyg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"config-chain": "^1.1.13",
|
||||
"editorconfig": "^0.15.3",
|
||||
"glob": "^8.0.3",
|
||||
"glob": "^8.1.0",
|
||||
"nopt": "^6.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-unicorn": "^47.0.0",
|
||||
"fs-extra": "^11.1.1",
|
||||
"js-beautify": "^1.14.7",
|
||||
"js-beautify": "^1.14.8",
|
||||
"lockfile-lint": "^4.10.5",
|
||||
"nodemon": "^2.0.22",
|
||||
"npm-run-all": "^4.1.5",
|
||||
|
|
Loading…
Reference in New Issue