Merge branch 'main' into dependabot/npm_and_yarn/md5-2.3.0

This commit is contained in:
Edoardo Pirovano 2021-07-28 17:48:54 +01:00 committed by GitHub
commit fd833ba2c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 549 additions and 626 deletions

11
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",
@ -1525,9 +1526,9 @@
"license": "MIT"
},
"node_modules/commander": {
"version": "8.0.0-1",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.0.0-1.tgz",
"integrity": "sha512-tSrRWF7x0QOO7bjPJIWxOmFtrqcUGWkyp4zANM8ZholgD2gtw9zRNtM5RtbQyOQAu/qp01tnvyFmP8KrlXokHQ==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.1.0.tgz",
"integrity": "sha512-mf45ldcuHSYShkplHHGKWb4TrmwQadxOn7v4WuhDJy0ZVoY5JFajaRDKD0PNe5qXzBX0rhovjTnP6Kz9LETcuA==",
"engines": {
"node": ">= 12"
}