Skip to content

Commit 07158fe

Browse files
author
Steve Kwak
committed
security warning
1 parent 33b561e commit 07158fe

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"author": "",
1818
"license": "MIT",
1919
"dependencies": {
20+
"cryptiles": "^4.1.3",
2021
"eslint": "^6.2.2",
2122
"gitbook-plugin-addcssjs": "^1.0.2",
2223
"gitbook-plugin-anchorjs": "^2.1.0",
@@ -46,7 +47,10 @@
4647
"gitbook-plugin-simpletabs": "^0.1.1",
4748
"gitbook-plugin-styled-blockquotes": "^1.1.4",
4849
"gitbook-plugin-todo": "^0.1.3",
49-
"mem": "^5.1.1"
50+
"hoek": "^6.1.3",
51+
"marked": "^0.7.0",
52+
"mem": "^5.1.1",
53+
"tunnel-agent": "^0.6.0"
5054
},
5155
"devDependencies": {
5256
"eslint-config-airbnb-base": "^14.0.0",

yarn.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,13 @@ [email protected]:
361361
dependencies:
362362
hoek "2.x.x"
363363

364+
365+
version "7.3.0"
366+
resolved "https://registry.yarnpkg.com/boom/-/boom-7.3.0.tgz#733a6d956d33b0b1999da3fe6c12996950d017b9"
367+
integrity sha512-Swpoyi2t5+GhOEGw8rEsKvTxFLIDiiKoUc2gsoV6Lyr43LHBIzch3k2MvYUs8RTROrIkVJ3Al0TkaOGjnb+B6A==
368+
dependencies:
369+
hoek "6.x.x"
370+
364371
boxen@^1.0.0, boxen@^1.2.1:
365372
version "1.3.0"
366373
resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b"
@@ -911,6 +918,13 @@ [email protected]:
911918
dependencies:
912919
boom "2.x.x"
913920

921+
cryptiles@^4.1.3:
922+
version "4.1.3"
923+
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-4.1.3.tgz#2461d3390ea0b82c643a6ba79f0ed491b0934c25"
924+
integrity sha512-gT9nyTMSUC1JnziQpPbxKGBbUg8VL7Zn2NB4E1cJYvuXdElHrwxrV9bmltZGDzet45zSDGyYceueke1TjynGzw==
925+
dependencies:
926+
boom "7.x.x"
927+
914928
crypto-random-string@^1.0.0:
915929
version "1.0.0"
916930
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-1.0.0.tgz#a230f64f568310e1498009940790ec99545bca7e"
@@ -2253,6 +2267,11 @@ [email protected]:
22532267
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
22542268
integrity sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=
22552269

2270+
[email protected], hoek@^6.1.3:
2271+
version "6.1.3"
2272+
resolved "https://registry.yarnpkg.com/hoek/-/hoek-6.1.3.tgz#73b7d33952e01fe27a38b0457294b79dd8da242c"
2273+
integrity sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==
2274+
22562275
hosted-git-info@^2.1.4, hosted-git-info@^2.1.5, hosted-git-info@^2.4.2, hosted-git-info@^2.6.0, hosted-git-info@^2.7.1:
22572276
version "2.8.4"
22582277
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.4.tgz#44119abaf4bc64692a16ace34700fed9c03e2546"
@@ -3154,6 +3173,11 @@ markdown-escape@^1.0.1:
31543173
resolved "https://registry.yarnpkg.com/markdown-escape/-/markdown-escape-1.0.2.tgz#7184ae24554c49e84b82fd5648fe2a53d1f91b08"
31553174
integrity sha1-cYSuJFVMSehLgv1WSP4qU9H5Gwg=
31563175

3176+
marked@^0.7.0:
3177+
version "0.7.0"
3178+
resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e"
3179+
integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==
3180+
31573181
"marked@https://github.com/mrpotes/marked/tarball/html-structure":
31583182
version "0.3.2"
31593183
resolved "https://github.com/mrpotes/marked/tarball/html-structure#2fc902b751c4c3554303fef4c664f9aa515a55c1"

0 commit comments

Comments
 (0)