aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-19 03:48:42 +0100
committerGitHub <noreply@github.com>2021-03-19 03:48:42 +0100
commit49a3c425a1dc6237f1fa417eb3b0901165a6e45d (patch)
tree999f32d36221c5beb64b62656ba4e78f39eb1759 /package.json
parentfcbe531fc6a75c8ed2634f65a26bc6042b25f739 (diff)
downloadhugo-bearcub-49a3c425a1dc6237f1fa417eb3b0901165a6e45d.tar.gz
hugo-bearcub-49a3c425a1dc6237f1fa417eb3b0901165a6e45d.tar.bz2
chore(deps-dev): bump js-beautify from 1.13.4 to 1.13.5 (#12)
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.4 to 1.13.5. - [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.4...v1.13.5) 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 8eba13c..faf1af0 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.4"
+ "js-beautify": "^1.13.5"
},
"scripts": {
"test": "npm run beautify",