diff --git a/package-lock.json b/package-lock.json index d95ab1a63..a52c8c4d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "express-promise-router": "^4.1.1", "express-validator": "^7.2.1", "express-ws": "^5.0.2", - "got": "^14.4.7", + "got": "^14.4.8", "http-z": "^7.0.0", "js-yaml": "^4.1.0", "minimist": "^1.2.8", @@ -4894,9 +4894,9 @@ } }, "node_modules/got": { - "version": "14.4.7", - "resolved": "https://registry.npmjs.org/got/-/got-14.4.7.tgz", - "integrity": "sha512-DI8zV1231tqiGzOiOzQWDhsBmncFW7oQDH6Zgy6pDPrqJuVZMtoSgPLLsBZQj8Jg4JFfwoOsDA8NGtLQLnIx2g==", + "version": "14.4.8", + "resolved": "https://registry.npmjs.org/got/-/got-14.4.8.tgz", + "integrity": "sha512-vxwU4HuR0BIl+zcT1LYrgBjM+IJjNElOjCzs0aPgHorQyr/V6H6Y73Sn3r3FOlUffvWD+Q5jtRuGWaXkU8Jbhg==", "license": "MIT", "dependencies": { "@sindresorhus/is": "^7.0.1", diff --git a/package.json b/package.json index 1262f2dcc..268ab6f40 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "express-promise-router": "^4.1.1", "express-validator": "^7.2.1", "express-ws": "^5.0.2", - "got": "^14.4.7", + "got": "^14.4.8", "http-z": "^7.0.0", "js-yaml": "^4.1.0", "minimist": "^1.2.8",