diff --git a/package-lock.json b/package-lock.json index d518d6afb72964bbd54bab3bd66bdb7e270043aa..7f57a3e180ff9d5d7bbf50fd517a242677e5aa0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "fast-xml-parser": "^4.2.2", "glob": "^10.2.6", "global-agent": "^3.0.0", - "got": "^12.6.0", + "got": "^13.0.0", "graphql": "^15.6.1", "graphql-tag": "^2.12.6", "joi": "17.9.2", @@ -17110,9 +17110,9 @@ } }, "node_modules/got": { - "version": "12.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz", - "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz", + "integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==", "dependencies": { "@sindresorhus/is": "^5.2.0", "@szmarczak/http-timer": "^5.0.1", @@ -17127,7 +17127,7 @@ "responselike": "^3.0.0" }, "engines": { - "node": ">=14.16" + "node": ">=16" }, "funding": { "url": "https://github.com/sindresorhus/got?sponsor=1" @@ -43736,9 +43736,9 @@ } }, "got": { - "version": "12.6.0", - "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz", - "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz", + "integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==", "requires": { "@sindresorhus/is": "^5.2.0", "@szmarczak/http-timer": "^5.0.1", diff --git a/package.json b/package.json index 06b096a7234601da5a0c9870e675c43bbb34daf9..06247942c7e9efc1988cf046d5852fa70309f4c1 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "fast-xml-parser": "^4.2.2", "glob": "^10.2.6", "global-agent": "^3.0.0", - "got": "^12.6.0", + "got": "^13.0.0", "graphql": "^15.6.1", "graphql-tag": "^2.12.6", "joi": "17.9.2",