From cd5c38ab284e83e2932898d10897fd00e9a8954b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Oct 2024 11:01:52 +0000 Subject: [PATCH] fix: upgrade ky from 1.2.2 to 1.7.2 Snyk has created this PR to upgrade ky from 1.2.2 to 1.7.2. See this package in npm: ky See this project in Snyk: https://app.snyk.io/org/tuxtux59/project/85468706-6454-4c24-9645-fc381d15abff?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47acd19..7ab90b3 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "fast-text-encoding": "^1.0.3", "hasha": "^5.2.0", "jwt-decode": "^2.2.0", - "ky": "1.2.2", + "ky": "1.7.2", "path-to-regexp": "^3.3.0", "promise-polyfill": "^8.2.3", "rollup-plugin-node-globals": "^1.4.0",