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-04-29 18:11:50 +0300
committerGitHub <noreply@github.com>2021-04-29 18:11:50 +0300
commitf6dd9d1e7cba8fff1f04d303f1922870b8bc6203 (patch)
treef7660b8d03bbe8dfa150773f7168a62a4608a2e9
parent11d7e54cb9467ecc27df791a9db9153fbc9b0c7f (diff)
chore(deps-dev): bump js-beautify from 1.13.11 to 1.13.13 (#26)
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.11 to 1.13.13. - [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.11...v1.13.13) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 235b165..ea7cc09 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -103,9 +103,9 @@
"dev": true
},
"js-beautify": {
- "version": "1.13.11",
- "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.11.tgz",
- "integrity": "sha512-+3CW1fQqkV7aXIvprevNYfSrKrASQf02IstAZCVSNh+/IS5ciaOtE7erfjyowdMYZZmP2A7SMFkcJ28qCl84+A==",
+ "version": "1.13.13",
+ "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.13.tgz",
+ "integrity": "sha512-oH+nc0U5mOAqX8M5JO1J0Pw/7Q35sAdOsM5W3i87pir9Ntx6P/5Gx1xLNoK+MGyvHk4rqqRCE4Oq58H6xl2W7A==",
"dev": true,
"requires": {
"config-chain": "^1.1.12",
diff --git a/package.json b/package.json
index 64a2343..b036cce 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.11"
+ "js-beautify": "^1.13.13"
},
"scripts": {
"test": "npm run beautify",