From e7183324824f46538a3bd107e9fcfe93b8f649b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:20:31 +0000 Subject: [PATCH] Bump got from 15.0.0 to 15.0.2 Bumps [got](https://github.com/sindresorhus/got) from 15.0.0 to 15.0.2. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v15.0.0...v15.0.2) --- updated-dependencies: - dependency-name: got dependency-version: 15.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3120d59..ac069ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.2", "license": "MIT", "dependencies": { - "got": "15.0.0", + "got": "15.0.3", "ip-cidr": "4.0.2", "ipaddr.js": "2.3.0" }, @@ -860,12 +860,12 @@ "license": "MIT" }, "node_modules/@sindresorhus/is": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.2.0.tgz", - "integrity": "sha512-P1Cz1dWaFfR4IR+U13mqqiGsLFf1KbayybWwdd2vfctdV6hDpUkgCY0nKOLLTMSoRd/jJNjtbqzf13K8DCCXQw==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-8.0.0.tgz", + "integrity": "sha512-YvOsokBE5NsyHuXMnwEVB7lgFk6lX8F4OXCruYVgFII0hUHof0RGUvhMoabVt9hRqbg+qVzayzEG24RCcxcYeA==", "license": "MIT", "engines": { - "node": ">=18" + "node": ">=22" }, "funding": { "url": "https://github.com/sindresorhus/is?sponsor=1" @@ -1481,12 +1481,12 @@ } }, "node_modules/got": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/got/-/got-15.0.0.tgz", - "integrity": "sha512-CUqLG9oFZRis7SZq5Bcxh42LpzxXgXwxWVwNljo60oki8Cq3GXVRpDY2K4GwTzYz3htyXf212nfNg2socz4esQ==", + "version": "15.0.3", + "resolved": "https://registry.npmjs.org/got/-/got-15.0.3.tgz", + "integrity": "sha512-630of5aMTYM6g6epok5nuqvctP8InJISvt39iNt7y0r27rcGCdiPv9Cc6EbwfnkyT1g/shBoVhvDjtXZUbn/Rw==", "license": "MIT", "dependencies": { - "@sindresorhus/is": "^7.2.0", + "@sindresorhus/is": "^8.0.0", "byte-counter": "^0.1.0", "cacheable-lookup": "^7.0.0", "cacheable-request": "^13.0.18", @@ -1496,7 +1496,7 @@ "keyv": "^5.6.0", "lowercase-keys": "^4.0.1", "responselike": "^4.0.2", - "type-fest": "^5.4.4", + "type-fest": "^5.6.0", "uint8array-extras": "^1.5.0" }, "engines": { @@ -2061,9 +2061,9 @@ } }, "node_modules/type-fest": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.5.0.tgz", - "integrity": "sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.6.0.tgz", + "integrity": "sha512-8ZiHFm91orbSAe2PSAiSVBVko18pbhbiB3U9GglSzF/zCGkR+rxpHx6sEMCUm4kxY4LjDIUGgCfUMtwfZfjfUA==", "license": "(MIT OR CC0-1.0)", "dependencies": { "tagged-tag": "^1.0.0" diff --git a/package.json b/package.json index 690cda4..227377a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "vitest": "4.1.3" }, "dependencies": { - "got": "15.0.0", + "got": "15.0.3", "ip-cidr": "4.0.2", "ipaddr.js": "2.3.0" }