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",