From 23d84187dc8d73a95e8891bbb9dc7e6ae192188e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 09:27:55 +0000 Subject: [PATCH] chore(deps-dev): Bump @open-wc/testing-karma-bs from 1.3.77 to 1.3.80 Bumps [@open-wc/testing-karma-bs](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing-karma-bs) from 1.3.77 to 1.3.80. - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing-karma-bs/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing-karma-bs@1.3.80/packages/testing-karma-bs) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 125 +++++++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 119 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3d544a..bae92e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1645,21 +1645,132 @@ } }, "@open-wc/testing-karma-bs": { - "version": "1.3.77", - "resolved": "https://registry.npmjs.org/@open-wc/testing-karma-bs/-/testing-karma-bs-1.3.77.tgz", - "integrity": "sha512-EQgXdmRsrqUJbRZeuYyjmiYgLWQ+lkZnODkgwGb3TFOseSNWlIgnTzW5QLT2MvrJXwAV/IUxWq+EPXiRa3siJw==", + "version": "1.3.80", + "resolved": "https://registry.npmjs.org/@open-wc/testing-karma-bs/-/testing-karma-bs-1.3.80.tgz", + "integrity": "sha512-uiHcMaX1pv7pOCfg6PLpbFnZOHSSBGd3CZGiK7EoncJ1up7IVaNqgk3C7w7pOmGswpY8/YXOsg4/JQgdhv8wOA==", "dev": true, "requires": { - "@open-wc/testing-karma": "^3.4.1", + "@open-wc/testing-karma": "^3.4.4", "@types/node": "^11.13.0", "karma-browserstack-launcher": "^1.0.0" }, "dependencies": { + "@open-wc/karma-esm": { + "version": "2.16.14", + "resolved": "https://registry.npmjs.org/@open-wc/karma-esm/-/karma-esm-2.16.14.tgz", + "integrity": "sha512-n0i59gRzWWqwwKUxKy+fAlfN/nJ2w2bUNPU+N2rivqJxBxUqzRCEP2d7a65zR/DAgD0yavoWJpt+6iaXMI12Gg==", + "dev": true, + "requires": { + "@open-wc/building-utils": "^2.18.0", + "babel-plugin-istanbul": "^5.1.4", + "chokidar": "^3.0.0", + "deepmerge": "^4.2.2", + "es-dev-server": "^1.55.0", + "minimatch": "^3.0.4", + "node-fetch": "^2.6.0", + "polyfills-loader": "^1.6.1", + "portfinder": "^1.0.21", + "request": "^2.88.0" + } + }, + "@open-wc/testing-karma": { + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/@open-wc/testing-karma/-/testing-karma-3.4.4.tgz", + "integrity": "sha512-rlXsQECBktku4PN0QiCVHW04B0kBRzyYlK71yLDOskBWTLAEdxN7A6wQKvNU58cgjQe5lzP8AyAgAqWKu7yx1A==", + "dev": true, + "requires": { + "@open-wc/karma-esm": "^2.16.14", + "@types/karma": "^5.0.0", + "@types/karma-coverage-istanbul-reporter": "^2.1.0", + "@types/karma-mocha": "^1.3.0", + "@types/karma-mocha-reporter": "^2.2.0", + "axe-core": "^3.5.3", + "karma": "^4.1.0", + "karma-chrome-launcher": "^3.1.0", + "karma-coverage-istanbul-reporter": "^2.0.0", + "karma-mocha": "^1.0.0", + "karma-mocha-reporter": "^2.0.0", + "karma-mocha-snapshot": "^0.2.1", + "karma-snapshot": "^0.6.0", + "karma-source-map-support": "^1.3.0", + "mocha": "^6.2.2" + } + }, "@types/node": { - "version": "11.15.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-11.15.14.tgz", - "integrity": "sha512-5R/ADTMiAxv+4GAwzsupaUO51T1e0UYdPc8StO/t6a+Fv1o2sbY9MWgmP2QxtKGwge8HqTjq058L360ai5RDug==", + "version": "11.15.16", + "resolved": "https://registry.npmjs.org/@types/node/-/node-11.15.16.tgz", + "integrity": "sha512-QUb2Wgrw0aq7Pfk9LhjOXrnm8E7CmwHSa5fy0IYvxWSujNVV0wDkaGxnAsu2WZcdYRBerYqnf6e6Qiq1FkBxGw==", "dev": true + }, + "es-dev-server": { + "version": "1.55.0", + "resolved": "https://registry.npmjs.org/es-dev-server/-/es-dev-server-1.55.0.tgz", + "integrity": "sha512-D4be5MVGBDw2/OO79xCTw1qqMbttao8SovhRelhUQ7+dFaInF/dC+so6vJKuuTFvVRpSVXF320F/0rMJ8R5FcA==", + "dev": true, + "requires": { + "@babel/core": "^7.9.0", + "@babel/plugin-proposal-dynamic-import": "^7.8.3", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-proposal-optional-chaining": "^7.9.0", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-transform-template-literals": "^7.8.3", + "@babel/preset-env": "^7.9.0", + "@open-wc/building-utils": "^2.18.0", + "@rollup/plugin-node-resolve": "^7.1.1", + "@rollup/pluginutils": "^3.0.0", + "@types/babel__core": "^7.1.3", + "@types/browserslist": "^4.8.0", + "@types/browserslist-useragent": "^3.0.0", + "@types/caniuse-api": "^3.0.0", + "@types/command-line-args": "^5.0.0", + "@types/command-line-usage": "^5.0.1", + "@types/debounce": "^1.2.0", + "@types/koa": "^2.0.48", + "@types/koa-compress": "^2.0.9", + "@types/koa-etag": "^3.0.0", + "@types/koa-static": "^4.0.1", + "@types/lru-cache": "^5.1.0", + "@types/minimatch": "^3.0.3", + "@types/path-is-inside": "^1.0.0", + "@types/whatwg-url": "^6.4.0", + "browserslist": "^4.9.1", + "browserslist-useragent": "^3.0.2", + "builtin-modules": "^3.1.0", + "camelcase": "^5.3.1", + "caniuse-api": "^3.0.0", + "caniuse-lite": "^1.0.30001033", + "chokidar": "^3.0.0", + "command-line-args": "^5.0.2", + "command-line-usage": "^6.1.0", + "debounce": "^1.2.0", + "deepmerge": "^4.2.2", + "es-module-lexer": "^0.3.13", + "get-stream": "^5.1.0", + "is-stream": "^2.0.0", + "isbinaryfile": "^4.0.2", + "koa": "^2.7.0", + "koa-compress": "^3.0.0", + "koa-etag": "^3.0.0", + "koa-static": "^5.0.0", + "lru-cache": "^5.1.1", + "mime-types": "^2.1.27", + "minimatch": "^3.0.4", + "open": "^7.0.3", + "parse5": "^5.1.1", + "path-is-inside": "^1.0.2", + "polyfills-loader": "^1.6.1", + "portfinder": "^1.0.21", + "rollup": "^2.7.2", + "strip-ansi": "^5.2.0", + "systemjs": "^6.3.1", + "tslib": "^1.11.1", + "useragent": "^2.3.0", + "whatwg-url": "^7.0.0" + } } } }, diff --git a/package.json b/package.json index 2e0257f..d2ddcf8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lint-staged": "^10.2.9", "@open-wc/testing-karma": "^3.4.1", "webpack-merge": "^4.2.2", - "@open-wc/testing-karma-bs": "^1.3.77", + "@open-wc/testing-karma-bs": "^1.3.80", "@open-wc/testing": "^2.5.17", "@open-wc/demoing-storybook": "^2.3.5", "@open-wc/building-rollup": "^1.3.1",