diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-23 11:12:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 11:12:21 +0000 |
commit | 0b64d5ad103c716da5a79b48855f1489f6738ba7 (patch) | |
tree | c689c2cd3de62927adcf17e28268ee64d2b253d9 /package.json | |
parent | 2e4a4c2424f2ff6764902ebe2fa75d7ef3f053a9 (diff) | |
download | hugo-bearcub-0b64d5ad103c716da5a79b48855f1489f6738ba7.tar.gz hugo-bearcub-0b64d5ad103c716da5a79b48855f1489f6738ba7.tar.bz2 |
chore(deps-dev): bump js-beautify from 1.14.6 to 1.14.11 (#78)
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.14.6 to 1.14.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.14.6...v1.14.11)
---
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>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c653d56..25b3741 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.14.6" + "js-beautify": "^1.14.11" }, "scripts": { "test": "npm run beautify", |