From 8c301971d6399cccec31fd3fee62428ca834d22c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:05:33 +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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91203e5..68e2e39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "compression": "^1.8.1", "cookie-parser": "^1.4.7", "express": "^5.2.1", - "got": "^15.0.3", + "got": "^15.0.5", "node-html-parser": "^7.1.0", "redis": "^5.12.1" }, @@ -3041,9 +3041,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==", "dependencies": { "@sindresorhus/is": "^8.0.0", "byte-counter": "^0.1.0", @@ -7973,9 +7973,9 @@ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" }, "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==", "requires": { "@sindresorhus/is": "^8.0.0", "byte-counter": "^0.1.0", diff --git a/package.json b/package.json index 791ca2e..d92a7b6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "compression": "^1.8.1", "cookie-parser": "^1.4.7", "express": "^5.2.1", - "got": "^15.0.3", + "got": "^15.0.5", "node-html-parser": "^7.1.0", "redis": "^5.12.1" },