From 920df6935ffe321d36b5f1082735a00bfe035fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Nov 2020 18:05:27 +0000 Subject: [PATCH] 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d194bc..dbd6982 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 437a802..a147543 100644 --- a/package.json +++ b/package.json @@ -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"