mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 13:28:28 -04:00
Bump execa from 5.1.0 to 5.1.1
Bumps [execa](https://github.com/sindresorhus/execa) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/sindresorhus/execa/releases) - [Commits](https://github.com/sindresorhus/execa/compare/v5.1.0...v5.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
77280bffce
commit
9f61522183
14
package-lock.json
generated
14
package-lock.json
generated
@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.1",
|
||||
"decompress": "^4.2.1",
|
||||
"execa": "^5.1.0",
|
||||
"execa": "^5.1.1",
|
||||
"follow-redirects": "^1.14.1",
|
||||
"sumchecker": "^3.0.1"
|
||||
},
|
||||
@ -874,9 +874,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/execa": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.0.tgz",
|
||||
"integrity": "sha512-CkdUB7s2y6S+d4y+OM/+ZtQcJCiKUCth4cNImGMqrt2zEVtW2rfHGspQBE1GDo6LjeNIQmTPKXqTCKjqFKyu3A==",
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
|
||||
"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
|
||||
"dependencies": {
|
||||
"cross-spawn": "^7.0.3",
|
||||
"get-stream": "^6.0.0",
|
||||
@ -3041,9 +3041,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"execa": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.0.tgz",
|
||||
"integrity": "sha512-CkdUB7s2y6S+d4y+OM/+ZtQcJCiKUCth4cNImGMqrt2zEVtW2rfHGspQBE1GDo6LjeNIQmTPKXqTCKjqFKyu3A==",
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
|
||||
"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
|
||||
"requires": {
|
||||
"cross-spawn": "^7.0.3",
|
||||
"get-stream": "^6.0.0",
|
||||
|
@ -25,7 +25,7 @@
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.1",
|
||||
"decompress": "^4.2.1",
|
||||
"execa": "^5.1.0",
|
||||
"execa": "^5.1.1",
|
||||
"follow-redirects": "^1.14.1",
|
||||
"sumchecker": "^3.0.1"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user