From 85c22b9c127dc91939f27de8f9bc02848c49a37a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 07:21:57 +0000 Subject: [PATCH] build(deps): bump ky from 1.12.0 to 1.14.0 Bumps [ky](https://github.com/sindresorhus/ky) from 1.12.0 to 1.14.0. - [Release notes](https://github.com/sindresorhus/ky/releases) - [Commits](https://github.com/sindresorhus/ky/compare/v1.12.0...v1.14.0) --- updated-dependencies: - dependency-name: ky dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 05edfd713..d17ffeb5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "glob": "^13.0.0", "jsroot": "^7.10.3", "keycloak-js": "^26.2.1", - "ky": "^1.12.0", + "ky": "^1.14.3", "material-ui-popup-state": "^5.3.6", "notistack": "^3.0.2", "object-hash": "^3.0.0", @@ -15823,9 +15823,9 @@ } }, "node_modules/ky": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/ky/-/ky-1.12.0.tgz", - "integrity": "sha512-YRLmSUHCwOJRBMArtqMRLOmO7fewn3yOoui6aB8ERkRVXupa0UiaQaKbIXteMt4jUElhbdqTMsLFHs8APxxUoQ==", + "version": "1.14.3", + "resolved": "https://registry.npmjs.org/ky/-/ky-1.14.3.tgz", + "integrity": "sha512-9zy9lkjac+TR1c2tG+mkNSVlyOpInnWdSMiue4F+kq8TwJSgv6o8jhLRg8Ho6SnZ9wOYUq/yozts9qQCfk7bIw==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index edd214ceb..99ae9c199 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "glob": "^13.0.0", "jsroot": "^7.10.3", "keycloak-js": "^26.2.1", - "ky": "^1.12.0", + "ky": "^1.14.3", "material-ui-popup-state": "^5.3.6", "notistack": "^3.0.2", "object-hash": "^3.0.0",