aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-22 15:06:01 +0100
committerGitHub <noreply@github.com>2021-01-22 15:06:01 +0100
commitfcbe531fc6a75c8ed2634f65a26bc6042b25f739 (patch)
tree92243059d520cac2524d437112c7b912c6137842 /package.json
parent695c8d284eed2e1abe60927e78b63f081ae68c44 (diff)
downloadhugo-bearcub-fcbe531fc6a75c8ed2634f65a26bc6042b25f739.tar.gz
hugo-bearcub-fcbe531fc6a75c8ed2634f65a26bc6042b25f739.tar.bz2
chore(deps-dev): bump js-beautify from 1.13.0 to 1.13.4 (#11)
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.0 to 1.13.4. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Changelog](https://github.com/beautify-web/js-beautify/blob/v1.13.4/CHANGELOG.md) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.13.0...v1.13.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2f8c84a..8eba13c 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"description": "🧸 A [Hugo](https://gohugo.io/)-theme based on [Bear Blog](https://bearblog.dev).",
"main": "index.js",
"devDependencies": {
- "js-beautify": "^1.13.0"
+ "js-beautify": "^1.13.4"
},
"scripts": {
"test": "npm run beautify",