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-04-11 20:05:31 +0300
committerGitHub <noreply@github.com>2022-04-11 20:05:31 +0300
commit4b9ec408ee5b791fdf844da953fcb0749d5e5ac8 (patch)
tree04b42b2fba422b484139497e8bdddd640065d2e7
parentf70b720c7e4c3badc2997d3d53d635ba332f6c4d (diff)
chore(deps-dev): bump js-beautify from 1.14.2 to 1.14.3dependabot/npm_and_yarn/js-beautify-1.14.3
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.14.2 to 1.14.3. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.14.2...v1.14.3) --- 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.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 1196fb2..2e191cf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -103,12 +103,12 @@
"dev": true
},
"js-beautify": {
- "version": "1.14.2",
- "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.2.tgz",
- "integrity": "sha512-H85kX95a53os+q1OCqtYe8AXAmgy3BvtysA/V83S3fdhznm6WlUpGi14DqSPbKFsL3dXZFXYl7YQwW9U1+76ng==",
+ "version": "1.14.3",
+ "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.3.tgz",
+ "integrity": "sha512-f1ra8PHtOEu/70EBnmiUlV8nJePS58y9qKjl4JHfYWlFH6bo7ogZBz//FAZp7jDuXtYnGYKymZPlrg2I/9Zo4g==",
"dev": true,
"requires": {
- "config-chain": "^1.1.12",
+ "config-chain": "^1.1.13",
"editorconfig": "^0.15.3",
"glob": "^7.1.3",
"nopt": "^5.0.0"
diff --git a/package.json b/package.json
index 1d8a777..60bafdc 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.2"
+ "js-beautify": "^1.14.3"
},
"scripts": {
"test": "npm run beautify",