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-28 16:37:13 +0300
committerGitHub <noreply@github.com>2022-06-28 16:37:13 +0300
commitc2bd52c27eefe08a4fd2bcbb7c5ada76093e7c10 (patch)
tree8f750f6d80e176174ffa06b3103270a8288f8c62
parente67a42259475a338796e3039269a132d075c60c5 (diff)
deps(npm-dev): bump lint-staged from 13.0.2 to 13.0.3 (#551)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 1c1d5f9c..21e04e52 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"husky": "^8.0.1",
- "lint-staged": "^13.0.2",
+ "lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"open": "^8.4.0",
"standard-version": "^9.5.0",
@@ -1838,9 +1838,9 @@
"dev": true
},
"node_modules/lint-staged": {
- "version": "13.0.2",
- "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.2.tgz",
- "integrity": "sha512-qQLfLTh9z34eMzfEHENC+QBskZfxjomrf+snF3xJ4BzilORbD989NLqQ00ughsF/A+PT41e87+WsMFabf9++pQ==",
+ "version": "13.0.3",
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.3.tgz",
+ "integrity": "sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==",
"dev": true,
"dependencies": {
"cli-truncate": "^3.1.0",
@@ -4995,9 +4995,9 @@
"dev": true
},
"lint-staged": {
- "version": "13.0.2",
- "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.2.tgz",
- "integrity": "sha512-qQLfLTh9z34eMzfEHENC+QBskZfxjomrf+snF3xJ4BzilORbD989NLqQ00ughsF/A+PT41e87+WsMFabf9++pQ==",
+ "version": "13.0.3",
+ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.0.3.tgz",
+ "integrity": "sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==",
"dev": true,
"requires": {
"cli-truncate": "^3.1.0",
diff --git a/package.json b/package.json
index a36f9ca8..5a6c04e0 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
},
"devDependencies": {
"husky": "^8.0.1",
- "lint-staged": "^13.0.2",
+ "lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"open": "^8.4.0",
"standard-version": "^9.5.0",