From e00e3d2f4ee869f1b253547200ca86e3ead7fc42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 21:09:40 +0000 Subject: [PATCH] build(deps): bump got from 14.6.5 to 14.6.6 Bumps [got](https://github.com/sindresorhus/got) from 14.6.5 to 14.6.6. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.6.5...v14.6.6) --- updated-dependencies: - dependency-name: got dependency-version: 14.6.6 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 d96c76d..4d8741f 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": "^14.6.5", + "got": "^14.6.6", "node-html-parser": "^7.0.1", "redis": "^5.10.0" }, @@ -3065,9 +3065,9 @@ } }, "node_modules/got": { - "version": "14.6.5", - "resolved": "https://registry.npmjs.org/got/-/got-14.6.5.tgz", - "integrity": "sha512-Su87c0NNeg97de1sO02gy9I8EmE7DCJ1gzcFLcgGpYeq2PnLg4xz73MWrp6HjqbSsjb6Glf4UBDW6JNyZA6uSg==", + "version": "14.6.6", + "resolved": "https://registry.npmjs.org/got/-/got-14.6.6.tgz", + "integrity": "sha512-QLV1qeYSo5l13mQzWgP/y0LbMr5Plr5fJilgAIwgnwseproEbtNym8xpLsDzeZ6MWXgNE6kdWGBjdh3zT/Qerg==", "dependencies": { "@sindresorhus/is": "^7.0.1", "byte-counter": "^0.1.0", @@ -8040,9 +8040,9 @@ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==" }, "got": { - "version": "14.6.5", - "resolved": "https://registry.npmjs.org/got/-/got-14.6.5.tgz", - "integrity": "sha512-Su87c0NNeg97de1sO02gy9I8EmE7DCJ1gzcFLcgGpYeq2PnLg4xz73MWrp6HjqbSsjb6Glf4UBDW6JNyZA6uSg==", + "version": "14.6.6", + "resolved": "https://registry.npmjs.org/got/-/got-14.6.6.tgz", + "integrity": "sha512-QLV1qeYSo5l13mQzWgP/y0LbMr5Plr5fJilgAIwgnwseproEbtNym8xpLsDzeZ6MWXgNE6kdWGBjdh3zT/Qerg==", "requires": { "@sindresorhus/is": "^7.0.1", "byte-counter": "^0.1.0", diff --git a/package.json b/package.json index 2939316..4badeb3 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": "^14.6.5", + "got": "^14.6.6", "node-html-parser": "^7.0.1", "redis": "^5.10.0" },