From cd4387cc89c7152186620dc993fe88706aadf18f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Feb 2023 22:58:00 +0000 Subject: [PATCH] fix: upgrade ky from 0.3.0 to 0.33.2 Snyk has created this PR to upgrade ky from 0.3.0 to 0.33.2. See this package in npm: https://www.npmjs.com/package/ky See this project in Snyk: https://app.snyk.io/org/bulutuu/project/854401d8-dcdd-42c6-b741-904999457296?utm_source=github&utm_medium=referral&page=upgrade-pr --- test/fixtures/builds-with-multiple-runtimes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/builds-with-multiple-runtimes/package.json b/test/fixtures/builds-with-multiple-runtimes/package.json index fee90a67258..d7cd35b956e 100644 --- a/test/fixtures/builds-with-multiple-runtimes/package.json +++ b/test/fixtures/builds-with-multiple-runtimes/package.json @@ -2,7 +2,7 @@ "dependencies": { "dva": "^2.4.0", "history": "^4.7.2", - "ky": "^0.3.0", + "ky": "^0.33.2", "react": "latest", "react-dom": "latest" }