commit 15c05cc5b284fd984929d6b8a2e392a1163cb4ff
parent 851d5cf9537e50a2f829fb0d3342f2f54730ded3
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Mon, 21 Aug 2023 18:15:38 +0200
Merge pull request #39 from MTRNord/dependabot/npm_and_yarn/got-13.0.0
Bump got from 12.6.0 to 13.0.0
Diffstat:
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/package-lock.json b/package-lock.json
@@ -14,7 +14,7 @@
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
- "got": "^12.6.0",
+ "got": "^13.0.0",
"moo": "^0.5.2",
"nearley": "^2.20.1"
},
@@ -4232,9 +4232,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",
@@ -4249,7 +4249,7 @@
"responselike": "^3.0.0"
},
"engines": {
- "node": ">=14.16"
+ "node": ">=16"
},
"funding": {
"url": "https://github.com/sindresorhus/got?sponsor=1"
@@ -10602,9 +10602,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
@@ -33,7 +33,7 @@
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
- "got": "^12.6.0",
+ "got": "^13.0.0",
"moo": "^0.5.2",
"nearley": "^2.20.1"
},