Skip to content

Commit b3b1a06

Browse files
build(deps-dev): bump karma from 3.0.0 to 3.1.4
Bumps [karma](https://github.com/karma-runner/karma) from 3.0.0 to 3.1.4. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](karma-runner/karma@v3.0.0...v3.1.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb9ca5b commit b3b1a06

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

yarn.lock

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,6 +2023,10 @@ find-up@^3.0.0:
20232023
dependencies:
20242024
locate-path "^3.0.0"
20252025

2026+
flatted@^2.0.0:
2027+
version "2.0.0"
2028+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.0.tgz#55122b6536ea496b4b44893ee2608141d10d9916"
2029+
20262030
for-in@^1.0.1, for-in@^1.0.2:
20272031
version "1.0.2"
20282032
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
@@ -2999,8 +3003,8 @@ karma-webpack@^3.0.5:
29993003
webpack-dev-middleware "^2.0.6"
30003004

30013005
karma@^3.0.0:
3002-
version "3.0.0"
3003-
resolved "https://registry.yarnpkg.com/karma/-/karma-3.0.0.tgz#6da83461a8a28d8224575c3b5b874e271b4730c3"
3006+
version "3.1.4"
3007+
resolved "https://registry.yarnpkg.com/karma/-/karma-3.1.4.tgz#3890ca9722b10d1d14b726e1335931455788499e"
30043008
dependencies:
30053009
bluebird "^3.3.0"
30063010
body-parser "^1.16.1"
@@ -3012,11 +3016,12 @@ karma@^3.0.0:
30123016
di "^0.0.1"
30133017
dom-serialize "^2.2.0"
30143018
expand-braces "^0.1.1"
3019+
flatted "^2.0.0"
30153020
glob "^7.1.1"
30163021
graceful-fs "^4.1.2"
30173022
http-proxy "^1.13.0"
30183023
isbinaryfile "^3.0.0"
3019-
lodash "^4.17.4"
3024+
lodash "^4.17.5"
30203025
log4js "^3.0.0"
30213026
mime "^2.3.1"
30223027
minimatch "^3.0.2"
@@ -3028,7 +3033,7 @@ karma@^3.0.0:
30283033
socket.io "2.1.1"
30293034
source-map "^0.6.1"
30303035
tmp "0.0.33"
3031-
useragent "2.2.1"
3036+
useragent "2.3.0"
30323037

30333038
killable@^1.0.0:
30343039
version "1.0.0"
@@ -3151,7 +3156,7 @@ lodash.templatesettings@^4.0.0:
31513156
dependencies:
31523157
lodash._reinterpolate "~3.0.0"
31533158

3154-
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.5.0:
3159+
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.5.0:
31553160
version "4.17.5"
31563161
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"
31573162

@@ -3203,9 +3208,12 @@ loud-rejection@^1.0.0, loud-rejection@^1.6.0:
32033208
currently-unhandled "^0.4.1"
32043209
signal-exit "^3.0.0"
32053210

3206-
3207-
version "2.2.4"
3208-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-2.2.4.tgz#6c658619becf14031d0d0b594b16042ce4dc063d"
3211+
3212+
version "4.1.5"
3213+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
3214+
dependencies:
3215+
pseudomap "^1.0.2"
3216+
yallist "^2.1.2"
32093217

32103218
lru-cache@^4.0.1:
32113219
version "4.1.3"
@@ -5413,11 +5421,11 @@ user-home@^2.0.0:
54135421
dependencies:
54145422
os-homedir "^1.0.0"
54155423

5416-
useragent@2.2.1:
5417-
version "2.2.1"
5418-
resolved "https://registry.yarnpkg.com/useragent/-/useragent-2.2.1.tgz#cf593ef4f2d175875e8bb658ea92e18a4fd06d8e"
5424+
useragent@2.3.0:
5425+
version "2.3.0"
5426+
resolved "https://registry.yarnpkg.com/useragent/-/useragent-2.3.0.tgz#217f943ad540cb2128658ab23fc960f6a88c9972"
54195427
dependencies:
5420-
lru-cache "2.2.x"
5428+
lru-cache "4.1.x"
54215429
tmp "0.0.x"
54225430

54235431
util-deprecate@^1.0.1, util-deprecate@~1.0.1:

0 commit comments

Comments
 (0)