Skip to content

Commit e01f4c5

Browse files
SESA481467SESA481467
authored andcommitted
fix(security): CVE-2019-10744
src < lodash/lodash#4336 >
1 parent 15e2836 commit e01f4c5

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@
4747
"ts-node": "~7.0.0",
4848
"tslint": "~5.11.0",
4949
"typescript": "~3.1.1"
50+
},
51+
"resolutions": {
52+
"tar": ">=4.4.2",
53+
"lodash": ">=4.17.13"
5054
}
5155
}

yarn.lock

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,13 +1017,6 @@ blob@0.0.5:
10171017
resolved "https://registry.yarnpkg.com/blob/-/blob-0.0.5.tgz#d680eeef25f8cd91ad533f5b01eed48e64caf683"
10181018
integrity sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==
10191019

1020-
block-stream@*:
1021-
version "0.0.9"
1022-
resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a"
1023-
integrity sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=
1024-
dependencies:
1025-
inherits "~2.0.0"
1026-
10271020
blocking-proxy@^1.0.0:
10281021
version "1.0.1"
10291022
resolved "https://registry.yarnpkg.com/blocking-proxy/-/blocking-proxy-1.0.1.tgz#81d6fd1fe13a4c0d6957df7f91b75e98dac40cb2"
@@ -2851,7 +2844,7 @@ fsevents@^1.0.0, fsevents@^1.2.2, fsevents@^1.2.7:
28512844
nan "^2.12.1"
28522845
node-pre-gyp "^0.12.0"
28532846

2854-
fstream@^1.0.0, fstream@^1.0.12:
2847+
fstream@^1.0.0:
28552848
version "1.0.12"
28562849
resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045"
28572850
integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==
@@ -4211,10 +4204,10 @@ lodash.tail@^4.1.1:
42114204
resolved "https://registry.yarnpkg.com/lodash.tail/-/lodash.tail-4.1.1.tgz#d2333a36d9e7717c8ad2f7cacafec7c32b444664"
42124205
integrity sha1-0jM6NtnncXyK0vfKyv7HwytERmQ=
42134206

4214-
lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.0, lodash@~4.17.10:
4215-
version "4.17.11"
4216-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
4217-
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
4207+
lodash@>=4.17.13, lodash@^4.0.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.0, lodash@~4.17.10:
4208+
version "4.17.14"
4209+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
4210+
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
42184211

42194212
log4js@^3.0.0:
42204213
version "3.0.6"
@@ -6738,16 +6731,7 @@ tapable@^1.0.0, tapable@^1.1.0:
67386731
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
67396732
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
67406733

6741-
tar@^2.0.0:
6742-
version "2.2.2"
6743-
resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40"
6744-
integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA==
6745-
dependencies:
6746-
block-stream "*"
6747-
fstream "^1.0.12"
6748-
inherits "2"
6749-
6750-
tar@^4:
6734+
tar@>=4.4.2, tar@^2.0.0, tar@^4:
67516735
version "4.4.10"
67526736
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.10.tgz#946b2810b9a5e0b26140cf78bea6b0b0d689eba1"
67536737
integrity sha512-g2SVs5QIxvo6OLp0GudTqEf05maawKUxXru104iaayWA09551tFCTI8f1Asb4lPfkBr91k07iL4c11XO3/b0tA==

0 commit comments

Comments
 (0)