chore(deps): bump js-beautify from 1.14.6 to 1.14.7 in /site (#1076)

Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.14.6 to 1.14.7.
- [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.6...v1.14.7)

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

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

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-10-25 11:58:43 -07:00 committed by GitHub
parent 30cd0ff26d
commit c9bfd5f306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
site/package-lock.json generated
View File

@ -15,7 +15,7 @@
"classnames": "^2.3.2",
"common-tags": "^1.8.2",
"gzip-size": "^6.0.0",
"js-beautify": "^1.14.6",
"js-beautify": "^1.14.7",
"purecss": "^2.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
@ -7604,9 +7604,9 @@
}
},
"node_modules/js-beautify": {
"version": "1.14.6",
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.6.tgz",
"integrity": "sha512-GfofQY5zDp+cuHc+gsEXKPpNw2KbPddreEo35O6jT6i0RVK6LhsoYBhq5TvK4/n74wnA0QbK8gGd+jUZwTMKJw==",
"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==",
"dependencies": {
"config-chain": "^1.1.13",
"editorconfig": "^0.15.3",
@ -17873,9 +17873,9 @@
}
},
"js-beautify": {
"version": "1.14.6",
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.6.tgz",
"integrity": "sha512-GfofQY5zDp+cuHc+gsEXKPpNw2KbPddreEo35O6jT6i0RVK6LhsoYBhq5TvK4/n74wnA0QbK8gGd+jUZwTMKJw==",
"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==",
"requires": {
"config-chain": "^1.1.13",
"editorconfig": "^0.15.3",

View File

@ -19,7 +19,7 @@
"classnames": "^2.3.2",
"common-tags": "^1.8.2",
"gzip-size": "^6.0.0",
"js-beautify": "^1.14.6",
"js-beautify": "^1.14.7",
"purecss": "^2.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",