From f0aa2648a9c480b55dfe0f2491a9a27ac0f55c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 22:12:09 +0000 Subject: [PATCH] build(deps): bump got from 15.0.3 to 15.0.5 Bumps [got](https://github.com/sindresorhus/got) from 15.0.3 to 15.0.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v15.0.3...v15.0.5) --- updated-dependencies: - dependency-name: got dependency-version: 15.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a28560c81..6e6a370d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "exponential-backoff": "^3.1.3", "express": "^4.22.0", "express-validator": "^7.3.2", - "got": "^15.0.3", + "got": "^15.0.5", "http-z": "7.0.0", "jws": "^4.0.1", "mongodb": "^7.2.0", @@ -2944,9 +2944,9 @@ } }, "node_modules/got": { - "version": "15.0.3", - "resolved": "https://registry.npmjs.org/got/-/got-15.0.3.tgz", - "integrity": "sha512-630of5aMTYM6g6epok5nuqvctP8InJISvt39iNt7y0r27rcGCdiPv9Cc6EbwfnkyT1g/shBoVhvDjtXZUbn/Rw==", + "version": "15.0.5", + "resolved": "https://registry.npmjs.org/got/-/got-15.0.5.tgz", + "integrity": "sha512-PMIMaZuYUCK43+Z9JWEXea4kkX2b3301m81D5TS6QpfG4PmNyirzEdO/Oa2OHAN4GsjnPfvWCWsshKN2rq4/gQ==", "license": "MIT", "dependencies": { "@sindresorhus/is": "^8.0.0", diff --git a/package.json b/package.json index d37151d2d..908abc21a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "exponential-backoff": "^3.1.3", "express": "^4.22.0", "express-validator": "^7.3.2", - "got": "^15.0.3", + "got": "^15.0.5", "http-z": "7.0.0", "jws": "^4.0.1", "mongodb": "^7.2.0",