Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.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-27 05:02:30 +0300
committerGitHub <noreply@github.com>2022-04-27 05:02:30 +0300
commit157e8d7555d99cde70af0d9521c025f6f0f3b2e2 (patch)
tree54ff6d0ee025be26315607134664ada656186bfe
parent367c711b611f96099997cca9c8c78c3213da6a14 (diff)
deps(npm-dev): bump lint-staged from 12.4.0 to 12.4.1 (#518)
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index bb7934fc..0fe953c9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"husky": "^7.0.4",
- "lint-staged": "^12.4.0",
+ "lint-staged": "^12.4.1",
"npm-run-all": "^4.1.5",
"open": "^8.4.0",
"standard-version": "^9.3.2",
@@ -2111,9 +2111,9 @@
"dev": true
},
"node_modules/lint-staged": {
- "version": "12.4.0",
- "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.0.tgz",
- "integrity": "sha512-3X7MR0h9b7qf4iXf/1n7RlVAx+EzpAZXoCEMhVSpaBlgKDfH2ewf+QUm7BddFyq29v4dgPP+8+uYpWuSWx035A==",
+ "version": "12.4.1",
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.1.tgz",
+ "integrity": "sha512-PTXgzpflrQ+pODQTG116QNB+Q6uUTDg5B5HqGvNhoQSGt8Qy+MA/6zSnR8n38+sxP5TapzeQGTvoKni0KRS8Vg==",
"dev": true,
"dependencies": {
"cli-truncate": "^3.1.0",
@@ -5598,9 +5598,9 @@
"dev": true
},
"lint-staged": {
- "version": "12.4.0",
- "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.0.tgz",
- "integrity": "sha512-3X7MR0h9b7qf4iXf/1n7RlVAx+EzpAZXoCEMhVSpaBlgKDfH2ewf+QUm7BddFyq29v4dgPP+8+uYpWuSWx035A==",
+ "version": "12.4.1",
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.1.tgz",
+ "integrity": "sha512-PTXgzpflrQ+pODQTG116QNB+Q6uUTDg5B5HqGvNhoQSGt8Qy+MA/6zSnR8n38+sxP5TapzeQGTvoKni0KRS8Vg==",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",
diff --git a/package.json b/package.json
index 69e82e15..7e793bc7 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
},
"devDependencies": {
"husky": "^7.0.4",
- "lint-staged": "^12.4.0",
+ "lint-staged": "^12.4.1",
"npm-run-all": "^4.1.5",
"open": "^8.4.0",
"standard-version": "^9.3.2",