Merge branch 'main' into dependabot/npm_and_yarn/micromatch-4.0.4

This commit is contained in:
Edoardo Pirovano 2021-07-28 18:03:42 +01:00 committed by GitHub
commit aacf63d354
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 483 additions and 624 deletions

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

@ -1526,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"
}
@ -3811,12 +3811,13 @@
}
},
"node_modules/md5": {
"version": "2.2.1",
"license": "BSD-3-Clause",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz",
"integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
"dependencies": {
"charenc": "~0.0.1",
"crypt": "~0.0.1",
"is-buffer": "~1.1.1"
"charenc": "0.0.2",
"crypt": "0.0.2",
"is-buffer": "~1.1.6"
}
},
"node_modules/md5-hex": {