Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-bearblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-29 20:32:51 +0300
committerGitHub <noreply@github.com>2022-03-29 20:32:51 +0300
commitf70b720c7e4c3badc2997d3d53d635ba332f6c4d (patch)
tree8643928cde78e0ee5338f971d277541f3a63d12e /package.json
parentc9b3461ce6b476ca6a344e6f4961e977df175c68 (diff)
chore(deps-dev): bump js-beautify from 1.14.0 to 1.14.2 (#46)
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.14.0 to 1.14.2. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.14.0...v1.14.2) --- 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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0e684b4..1d8a777 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.0"
+ "js-beautify": "^1.14.2"
},
"scripts": {
"test": "npm run beautify",