diff options
Diffstat (limited to 'client/yarn.lock')
-rw-r--r-- | client/yarn.lock | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/client/yarn.lock b/client/yarn.lock index 20ff5c3c8..98b7e58a7 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -1045,6 +1045,11 @@ | |||
1045 | resolved "https://registry.yarnpkg.com/@types/jschannel/-/jschannel-1.0.1.tgz#79d582ccf42554c8457230526a3054d018d559f0" | 1045 | resolved "https://registry.yarnpkg.com/@types/jschannel/-/jschannel-1.0.1.tgz#79d582ccf42554c8457230526a3054d018d559f0" |
1046 | integrity sha512-S34NuOoOOKXbft3f9GDeLKp777ABCGArZaqUWOuu1Xn+1S75Osmk8kCeqmw5x2TuASyjE082DwDAuoaXNIRCTw== | 1046 | integrity sha512-S34NuOoOOKXbft3f9GDeLKp777ABCGArZaqUWOuu1Xn+1S75Osmk8kCeqmw5x2TuASyjE082DwDAuoaXNIRCTw== |
1047 | 1047 | ||
1048 | "@types/linkify-it@*": | ||
1049 | version "2.1.0" | ||
1050 | resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-2.1.0.tgz#ea3dd64c4805597311790b61e872cbd1ed2cd806" | ||
1051 | integrity sha512-Q7DYAOi9O/+cLLhdaSvKdaumWyHbm7HAk/bFwwyTuU0arR5yyCeW5GOoqt4tJTpDRxhpx9Q8kQL6vMpuw9hDSw== | ||
1052 | |||
1048 | "@types/linkifyjs@^2.1.2": | 1053 | "@types/linkifyjs@^2.1.2": |
1049 | version "2.1.2" | 1054 | version "2.1.2" |
1050 | resolved "https://registry.yarnpkg.com/@types/linkifyjs/-/linkifyjs-2.1.2.tgz#8244f4e6d7be65359cc25a34da8977fce87a7b2e" | 1055 | resolved "https://registry.yarnpkg.com/@types/linkifyjs/-/linkifyjs-2.1.2.tgz#8244f4e6d7be65359cc25a34da8977fce87a7b2e" |
@@ -1071,10 +1076,12 @@ | |||
1071 | dependencies: | 1076 | dependencies: |
1072 | "@types/node" "*" | 1077 | "@types/node" "*" |
1073 | 1078 | ||
1074 | "@types/markdown-it@^0.0.5": | 1079 | "@types/markdown-it@^0.0.9": |
1075 | version "0.0.5" | 1080 | version "0.0.9" |
1076 | resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-0.0.5.tgz#5cdcbe08e81075d5dbf15466b311359b02a30c2b" | 1081 | resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-0.0.9.tgz#a5d552f95216c478e0a27a5acc1b28dcffd989ce" |
1077 | integrity sha512-Bhc4jTJ3g+WU+dBvyhwwssHifjqapauyjV+0cTWVWRjwDAaK9PebZBFpLJmoOCp47qlkDeeT1Y9sV9LyyaG02w== | 1082 | integrity sha512-IFSepyZXbF4dgSvsk8EsgaQ/8Msv1I5eTL0BZ0X3iGO9jw6tCVtPG8HchIPm3wrkmGdqZOD42kE0zplVi1gYDA== |
1083 | dependencies: | ||
1084 | "@types/linkify-it" "*" | ||
1078 | 1085 | ||
1079 | "@types/minimatch@*": | 1086 | "@types/minimatch@*": |
1080 | version "3.0.3" | 1087 | version "3.0.3" |