1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 13:28:28 -04:00

Bump execa from 5.0.1 to 5.1.0

Bumps [execa](https://github.com/sindresorhus/execa) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v5.0.1...v5.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-06-02 17:40:44 +00:00 committed by Jake Jarvis
parent 6ba5b6697e
commit 74fc0b50ee
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.0.1",
"execa": "^5.1.0",
"follow-redirects": "^1.14.1",
"sumchecker": "^3.0.1"
},
@ -898,9 +898,9 @@
}
},
"node_modules/execa": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/execa/-/execa-5.0.1.tgz",
"integrity": "sha512-4hFTjFbFzQa3aCLobpbPJR/U+VoL1wdV5ozOWjeet0AWDeYr9UFGM1eUFWHX+VtOWFq4p0xXUXfW1YxUaP4fpw==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.0.tgz",
"integrity": "sha512-CkdUB7s2y6S+d4y+OM/+ZtQcJCiKUCth4cNImGMqrt2zEVtW2rfHGspQBE1GDo6LjeNIQmTPKXqTCKjqFKyu3A==",
"dependencies": {
"cross-spawn": "^7.0.3",
"get-stream": "^6.0.0",
@ -3082,9 +3082,9 @@
"dev": true
},
"execa": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/execa/-/execa-5.0.1.tgz",
"integrity": "sha512-4hFTjFbFzQa3aCLobpbPJR/U+VoL1wdV5ozOWjeet0AWDeYr9UFGM1eUFWHX+VtOWFq4p0xXUXfW1YxUaP4fpw==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.0.tgz",
"integrity": "sha512-CkdUB7s2y6S+d4y+OM/+ZtQcJCiKUCth4cNImGMqrt2zEVtW2rfHGspQBE1GDo6LjeNIQmTPKXqTCKjqFKyu3A==",
"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.0.1",
"execa": "^5.1.0",
"follow-redirects": "^1.14.1",
"sumchecker": "^3.0.1"
},