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-06-01 05:07:25 +0300
committerGitHub <noreply@github.com>2022-06-01 05:07:25 +0300
commitffefc59fa3912a41b97b79c6ec1ea1dfbcdaef1a (patch)
tree798c6ac78b313d6bc460d9dc1efb98cc842249d1
parentc5ccf26d098d710ce72e955d8842d720f39173da (diff)
deps(npm-dev): bump lint-staged from 12.4.3 to 12.5.0 (#540)
-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 b4342338..79fd4ac3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"husky": "^8.0.1",
- "lint-staged": "^12.4.3",
+ "lint-staged": "^12.5.0",
"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.3",
- "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.3.tgz",
- "integrity": "sha512-eH6SKOmdm/ZwCRMTZAmM3q3dPkpq6vco/BfrOw8iGun4Xs/thYegPD/MLIwKO+iPkzibkLJuQcRhRLXKvaKreg==",
+ "version": "12.5.0",
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.5.0.tgz",
+ "integrity": "sha512-BKLUjWDsKquV/JuIcoQW4MSAI3ggwEImF1+sB4zaKvyVx1wBk3FsG7UK9bpnmBTN1pm7EH2BBcMwINJzCRv12g==",
"dev": true,
"dependencies": {
"cli-truncate": "^3.1.0",
@@ -4946,9 +4946,9 @@
"dev": true
},
"lint-staged": {
- "version": "12.4.3",
- "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.4.3.tgz",
- "integrity": "sha512-eH6SKOmdm/ZwCRMTZAmM3q3dPkpq6vco/BfrOw8iGun4Xs/thYegPD/MLIwKO+iPkzibkLJuQcRhRLXKvaKreg==",
+ "version": "12.5.0",
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.5.0.tgz",
+ "integrity": "sha512-BKLUjWDsKquV/JuIcoQW4MSAI3ggwEImF1+sB4zaKvyVx1wBk3FsG7UK9bpnmBTN1pm7EH2BBcMwINJzCRv12g==",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",
diff --git a/package.json b/package.json
index 64b1ea78..b4a7d7a0 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
},
"devDependencies": {
"husky": "^8.0.1",
- "lint-staged": "^12.4.3",
+ "lint-staged": "^12.5.0",
"npm-run-all": "^4.1.5",
"open": "^8.4.0",
"standard-version": "^9.5.0",