diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-14 09:06:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 09:06:06 +0200 |
commit | 11d7e54cb9467ecc27df791a9db9153fbc9b0c7f (patch) | |
tree | d7424f224af212fea64a18a01c994795d3f7c5d7 /package-lock.json | |
parent | b8c8871191bcc2ece9007a0941e5145c62e4e3ab (diff) | |
download | hugo-bearcub-11d7e54cb9467ecc27df791a9db9153fbc9b0c7f.tar.gz hugo-bearcub-11d7e54cb9467ecc27df791a9db9153fbc9b0c7f.tar.bz2 |
chore(deps-dev): bump js-beautify from 1.13.5 to 1.13.11 (#24)
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.5 to 1.13.11.
- [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.13.5...v1.13.11)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index bc71dc0..235b165 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "dev": true }, "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", "dev": true }, "brace-expansion": { @@ -103,9 +103,9 @@ "dev": true }, "js-beautify": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.5.tgz", - "integrity": "sha512-MsXlH6Z/BiRYSkSRW3clNDqDjSpiSNOiG8xYVUBXt4k0LnGvDhlTGOlHX1VFtAdoLmtwjxMG5qiWKy/g+Ipv5w==", + "version": "1.13.11", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.11.tgz", + "integrity": "sha512-+3CW1fQqkV7aXIvprevNYfSrKrASQf02IstAZCVSNh+/IS5ciaOtE7erfjyowdMYZZmP2A7SMFkcJ28qCl84+A==", "dev": true, "requires": { "config-chain": "^1.1.12", |