From 97c3943410305b4b9c3cbbfaf019d99675958347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:22:50 +0000 Subject: [PATCH] build(deps): bump got from 14.6.4 to 14.6.5 Bumps [got](https://github.com/sindresorhus/got) from 14.6.4 to 14.6.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.6.4...v14.6.5) --- updated-dependencies: - dependency-name: got dependency-version: 14.6.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 9edc7c9..ed9cd48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "compression": "^1.8.1", "cookie-parser": "^1.4.7", "express": "^5.1.0", - "got": "^14.6.4", + "got": "^14.6.5", "node-html-parser": "^7.0.1", "redis": "^5.10.0" }, @@ -3064,9 +3064,9 @@ } }, "node_modules/got": { - "version": "14.6.4", - "resolved": "https://registry.npmjs.org/got/-/got-14.6.4.tgz", - "integrity": "sha512-DjsLab39NUMf5iYlK9asVCkHMhaA2hEhrlmf+qXRhjEivuuBHWYbjmty9DA3OORUwZgENTB+6vSmY2ZW8gFHVw==", + "version": "14.6.5", + "resolved": "https://registry.npmjs.org/got/-/got-14.6.5.tgz", + "integrity": "sha512-Su87c0NNeg97de1sO02gy9I8EmE7DCJ1gzcFLcgGpYeq2PnLg4xz73MWrp6HjqbSsjb6Glf4UBDW6JNyZA6uSg==", "dependencies": { "@sindresorhus/is": "^7.0.1", "byte-counter": "^0.1.0", @@ -8033,9 +8033,9 @@ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" }, "got": { - "version": "14.6.4", - "resolved": "https://registry.npmjs.org/got/-/got-14.6.4.tgz", - "integrity": "sha512-DjsLab39NUMf5iYlK9asVCkHMhaA2hEhrlmf+qXRhjEivuuBHWYbjmty9DA3OORUwZgENTB+6vSmY2ZW8gFHVw==", + "version": "14.6.5", + "resolved": "https://registry.npmjs.org/got/-/got-14.6.5.tgz", + "integrity": "sha512-Su87c0NNeg97de1sO02gy9I8EmE7DCJ1gzcFLcgGpYeq2PnLg4xz73MWrp6HjqbSsjb6Glf4UBDW6JNyZA6uSg==", "requires": { "@sindresorhus/is": "^7.0.1", "byte-counter": "^0.1.0", diff --git a/package.json b/package.json index 3d61989..e7025c9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "compression": "^1.8.1", "cookie-parser": "^1.4.7", "express": "^5.1.0", - "got": "^14.6.4", + "got": "^14.6.5", "node-html-parser": "^7.0.1", "redis": "^5.10.0" },