diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-09 13:51:26 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-09 13:51:26 +0100 |
commit | d4727de48b623599c999de89cb6be82e50071234 (patch) | |
tree | 8f1bfbf9c7551ff9ce05ea54d67ba685e37f022c | |
parent | c9f27d9881ea0cc05e953117380b4b22a1376d21 (diff) | |
download | PeerTube-d4727de48b623599c999de89cb6be82e50071234.tar.gz PeerTube-d4727de48b623599c999de89cb6be82e50071234.tar.zst PeerTube-d4727de48b623599c999de89cb6be82e50071234.zip |
Upgrade tools dependencies
-rw-r--r-- | server/tools/yarn.lock | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/server/tools/yarn.lock b/server/tools/yarn.lock index 6d3834564..025ef208d 100644 --- a/server/tools/yarn.lock +++ b/server/tools/yarn.lock | |||
@@ -15,9 +15,9 @@ | |||
15 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== | 15 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== |
16 | 16 | ||
17 | "@babel/highlight@^7.16.7": | 17 | "@babel/highlight@^7.16.7": |
18 | version "7.16.7" | 18 | version "7.16.10" |
19 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.7.tgz#81a01d7d675046f0d96f82450d9d9578bdfd6b0b" | 19 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea753c227b0f570ad785aba88" |
20 | integrity sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw== | 20 | integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw== |
21 | dependencies: | 21 | dependencies: |
22 | "@babel/helper-validator-identifier" "^7.16.7" | 22 | "@babel/helper-validator-identifier" "^7.16.7" |
23 | chalk "^2.0.0" | 23 | chalk "^2.0.0" |
@@ -287,9 +287,9 @@ shebang-regex@^1.0.0: | |||
287 | integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= | 287 | integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= |
288 | 288 | ||
289 | signal-exit@^3.0.0, signal-exit@^3.0.2: | 289 | signal-exit@^3.0.0, signal-exit@^3.0.2: |
290 | version "3.0.6" | 290 | version "3.0.7" |
291 | resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.6.tgz#24e630c4b0f03fea446a2bd299e62b4a6ca8d0af" | 291 | resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" |
292 | integrity sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ== | 292 | integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== |
293 | 293 | ||
294 | sort-keys@^4.0.0: | 294 | sort-keys@^4.0.0: |
295 | version "4.2.0" | 295 | version "4.2.0" |