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-05-25 05:02:38 +0300
committerGitHub <noreply@github.com>2022-05-25 05:02:38 +0300
commit96c0b4e41e390d307d4cedf9c7b3a9d2ee4d8b2d (patch)
treef8533b0c841bb1380618d502da144fdc8034a672
parentb090f25dbf63e64929a3189a8559330cb2589bf3 (diff)
deps(npm-dev): bump lint-staged from 12.4.1 to 12.4.2 (#537)
-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 14c7d418..754bf217 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"husky": "^8.0.1",
- "lint-staged": "^12.4.1",
+ "lint-staged": "^12.4.2",
"npm-run-all": "^4.1.5",
"open": "^8.4.0",
"standard-version": "^9.5.0",
@@ -1811,9 +1811,9 @@
"dev": true
},
"node_modules/lint-staged": {
- "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==",
+ "version": "12.4.2",
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.2.tgz",
+ "integrity": "sha512-JAJGIzY/OioIUtrRePr8go6qUxij//mL+RGGoFKU3VWQRtIHgWoHizSqH0QVn2OwrbXS9Q6CICQjfj+E5qvrXg==",
"dev": true,
"dependencies": {
"cli-truncate": "^3.1.0",
@@ -4946,9 +4946,9 @@
"dev": true
},
"lint-staged": {
- "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==",
+ "version": "12.4.2",
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.2.tgz",
+ "integrity": "sha512-JAJGIzY/OioIUtrRePr8go6qUxij//mL+RGGoFKU3VWQRtIHgWoHizSqH0QVn2OwrbXS9Q6CICQjfj+E5qvrXg==",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",
diff --git a/package.json b/package.json
index 25b93d4f..cf13eb1f 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
},
"devDependencies": {
"husky": "^8.0.1",
- "lint-staged": "^12.4.1",
+ "lint-staged": "^12.4.2",
"npm-run-all": "^4.1.5",
"open": "^8.4.0",
"standard-version": "^9.5.0",