build(deps-dev): bump archiver from 4.0.1 to 4.0.2 in /web

Bumps [archiver](https://github.com/archiverjs/node-archiver) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/archiverjs/node-archiver/releases)
- [Changelog](https://github.com/archiverjs/node-archiver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/archiverjs/node-archiver/compare/4.0.1...4.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-11 15:43:23 +00:00 committed by Mike Welsh
parent 7b0a4a5838
commit 529948735a
1 changed files with 8 additions and 31 deletions

39
web/package-lock.json generated
View File

@ -2238,12 +2238,6 @@
"mocha": "^8.0.1"
}
},
"@wdio/protocols": {
"version": "6.1.14",
"resolved": "https://registry.npmjs.org/@wdio/protocols/-/protocols-6.1.14.tgz",
"integrity": "sha512-UtRLQ55i23cLQRGtFiEJty1F6AbAfiSpfIxDAiXKHbw6Rp1StwxlqHFrhNe5F48Zu4hnie46t9N/tr/cZOe0kA==",
"dev": true
},
"@wdio/repl": {
"version": "6.1.17",
"resolved": "https://registry.npmjs.org/@wdio/repl/-/repl-6.1.17.tgz",
@ -2751,13 +2745,13 @@
"dev": true
},
"archiver": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/archiver/-/archiver-4.0.1.tgz",
"integrity": "sha512-/YV1pU4Nhpf/rJArM23W6GTUjT0l++VbjykrCRua1TSXrn+yM8Qs7XvtwSiRse0iCe49EPNf7ktXnPsWuSb91Q==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/archiver/-/archiver-4.0.2.tgz",
"integrity": "sha512-B9IZjlGwaxF33UN4oPbfBkyA4V1SxNLeIhR1qY8sRXSsbdUkEHrrOvwlYFPx+8uQeCe9M+FG6KgO+imDmQ79CQ==",
"dev": true,
"requires": {
"archiver-utils": "^2.1.0",
"async": "^2.6.3",
"async": "^3.2.0",
"buffer-crc32": "^0.2.1",
"glob": "^7.1.6",
"readable-stream": "^3.6.0",
@ -2976,13 +2970,10 @@
"dev": true
},
"async": {
"version": "2.6.3",
"resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
"integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
"dev": true,
"requires": {
"lodash": "^4.17.14"
}
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz",
"integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==",
"dev": true
},
"async-each": {
"version": "1.0.3",
@ -13788,20 +13779,6 @@
}
}
},
"webdriver": {
"version": "6.1.17",
"resolved": "https://registry.npmjs.org/webdriver/-/webdriver-6.1.17.tgz",
"integrity": "sha512-wtxKpq5FdQxu3wpakAMbsO5mdRAgjl0x4okrE7jm5RqE9voSh6TmyGdbb61YHmigQQVMhl6Mhq4+gCzaJfJfRQ==",
"dev": true,
"requires": {
"@wdio/config": "6.1.14",
"@wdio/logger": "6.0.16",
"@wdio/protocols": "6.1.14",
"@wdio/utils": "6.1.17",
"got": "^11.0.2",
"lodash.merge": "^4.6.1"
}
},
"webdriverio": {
"version": "6.1.25",
"resolved": "https://registry.npmjs.org/webdriverio/-/webdriverio-6.1.25.tgz",