Bump ky from 0.24.0 to 0.25.0

Bumps [ky](https://github.com/sindresorhus/ky) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](https://github.com/sindresorhus/ky/compare/v0.24.0...v0.25.0)

Signed-off-by: dependabot[bot] <support@github.com>
pull/56/head
dependabot[bot] 2020-11-22 18:05:27 +00:00 committed by GitHub
parent f3bad2bb7e
commit 920df6935f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@millenniumearl/f95api",
"version": "1.6.3",
"version": "1.7.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1700,9 +1700,9 @@
}
},
"ky": {
"version": "0.24.0",
"resolved": "https://registry.npmjs.org/ky/-/ky-0.24.0.tgz",
"integrity": "sha512-/vpuQguwV30jErrqLpoaU/YJAFALrUkqqWLILnSoBOj5/O/LKzro/pPNtxbLgY6m4w5XNM6YZ3v7/or8qLlFuw=="
"version": "0.25.0",
"resolved": "https://registry.npmjs.org/ky/-/ky-0.25.0.tgz",
"integrity": "sha512-K1Rdvz2z9ihm9iasWK3iywtrOqIFdJJ09nR6PaQ5cO7NA6MIS7RhzGn9qd206FvWf5yJIZmy0Vzaz70lhU+8ow=="
},
"ky-universal": {
"version": "0.8.2",

View File

@ -34,7 +34,7 @@
"axios": "^0.21.0",
"axios-cookiejar-support": "^1.0.1",
"cheerio": "^1.0.0-rc.3",
"ky": "^0.24.0",
"ky": "^0.25.0",
"ky-universal": "^0.8.2",
"log4js": "^6.3.0",
"tough-cookie": "^4.0.0"