diff options
| author | Fuwn <[email protected]> | 2022-02-09 21:28:00 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-09 21:28:00 -0800 |
| commit | e50adcf6f4c024fb98929fc1376a4fceb6f13013 (patch) | |
| tree | 31ca867020079fbc00f111931725dbb038a13a93 | |
| parent | Merge pull request #6 from Fuwn/dependabot/npm_and_yarn/node-fetch-2.6.7 (diff) | |
| parent | chore(deps): bump simple-get from 4.0.0 to 4.0.1 (diff) | |
| download | host.fuwn.me-e50adcf6f4c024fb98929fc1376a4fceb6f13013.tar.xz host.fuwn.me-e50adcf6f4c024fb98929fc1376a4fceb6f13013.zip | |
Merge pull request #7 from Fuwn/dependabot/npm_and_yarn/simple-get-4.0.1
chore(deps): bump simple-get from 4.0.0 to 4.0.1
| -rw-r--r-- | package-lock.json | 6 | ||||
| -rw-r--r-- | yarn.lock | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index b5868ec..5e0f7f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16135,9 +16135,9 @@ "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" }, "simple-get": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.0.tgz", - "integrity": "sha512-ZalZGexYr3TA0SwySsr5HlgOOinS4Jsa8YB2GJ6lUNAazyAu4KG/VmzMTwAt2YVXzzVj8QmefmAonZIK2BSGcQ==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", + "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", "requires": { "decompress-response": "^6.0.0", "once": "^1.3.1", @@ -10998,9 +10998,9 @@ simple-concat@^1.0.0: integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q== simple-get@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-4.0.0.tgz#73fa628278d21de83dadd5512d2cc1f4872bd675" - integrity sha512-ZalZGexYr3TA0SwySsr5HlgOOinS4Jsa8YB2GJ6lUNAazyAu4KG/VmzMTwAt2YVXzzVj8QmefmAonZIK2BSGcQ== + version "4.0.1" + resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-4.0.1.tgz#4a39db549287c979d352112fa03fd99fd6bc3543" + integrity sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA== dependencies: decompress-response "^6.0.0" once "^1.3.1" |