1
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:
dependabot-preview[bot] 2021-06-04 17:00:30 +00:00 committed by Jake Jarvis
parent 77280bffce
commit 9f61522183
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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",

View File

@ -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"
},