Skip to content

Commit d93cf16

Browse files
authored
Merge pull request #21 from pmowrer/update-deps
fix: update lodash to secure version
2 parents 12797a8 + 161bfe6 commit d93cf16

File tree

2 files changed

+9
-41
lines changed

2 files changed

+9
-41
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"author": "pmowrer@gmail.com",
1919
"license": "MIT",
2020
"dependencies": {
21-
"lodash": "3.10.0"
21+
"lodash": "^4.17.15"
2222
},
2323
"devDependencies": {
2424
"babel": "5.6.23",
2525
"jasmine": "^2.3.1",
26-
"mkdirp": "^0.5.1",
26+
"mkdirp": "^1.0.3",
2727
"semantic-release": "^17.0.2",
2828
"semantic-release-github-pr": "^6.0.0"
2929
}

yarn.lock

Lines changed: 7 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ debug@^3.1.0:
14321432
dependencies:
14331433
ms "^2.1.1"
14341434

1435-
debuglog@*, debuglog@^1.0.1:
1435+
debuglog@^1.0.1:
14361436
version "1.0.1"
14371437
resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
14381438
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
@@ -2529,7 +2529,7 @@ import-lazy@^2.1.0:
25292529
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
25302530
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
25312531

2532-
imurmurhash@*, imurmurhash@^0.1.4:
2532+
imurmurhash@^0.1.4:
25332533
version "0.1.4"
25342534
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
25352535
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
@@ -3296,11 +3296,6 @@ lockfile@^1.0.4:
32963296
dependencies:
32973297
signal-exit "^3.0.2"
32983298

3299-
lodash._baseindexof@*:
3300-
version "3.1.0"
3301-
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
3302-
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
3303-
33043299
lodash._baseuniq@~4.6.0:
33053300
version "4.6.0"
33063301
resolved "https://registry.yarnpkg.com/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
@@ -3309,33 +3304,11 @@ lodash._baseuniq@~4.6.0:
33093304
lodash._createset "~4.0.0"
33103305
lodash._root "~3.0.0"
33113306

3312-
lodash._bindcallback@*:
3313-
version "3.0.1"
3314-
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
3315-
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
3316-
3317-
lodash._cacheindexof@*:
3318-
version "3.0.2"
3319-
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
3320-
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
3321-
3322-
lodash._createcache@*:
3323-
version "3.1.2"
3324-
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
3325-
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
3326-
dependencies:
3327-
lodash._getnative "^3.0.0"
3328-
33293307
lodash._createset@~4.0.0:
33303308
version "4.0.3"
33313309
resolved "https://registry.yarnpkg.com/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
33323310
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
33333311

3334-
lodash._getnative@*, lodash._getnative@^3.0.0:
3335-
version "3.9.1"
3336-
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
3337-
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
3338-
33393312
lodash._root@~3.0.0:
33403313
version "3.0.1"
33413314
resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
@@ -3376,11 +3349,6 @@ lodash.isstring@^4.0.1:
33763349
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
33773350
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
33783351

3379-
lodash.restparam@*:
3380-
version "3.6.1"
3381-
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
3382-
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
3383-
33843352
lodash.set@^4.3.2:
33853353
version "4.3.2"
33863354
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"
@@ -3411,11 +3379,6 @@ lodash.without@~4.4.0:
34113379
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
34123380
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
34133381

3414-
lodash@3.10.0:
3415-
version "3.10.0"
3416-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.0.tgz#93d51c672828a4416a12af57220ba8a8737e2fbb"
3417-
integrity sha1-k9UcZygopEFqEq9XIguoqHN+L7s=
3418-
34193382
lodash@^3.10.0, lodash@^3.2.0, lodash@^3.9.3:
34203383
version "3.10.1"
34213384
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
@@ -3741,6 +3704,11 @@ mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:
37413704
dependencies:
37423705
minimist "0.0.8"
37433706

3707+
mkdirp@^1.0.3:
3708+
version "1.0.3"
3709+
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.3.tgz#4cf2e30ad45959dddea53ad97d518b6c8205e1ea"
3710+
integrity sha512-6uCP4Qc0sWsgMLy1EOqqS/3rjDHOEnsStVr/4vtAIK2Y5i2kA7lFFejYrpIyiN9w0pYf4ckeCYT9f1r1P9KX5g==
3711+
37443712
modify-values@^1.0.0:
37453713
version "1.0.1"
37463714
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"

0 commit comments

Comments
 (0)