Merge branch 'main' into dependabot/npm_and_yarn/nock-13.1.1

This commit is contained in:
Edoardo Pirovano 2021-07-27 18:41:59 +01:00 committed by GitHub
commit df6f81e49c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
213 changed files with 338655 additions and 203220 deletions

47
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.1",
"@actions/github": "^4.0.0",
"@actions/http-client": "^1.0.8",
"@actions/http-client": "^1.0.11",
"@actions/io": "^1.1.0",
"@actions/tool-cache": "^1.7.1",
"@chrisgavin/safe-which": "^1.0.2",
@ -55,7 +55,7 @@
"nock": "^13.1.1",
"removeNPMAbsolutePaths": "2.0.0",
"sinon": "^9.0.2",
"typescript": "^3.7.5"
"typescript": "^4.3.5"
}
},
"node_modules/@actions/artifact": {
@ -69,13 +69,6 @@
"tmp-promise": "^2.0.2"
}
},
"node_modules/@actions/artifact/node_modules/@actions/http-client": {
"version": "1.0.11",
"license": "MIT",
"dependencies": {
"tunnel": "0.0.6"
}
},
"node_modules/@actions/core": {
"version": "1.2.6",
"license": "MIT"
@ -95,8 +88,9 @@
}
},
"node_modules/@actions/http-client": {
"version": "1.0.8",
"license": "MIT",
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz",
"integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==",
"dependencies": {
"tunnel": "0.0.6"
}
@ -5062,13 +5056,6 @@
"dev": true,
"license": "Apache-2.0"
},
"node_modules/tunnel": {
"version": "0.0.6",
"license": "MIT",
"engines": {
"node": ">=0.6.11 <=0.7.0 || >=0.7.3"
}
},
"node_modules/type-check": {
"version": "0.4.0",
"dev": true,
@ -5105,9 +5092,10 @@
}
},
"node_modules/typescript": {
"version": "3.7.5",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -5429,14 +5417,6 @@
"@types/tmp": "^0.1.0",
"tmp": "^0.1.0",
"tmp-promise": "^2.0.2"
},
"dependencies": {
"@actions/http-client": {
"version": "1.0.11",
"requires": {
"tunnel": "0.0.6"
}
}
}
},
"@actions/core": {
@ -5455,7 +5435,9 @@
}
},
"@actions/http-client": {
"version": "1.0.8",
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz",
"integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==",
"requires": {
"tunnel": "0.0.6"
},
@ -8690,9 +8672,6 @@
"version": "1.11.1",
"dev": true
},
"tunnel": {
"version": "0.0.6"
},
"type-check": {
"version": "0.4.0",
"dev": true,
@ -8716,7 +8695,9 @@
}
},
"typescript": {
"version": "3.7.5",
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"dev": true
},
"unique-string": {