Merge branch 'main' into dependabot/npm_and_yarn/types/long-4.0.1

This commit is contained in:
Edoardo Pirovano 2021-07-27 23:40:50 +01:00 committed by GitHub
commit 70bbe2df84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 11 deletions

11
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",
@ -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",
@ -5930,7 +5931,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",