From acb4995cf7bd0efbdb7759918b1cba19c68031ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:50:00 +0000 Subject: [PATCH] chore(deps): bump got from 14.0.0 to 14.2.0 Bumps [got](https://github.com/sindresorhus/got) from 14.0.0 to 14.2.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.0.0...v14.2.0) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-minor ... 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 6364966953..9a6efd0a64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-json": "3.1.0", "eslint-plugin-prettier": "5.1.3", "extract-zip": "2.0.1", - "got": "14.0.0", + "got": "14.2.0", "husky": "8.0.3", "lint-staged": "15.2.0", "lodash": "4.17.21", @@ -6351,9 +6351,9 @@ } }, "node_modules/got": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/got/-/got-14.0.0.tgz", - "integrity": "sha512-X01vTgaX9SwaMq5DfImvS+3GMQFFs5HtrrlS9CuzUSzkxAf/tWGEyynuI+Qy7BjciMczZGjyVSmawYbP4eYhYA==", + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/got/-/got-14.2.0.tgz", + "integrity": "sha512-dBq2KkHcQl3AwPoIWsLsQScCPpUgRulz1qZVthjPYKYOPmYfBnekR3vxecjZbm91Vc3JUGnV9mqFX7B+Fe2quw==", "dependencies": { "@sindresorhus/is": "^6.1.0", "@szmarczak/http-timer": "^5.0.1", diff --git a/package.json b/package.json index 47b89e9c71..8e99f13745 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-json": "3.1.0", "eslint-plugin-prettier": "5.1.3", "extract-zip": "2.0.1", - "got": "14.0.0", + "got": "14.2.0", "husky": "8.0.3", "lint-staged": "15.2.0", "lodash": "4.17.21",