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-11-09 05:00:47 +0300
committerGitHub <noreply@github.com>2022-11-09 05:00:47 +0300
commitee0663ac6b4406eb9e2054698ebf50d97018fb41 (patch)
tree7d7a7d0e91989e11262c8a38fd5d77744db30320
parentd701b5b2d607f3407c33aca1f0a9e4af2ee4d48a (diff)
deps(npm-dev): bump husky from 8.0.1 to 8.0.2 (#585)
Bumps [husky](https://github.com/typicode/husky) from 8.0.1 to 8.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typicode/husky/releases">husky's releases</a>.</em></p> <blockquote> <h2>v8.0.2</h2> <ul> <li>docs: remove deprecated npm set-script</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typicode/husky/commit/9efb720c165ffcfec774b4584aa61f59dae774c7"><code>9efb720</code></a> 8.0.2</li> <li><a href="https://github.com/typicode/husky/commit/573de60f674c85efc0665f27cb16e01652c23d8f"><code>573de60</code></a> docs: remove deprecated npm set-script</li> <li><a href="https://github.com/typicode/husky/commit/3db28d4278ba83d408c1754e0f82010ad39711d1"><code>3db28d4</code></a> chore: increase daysUntilStale</li> <li><a href="https://github.com/typicode/husky/commit/51aeba55c3a16bc11f253f301b4309edb6971a6b"><code>51aeba5</code></a> chore: update devDependencies</li> <li><a href="https://github.com/typicode/husky/commit/9e6073d09db51b974761893badb9de548cf1812c"><code>9e6073d</code></a> docs(readme): fix minor command typo (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/1197">#1197</a>)</li> <li><a href="https://github.com/typicode/husky/commit/840c4164d06d3c412caf63a9c9d7ca1af15f2165"><code>840c416</code></a> docs: add double-hyphen flag between npx and the command to run (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/1164">#1164</a>)</li> <li><a href="https://github.com/typicode/husky/commit/b6e4c92e1380c6f07fa606c633df1200733d84c3"><code>b6e4c92</code></a> docs: update deprecated npm command</li> <li><a href="https://github.com/typicode/husky/commit/47e96ec0ecc8a8f00c88f6d10b00006b868f8bb0"><code>47e96ec</code></a> docs: README update (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/1154">#1154</a>)</li> <li><a href="https://github.com/typicode/husky/commit/e4e45750d241767d6d16d88b51e6f6f65d76b848"><code>e4e4575</code></a> chore: npx option --no-install replaced with --no -- due to deprecation (<a href="https://github-redirect.dependabot.com/typicode/husky/issues/1149">#1149</a>)</li> <li>See full diff in <a href="https://github.com/typicode/husky/compare/v8.0.1...v8.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=husky&package-manager=npm_and_yarn&previous-version=8.0.1&new-version=8.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 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.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 21e04e52..cfc16cce 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"hasInstallScript": true,
"license": "MIT",
"devDependencies": {
- "husky": "^8.0.1",
+ "husky": "^8.0.2",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"open": "^8.4.0",
@@ -1484,9 +1484,9 @@
}
},
"node_modules/husky": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz",
- "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==",
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz",
+ "integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==",
"dev": true,
"bin": {
"husky": "lib/bin.js"
@@ -4755,9 +4755,9 @@
"dev": true
},
"husky": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.1.tgz",
- "integrity": "sha512-xs7/chUH/CKdOCs7Zy0Aev9e/dKOMZf3K1Az1nar3tzlv0jfqnYtu235bstsWTmXOR0EfINrPa97yy4Lz6RiKw==",
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.2.tgz",
+ "integrity": "sha512-Tkv80jtvbnkK3mYWxPZePGFpQ/tT3HNSs/sasF9P2YfkMezDl3ON37YN6jUUI4eTg5LcyVynlb6r4eyvOmspvg==",
"dev": true
},
"indent-string": {
diff --git a/package.json b/package.json
index 5a6c04e0..6ce6fa0c 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
]
},
"devDependencies": {
- "husky": "^8.0.1",
+ "husky": "^8.0.2",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"open": "^8.4.0",