10000 rm lodash + fix security warning · shader-park/shader-park-website@3c39997 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c39997

Browse files
committed
rm lodash + fix security warning
1 parent e026761 commit 3c39997

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
"express": "^4.16.3",
5858
"express-dynamic-static": "^1.0.5",
5959
"firebase": "^5.3.0",
60-
"lodash": "^4.17.5",
61-
"lodash.throttle": "^4.1.1",
6260
"node-cleanup": "^2.1.2",
6361
"node-fetch": "^2.1.2",
6462
"socket.io": "^2.1.1",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5957,11 +5957,16 @@ lodash.uniq@^4.5.0:
59575957
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
59585958
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
59595959

5960-
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.5.1:
5960+
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.5.1:
59615961
version "4.17.11"
59625962
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
59635963
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
59645964

5965+
lodash@^4.17.5:
5966+
version "4.17.14"
5967+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
5968+
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
5969+
59655970
log-update@^2.3.0:
59665971
version "2.3.0"
59675972
resolved "https://registry.yarnpkg.com/log-update/-/log-update-2.3.0.tgz#88328fd7d1ce7938b29283746f0b1bc126b24708"

0 commit comments

Comments
 (0)
0