From 0730c501a82696b55b833f42199e2e35929207c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 09:28:58 +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 a4c54d6e6..277bff0ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "glob": "^13.0.0", "jsroot": "^7.10.0", "keycloak-js": "^26.2.1", - "ky": "^1.12.0", + "ky": "^1.14.0", "material-ui-popup-state": "^5.3.6", "notistack": "^3.0.2", "object-hash": "^3.0.0", @@ -16235,9 +16235,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.0", + "resolved": "https://registry.npmjs.org/ky/-/ky-1.14.0.tgz", + "integrity": "sha512-Rczb6FMM6JT0lvrOlP5WUOCB7s9XKxzwgErzhKlKde1bEV90FXplV1o87fpt4PU/asJFiqjYJxAJyzJhcrxOsQ==", "license": "MIT", "engines": { "node": ">=18" diff --git a/package.json b/package.json index f0420c734..f3c8412e4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "glob": "^13.0.0", "jsroot": "^7.10.0", "keycloak-js": "^26.2.1", - "ky": "^1.12.0", + "ky": "^1.14.0", "material-ui-popup-state": "^5.3.6", "notistack": "^3.0.2", "object-hash": "^3.0.0",