Merge branch 'main' into dependabot/npm_and_yarn/jsonschema-1.4.0

This commit is contained in:
Edoardo Pirovano 2021-07-28 00:07:02 +01:00 committed by GitHub
commit b1e69f9179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
71 changed files with 509 additions and 40887 deletions

57
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.0.9",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^0.5.1",
"@actions/artifact": "^0.5.2",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.1.0",
"@actions/github": "^4.0.0",
@ -17,7 +17,7 @@
"@actions/io": "^1.1.0",
"@actions/tool-cache": "^1.7.1",
"@chrisgavin/safe-which": "^1.0.2",
"@octokit/plugin-retry": "^3.0.3",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/types": "^6.21.1",
"commander": "^8.0.0-1",
"console-log-level": "^1.4.1",
@ -39,7 +39,7 @@
"devDependencies": {
"@ava/typescript": "1.1.1",
"@types/jszip": "^3.1.6",
"@types/long": "4.0.0",
"@types/long": "4.0.1",
"@types/nock": "^11.1.0",
"@types/node": "^16.4.3",
"@types/semver": "^7.2.0",
@ -59,8 +59,9 @@
}
},
"node_modules/@actions/artifact": {
"version": "0.5.1",
"license": "MIT",
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.5.2.tgz",
"integrity": "sha512-q/r8WSqyxBJ0ffLCRrtjCBTGnAYqP+ID4yG7f7YSlhrQ4thNg/d+Tq9f1YkLPKX46ZR97OWtGDY+oU/nxcqvLw==",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.11",
@ -443,21 +444,14 @@
}
},
"node_modules/@octokit/plugin-retry": {
"version": "3.0.3",
"license": "MIT",
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-3.0.9.tgz",
"integrity": "sha512-r+fArdP5+TG6l1Rv/C9hVoty6tldw6cE2pRHNGmFPdyfrc696R6JjrQ3d7HdVqGwuzfyrcaLAKD7K8TX8aehUQ==",
"dependencies": {
"@octokit/types": "^5.0.0",
"@octokit/types": "^6.0.3",
"bottleneck": "^2.15.3"
}
},
"node_modules/@octokit/plugin-retry/node_modules/@octokit/types": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz",
"integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==",
"dependencies": {
"@types/node": ">= 8"
}
},
"node_modules/@octokit/request": {
"version": "5.4.9",
"license": "MIT",
@ -611,9 +605,10 @@
}
},
"node_modules/@types/long": {
"version": "4.0.0",
"dev": true,
"license": "MIT"
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz",
"integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==",
"dev": true
},
"node_modules/@types/minimatch": {
"version": "3.0.3",
@ -5930,7 +5925,9 @@
},
"dependencies": {
"@actions/artifact": {
"version": "0.5.1",
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/@actions/artifact/-/artifact-0.5.2.tgz",
"integrity": "sha512-q/r8WSqyxBJ0ffLCRrtjCBTGnAYqP+ID4yG7f7YSlhrQ4thNg/d+Tq9f1YkLPKX46ZR97OWtGDY+oU/nxcqvLw==",
"requires": {
"@actions/core": "^1.2.6",
"@actions/http-client": "^1.0.11",
@ -6255,20 +6252,12 @@
}
},
"@octokit/plugin-retry": {
"version": "3.0.3",
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-3.0.9.tgz",
"integrity": "sha512-r+fArdP5+TG6l1Rv/C9hVoty6tldw6cE2pRHNGmFPdyfrc696R6JjrQ3d7HdVqGwuzfyrcaLAKD7K8TX8aehUQ==",
"requires": {
"@octokit/types": "^5.0.0",
"@octokit/types": "^6.0.3",
"bottleneck": "^2.15.3"
},
"dependencies": {
"@octokit/types": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-5.5.0.tgz",
"integrity": "sha512-UZ1pErDue6bZNjYOotCNveTXArOMZQFG6hKJfOnGnulVCMcVVi7YIIuuR4WfBhjo7zgpmzn/BkPDnUXtNx+PcQ==",
"requires": {
"@types/node": ">= 8"
}
}
}
},
"@octokit/request": {
@ -6404,7 +6393,9 @@
}
},
"@types/long": {
"version": "4.0.0",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@types/long/-/long-4.0.1.tgz",
"integrity": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==",
"dev": true
},
"@types/minimatch": {