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-10-21 20:03:51 +0300
committerGitHub <noreply@github.com>2022-10-21 20:03:51 +0300
commitdc69e5beaa37df4243e113599aa8a873e6fa34de (patch)
tree43666dea9cbd862136d1a226f65b2e7082764f24
parent90982df8c92d0fd1eaea66d470aa06cbec7e6617 (diff)
chore(deps-dev): bump js-beautify from 1.14.6 to 1.14.7dependabot/npm_and_yarn/js-beautify-1.14.7
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.14.6 to 1.14.7. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Changelog](https://github.com/beautify-web/js-beautify/blob/v1.14.7/CHANGELOG.md) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.14.6...v1.14.7) --- updated-dependencies: - dependency-name: js-beautify dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 6b81090..19e882b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -95,9 +95,9 @@
"dev": true
},
"js-beautify": {
- "version": "1.14.6",
- "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.6.tgz",
- "integrity": "sha512-GfofQY5zDp+cuHc+gsEXKPpNw2KbPddreEo35O6jT6i0RVK6LhsoYBhq5TvK4/n74wnA0QbK8gGd+jUZwTMKJw==",
+ "version": "1.14.7",
+ "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.7.tgz",
+ "integrity": "sha512-5SOX1KXPFKx+5f6ZrPsIPEY7NwKeQz47n3jm2i+XeHx9MoRsfQenlOP13FQhWvg8JRS0+XLO6XYUQ2GX+q+T9A==",
"dev": true,
"requires": {
"config-chain": "^1.1.13",
diff --git a/package.json b/package.json
index c653d56..7c4366b 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.7"
},
"scripts": {
"test": "npm run beautify",