Skip to content

Commit c9f496c

Browse files
update libs
1 parent 5345582 commit c9f496c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@
9090
"jasmine-core": "^3.1.0",
9191
"karma": "^2.0.2",
9292
"karma-chrome-launcher": "^2.2.0",
93-
"karma-jasmine": "^1.1.1",
93+
"karma-jasmine": "^1.1.2",
9494
"karma-mocha-reporter": "^2.2.5",
9595
"karma-phantomjs-launcher": "^1.0.4",
9696
"karma-sourcemap-loader": "^0.3.7",
9797
"karma-super-dots-reporter": "^0.1.0",
9898
"karma-webpack": "^3.0.0",
99-
"lodash": "^4.17.5",
99+
"lodash": "^4.17.10",
100100
"prettier": "^1.12.1",
101101
"pretty-quick": "^1.4.1",
102-
"rollup": "^0.58.1",
102+
"rollup": "^0.58.2",
103103
"rollup-plugin-node-resolve": "^3.3.0",
104104
"rollup-plugin-sourcemaps": "^0.4.2",
105105
"rollup-plugin-uglify": "^3.0.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2972,9 +2972,9 @@ karma-chrome-launcher@^2.2.0:
29722972
fs-access "^1.0.0"
29732973
which "^1.2.1"
29742974

2975-
karma-jasmine@^1.1.1:
2976-
version "1.1.1"
2977-
resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-1.1.1.tgz#6fe840e75a11600c9d91e84b33c458e1c46a3529"
2975+
karma-jasmine@^1.1.2:
2976+
version "1.1.2"
2977+
resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-1.1.2.tgz#394f2b25ffb4a644b9ada6f22d443e2fd08886c3"
29782978

29792979
karma-mocha-reporter@^2.2.5:
29802980
version "2.2.5"
@@ -3204,7 +3204,7 @@ lodash@^4.0.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.4, lodash@^4.5.0:
32043204
version "4.17.4"
32053205
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
32063206

3207-
lodash@^4.2.1:
3207+
lodash@^4.17.10, lodash@^4.2.1:
32083208
version "4.17.10"
32093209
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
32103210

@@ -4768,9 +4768,9 @@ rollup-pluginutils@^2.0.1:
47684768
estree-walker "^0.3.0"
47694769
micromatch "^2.3.11"
47704770

4771-
rollup@^0.58.1:
4772-
version "0.58.1"
4773-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.58.1.tgz#5e2e05ceb103f770868b12c4048c22d3903fa2dd"
4771+
rollup@^0.58.2:
4772+
version "0.58.2"
4773+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.58.2.tgz#2feddea8c0c022f3e74b35c48e3c21b3433803ce"
47744774
dependencies:
47754775
"@types/estree" "0.0.38"
47764776
"@types/node" "*"

0 commit comments

Comments
 (0)