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-03-19 05:48:42 +0300
committerGitHub <noreply@github.com>2021-03-19 05:48:42 +0300
commit49a3c425a1dc6237f1fa417eb3b0901165a6e45d (patch)
tree999f32d36221c5beb64b62656ba4e78f39eb1759
parentfcbe531fc6a75c8ed2634f65a26bc6042b25f739 (diff)
chore(deps-dev): bump js-beautify from 1.13.4 to 1.13.5 (#12)
Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.4 to 1.13.5. - [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.4...v1.13.5) 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 4863581..bc71dc0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -103,9 +103,9 @@
"dev": true
},
"js-beautify": {
- "version": "1.13.4",
- "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.4.tgz",
- "integrity": "sha512-M5yEWwonlEO3kPcCZ3K3KBSpFRZAEO3FAWC6wtbIGeyg7dusStxvF0WG+HRLBoMZqREXSRSxkkqClDE865x1sg==",
+ "version": "1.13.5",
+ "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.5.tgz",
+ "integrity": "sha512-MsXlH6Z/BiRYSkSRW3clNDqDjSpiSNOiG8xYVUBXt4k0LnGvDhlTGOlHX1VFtAdoLmtwjxMG5qiWKy/g+Ipv5w==",
"dev": true,
"requires": {
"config-chain": "^1.1.12",
diff --git a/package.json b/package.json
index 8eba13c..faf1af0 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.4"
+ "js-beautify": "^1.13.5"
},
"scripts": {
"test": "npm run beautify",