Bump karma-viewport from 1.0.5 to 1.0.6 in /build

Bumps [karma-viewport](https://github.com/squidfunk/karma-viewport) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/squidfunk/karma-viewport/releases)
- [Changelog](https://github.com/squidfunk/karma-viewport/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/karma-viewport/compare/1.0.5...1.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-29 01:13:34 +00:00 committed by GitHub
parent df463f90be
commit aaaabd1678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View File

@ -54,15 +54,15 @@
"dev": true
},
"@types/bluebird": {
"version": "3.5.29",
"resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.29.tgz",
"integrity": "sha512-kmVtnxTuUuhCET669irqQmPAez4KFnFVKvpleVRyfC3g+SHD1hIkFZcWLim9BVcwUBLO59o8VZE4yGCmTif8Yw==",
"version": "3.5.30",
"resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.30.tgz",
"integrity": "sha512-8LhzvcjIoqoi1TghEkRMkbbmM+jhHnBokPGkJWjclMK+Ks0MxEBow3/p2/iFTZ+OIbJHQDSfpgdZEb+af3gfVw==",
"dev": true
},
"@types/karma": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/@types/karma/-/karma-3.0.6.tgz",
"integrity": "sha512-2HanAMFucp8UU9yxQpFFSjnvqSxT0WhyC4ATlYZnbEjGaIp/4pCIV3nf0zefUbUseCalzZ1y3blbWjMLJ9/feg==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@types/karma/-/karma-4.4.0.tgz",
"integrity": "sha512-+b5BsyqXBHRqw7UxzTjQNgj5hjJPAIfWQyLebTOsDrWQVJCghc5j5+U9hbRayc2qfrG07FqDi9m5s3aJ4XNRcA==",
"dev": true,
"requires": {
"@types/bluebird": "*",
@ -157,9 +157,9 @@
}
},
"@types/node": {
"version": "13.7.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.7.0.tgz",
"integrity": "sha512-GnZbirvmqZUzMgkFn70c74OQpTTUcCzlhQliTzYjQMqg+hVKcDnxdL19Ne3UdYzdMA/+W3eb646FWn/ZaT1NfQ==",
"version": "13.9.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.5.tgz",
"integrity": "sha512-hkzMMD3xu6BrJpGVLeQ3htQQNAcOrJjX7WFmtK8zWQpz2UJf13LCFF2ALA7c9OVdvc2vQJeDdjfR35M0sBCxvw==",
"dev": true
},
"abbrev": {
@ -2915,13 +2915,13 @@
}
},
"karma-viewport": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/karma-viewport/-/karma-viewport-1.0.5.tgz",
"integrity": "sha512-XQvyCDNLrlnUQGQyh9kmINIlSUbQR0YzvkgtYoDW39xP4SX5dJmEwTuRtvgSgOVVtWdnGl94qzXIilRtf5x8Mg==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/karma-viewport/-/karma-viewport-1.0.6.tgz",
"integrity": "sha512-pDKvcpBxOH5sYbg9018U554cvmxBH+BxQJ7zqDpvDre6xzpSauEOVldBJ8fgDwsRIYZoFYa8qZ1mGjYRtRVKvA==",
"dev": true,
"requires": {
"@types/karma": "^3.0.2",
"jsonschema": "^1.2.4"
"@types/karma": "^4.4.0",
"jsonschema": "^1.2.5"
}
},
"kew": {

View File

@ -21,7 +21,7 @@
"karma-jasmine-sinon": "^1.0.4",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-viewport": "^1.0.5",
"karma-viewport": "^1.0.6",
"node-sass": "~4.13.0",
"phantomjs-prebuilt": "*",
"sinon": "<= 5.0.7"