-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CG] Fix CG alert about underscore version. (#10705)
- Loading branch information
1 parent
ede1e0e
commit d258db8
Showing
2 changed files
with
61 additions
and
0 deletions.
There are no files selected for viewing
60 changes: 60 additions & 0 deletions
60
src/thrift_0_14_1/thrift.patch/0004-Remove-underscore-packages.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
diff --git a/lib/ts/package-lock.json b/lib/ts/package-lock.json | ||
index fddef4426..93a3cbb8f 100644 | ||
--- a/lib/ts/package-lock.json | ||
+++ b/lib/ts/package-lock.json | ||
@@ -2639,8 +2639,7 @@ | ||
"mkdirp": "~0.5.1", | ||
"requizzle": "~0.2.1", | ||
"strip-json-comments": "~2.0.1", | ||
- "taffydb": "2.6.2", | ||
- "underscore": "~1.8.3" | ||
+ "taffydb": "2.6.2" | ||
} | ||
}, | ||
"jshint": { | ||
@@ -3873,17 +3872,7 @@ | ||
"requizzle": { | ||
"version": "0.2.1", | ||
"resolved": "https://registry.npmjs.org/requizzle/-/requizzle-0.2.1.tgz", | ||
- "integrity": "sha1-aUPDUwxNmn5G8c3dUcFY/GcM294=", | ||
- "requires": { | ||
- "underscore": "~1.6.0" | ||
- }, | ||
- "dependencies": { | ||
- "underscore": { | ||
- "version": "1.6.0", | ||
- "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz", | ||
- "integrity": "sha1-izixDKze9jM3uLJOT/htRa6lKag=" | ||
- } | ||
- } | ||
+ "integrity": "sha1-aUPDUwxNmn5G8c3dUcFY/GcM294=" | ||
}, | ||
"resolve": { | ||
"version": "1.9.0", | ||
@@ -4622,25 +4611,10 @@ | ||
"xtend": "^4.0.1" | ||
} | ||
}, | ||
- "underscore": { | ||
- "version": "1.8.3", | ||
- "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", | ||
- "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=" | ||
- }, | ||
"underscore-contrib": { | ||
"version": "0.3.0", | ||
"resolved": "https://registry.npmjs.org/underscore-contrib/-/underscore-contrib-0.3.0.tgz", | ||
- "integrity": "sha1-ZltmwkeD+PorGMn4y7Dix9SMJsc=", | ||
- "requires": { | ||
- "underscore": "1.6.0" | ||
- }, | ||
- "dependencies": { | ||
- "underscore": { | ||
- "version": "1.6.0", | ||
- "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz", | ||
- "integrity": "sha1-izixDKze9jM3uLJOT/htRa6lKag=" | ||
- } | ||
- } | ||
+ "integrity": "sha1-ZltmwkeD+PorGMn4y7Dix9SMJsc=" | ||
}, | ||
"underscore.string": { | ||
"version": "3.3.5", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
0001-Remove-unneeded-packages.patch | ||
0002-Fix-build-rules.patch | ||
0003-Remove-minimist-packages.patch | ||
0004-Remove-underscore-packages.patch |