Merge branch 'main' into dependabot/npm_and_yarn/commander-8.1.0

This commit is contained in:
Edoardo Pirovano 2021-07-28 16:36:44 +01:00 committed by GitHub
commit 3baa223274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 365 additions and 104 deletions

10
node_modules/.package-lock.json generated vendored
View file

@ -17,8 +17,9 @@
}
},
"node_modules/@actions/core": {
"version": "1.2.6",
"license": "MIT"
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz",
"integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg=="
},
"node_modules/@actions/exec": {
"version": "1.1.0",
@ -5776,8 +5777,9 @@
"dev": true
},
"node_modules/uuid": {
"version": "8.3.0",
"license": "MIT",
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"bin": {
"uuid": "dist/bin/uuid"
}