Merge branch 'main' into dependabot/npm_and_yarn/types/node-16.4.3

This commit is contained in:
Edoardo Pirovano 2021-07-27 20:15:15 +01:00 committed by GitHub
commit 04e8743013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 2790 additions and 2070 deletions

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

@ -493,9 +493,22 @@
}
},
"node_modules/@types/sinon": {
"version": "7.5.2",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.2.tgz",
"integrity": "sha512-BHn8Bpkapj8Wdfxvh2jWIUoaYB/9/XhsL0oOvBfRagJtKlSl9NWPcFOz2lRukI9szwGxFtYZCTejJSqsGDbdmw==",
"dev": true,
"license": "MIT"
"dependencies": {
"@sinonjs/fake-timers": "^7.1.0"
}
},
"node_modules/@types/sinon/node_modules/@sinonjs/fake-timers": {
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz",
"integrity": "sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==",
"dev": true,
"dependencies": {
"@sinonjs/commons": "^1.7.0"
}
},
"node_modules/@types/tmp": {
"version": "0.1.0",