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
parent
f3bad2bb7e
commit
920df6935f
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@millenniumearl/f95api",
|
"name": "@millenniumearl/f95api",
|
||||||
"version": "1.6.3",
|
"version": "1.7.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1700,9 +1700,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ky": {
|
"ky": {
|
||||||
"version": "0.24.0",
|
"version": "0.25.0",
|
||||||
"resolved": "https://registry.npmjs.org/ky/-/ky-0.24.0.tgz",
|
"resolved": "https://registry.npmjs.org/ky/-/ky-0.25.0.tgz",
|
||||||
"integrity": "sha512-/vpuQguwV30jErrqLpoaU/YJAFALrUkqqWLILnSoBOj5/O/LKzro/pPNtxbLgY6m4w5XNM6YZ3v7/or8qLlFuw=="
|
"integrity": "sha512-K1Rdvz2z9ihm9iasWK3iywtrOqIFdJJ09nR6PaQ5cO7NA6MIS7RhzGn9qd206FvWf5yJIZmy0Vzaz70lhU+8ow=="
|
||||||
},
|
},
|
||||||
"ky-universal": {
|
"ky-universal": {
|
||||||
"version": "0.8.2",
|
"version": "0.8.2",
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
"axios": "^0.21.0",
|
"axios": "^0.21.0",
|
||||||
"axios-cookiejar-support": "^1.0.1",
|
"axios-cookiejar-support": "^1.0.1",
|
||||||
"cheerio": "^1.0.0-rc.3",
|
"cheerio": "^1.0.0-rc.3",
|
||||||
"ky": "^0.24.0",
|
"ky": "^0.25.0",
|
||||||
"ky-universal": "^0.8.2",
|
"ky-universal": "^0.8.2",
|
||||||
"log4js": "^6.3.0",
|
"log4js": "^6.3.0",
|
||||||
"tough-cookie": "^4.0.0"
|
"tough-cookie": "^4.0.0"
|
||||||
|
|
Loading…
Reference in New Issue