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>2021-08-04 03:36:04 +0300
committerGitHub <noreply@github.com>2021-08-04 03:36:04 +0300
commit623c415b65d28c72644ffc117d868ffbadee55b0 (patch)
tree02835373d3e8de90d88365464e7901ba5c121466 /package.json
parent6408d03c688d8998476f35ee3beca49fc7b990b1 (diff)
chore(deps-dev): bump js-beautify from 1.13.13 to 1.14.0 (#32)
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.13 to 1.14.0. - [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.13...v1.14.0) --- updated-dependencies: - dependency-name: js-beautify dependency-type: direct:development update-type: version-update:semver-minor ... 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 b036cce..0e684b4 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.13"
+ "js-beautify": "^1.14.0"
},
"scripts": {
"test": "npm run beautify",