From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 15:17:19 +0000 (+0300) Subject: Bump karma from 5.1.0 to 5.1.1 (#31417) X-Git-Tag: v5.0.0-alpha2~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac282c7b93bb8f72c0b7433e7736f06a14fe00a4;p=thirdparty%2Fbootstrap.git Bump karma from 5.1.0 to 5.1.1 (#31417) Bumps [karma](https://github.com/karma-runner/karma) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v5.1.0...v5.1.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/package-lock.json b/package-lock.json index d351d68ef1..f3a7ca6e75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6424,9 +6424,9 @@ } }, "karma": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/karma/-/karma-5.1.0.tgz", - "integrity": "sha512-I3aPbkuIbwuBo6wSog97P5WnnhCgUTsWTu/bEw1vZVQFbXmKO3PK+cfFhZioOgVtJAuQxoyauGNjnwXNHMCxbw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/karma/-/karma-5.1.1.tgz", + "integrity": "sha512-xAlOr5PMqUbiKXSv5PCniHWV3aiwj6wIZ0gUVcwpTCPVQm/qH2WAMFWxtnpM6KJqhkRWrIpovR4Rb0rn8GtJzQ==", "dev": true, "requires": { "body-parser": "^1.19.0", @@ -6481,9 +6481,9 @@ } }, "chokidar": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.0.tgz", - "integrity": "sha512-aXAaho2VJtisB/1fg1+3nlLJqGOuewTzQpd/Tz0yTg2R0e4IGtshYvtjowyEumcBv2z+y4+kc75Mz7j5xJskcQ==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.1.tgz", + "integrity": "sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g==", "dev": true, "requires": { "anymatch": "~3.1.1", diff --git a/package.json b/package.json index 5e4a90dfcc..e8067bf337 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "hugo-bin": "^0.62.3", "ip": "^1.1.5", "jquery": "^3.5.1", - "karma": "^5.1.0", + "karma": "^5.1.1", "karma-browserstack-launcher": "1.4.0", "karma-chrome-launcher": "^3.1.0", "karma-coverage-istanbul-reporter": "^3.0.3",