Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit b2acad8

Browse files
Bump decompress from 4.2.0 to 4.2.1 in /website (#222)
Summary: Bumps [decompress](https://github.com/kevva/decompress) from 4.2.0 to 4.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kevva/decompress/releases">decompress's releases</a>.</em></p> <blockquote> <h2>v4.2.1</h2> <ul> <li>Prevent directory traversal (<a href="https://github-redirect.dependabot.com/kevva/decompress/issues/73">https://github.com/facebookincubator/spectrum/issues/73</a>) 967146e</li> </ul> <p><a href="https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1">https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kevva/decompress/commit/84a8c1046946add1a6ae01c54dbebf312e4ffc85"><code>84a8c10</code></a> 4.2.1</li> <li><a href="https://github.com/kevva/decompress/commit/fafff47880cb5b47b022cd7be5542d576448603a"><code>fafff47</code></a> Meta tweaks</li> <li><a href="https://github.com/kevva/decompress/commit/967146e70f48be32ed1a69daa3941d681944d513"><code>967146e</code></a> Prevent directory traversal (<a href="https://github-redirect.dependabot.com/kevva/decompress/issues/73">https://github.com/facebookincubator/spectrum/issues/73</a>)</li> <li><a href="https://github.com/kevva/decompress/commit/74a462a139cc2561b6695e696266c8dc31562d3d"><code>74a462a</code></a> Meta tweaks</li> <li><a href="https://github.com/kevva/decompress/commit/7ddadd92139079e520cb822a03fe4260b7db7676"><code>7ddadd9</code></a> Add note about <code>filter</code> option</li> <li>See full diff in <a href="https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=decompress&package-manager=npm_and_yarn&previous-version=4.2.0&new-version=4.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebookincubator/spectrum/network/alerts). </details> Pull Request resolved: #222 Reviewed By: zmroczek Differential Revision: D23730483 Pulled By: wizh fbshipit-source-id: 9f6a13c7ca311b62369b69cd334334503afa166b
1 parent d901517 commit b2acad8

File tree

1 file changed

+30
-37
lines changed

1 file changed

+30
-37
lines changed

website/yarn.lock

Lines changed: 30 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,10 +1039,10 @@ balanced-match@^1.0.0:
10391039
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
10401040
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
10411041

1042-
base64-js@^1.0.2:
1043-
version "1.3.1"
1044-
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.1.tgz#58ece8cb75dd07e71ed08c736abc5fac4dbf8df1"
1045-
integrity sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==
1042+
base64-js@^1.3.1:
1043+
version "1.5.1"
1044+
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
1045+
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
10461046

10471047
base@^0.11.1:
10481048
version "0.11.2"
@@ -1235,12 +1235,12 @@ buffer-from@^1.0.0:
12351235
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
12361236

12371237
buffer@^5.2.1:
1238-
version "5.4.3"
1239-
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.4.3.tgz#3fbc9c69eb713d323e3fc1a895eee0710c072115"
1240-
integrity sha512-zvj65TkFeIt3i6aj5bIvJDzjjQQGs4o/sNoezg1F1kYap9Nu2jcUdpwzRSJTHMMzG0H7bZkn4rNQpImhuxWX2A==
1238+
version "5.7.1"
1239+
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
1240+
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
12411241
dependencies:
1242-
base64-js "^1.0.2"
1243-
ieee754 "^1.1.4"
1242+
base64-js "^1.3.1"
1243+
ieee754 "^1.1.13"
12441244

12451245
bytes@1:
12461246
version "1.0.0"
@@ -1556,12 +1556,10 @@ commander@^2.15.1, commander@^2.20.0:
15561556
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.1.tgz#3863ce3ca92d0831dcf2a102f5fb4b5926afd0f9"
15571557
integrity sha512-cCuLsMhJeWQ/ZpsFTbE765kvVfoeSddc4nU3up4fV+fDBcfUXnbITJ+JzhkdjzOqhURjZgujxaioam4RM9yGUg==
15581558

1559-
commander@~2.8.1:
1560-
version "2.8.1"
1561-
resolved "https://registry.yarnpkg.com/commander/-/commander-2.8.1.tgz#06be367febfda0c330aa1e2a072d3dc9762425d4"
1562-
integrity sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=
1563-
dependencies:
1564-
graceful-readlink ">= 1.0.0"
1559+
commander@^2.8.1:
1560+
version "2.20.3"
1561+
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
1562+
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
15651563

15661564
commondir@^1.0.1:
15671565
version "1.0.1"
@@ -1952,9 +1950,9 @@ decompress-unzip@^4.0.1:
19521950
yauzl "^2.4.2"
19531951

19541952
decompress@^4.0.0, decompress@^4.2.0:
1955-
version "4.2.0"
1956-
resolved "https://registry.yarnpkg.com/decompress/-/decompress-4.2.0.tgz#7aedd85427e5a92dacfe55674a7c505e96d01f9d"
1957-
integrity sha1-eu3YVCflqS2s/lVnSnxQXpbQH50=
1953+
version "4.2.1"
1954+
resolved "https://registry.yarnpkg.com/decompress/-/decompress-4.2.1.tgz#007f55cc6a62c055afa37c07eb6a4ee1b773f118"
1955+
integrity sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==
19581956
dependencies:
19591957
decompress-tar "^4.0.0"
19601958
decompress-tarbz2 "^4.0.0"
@@ -2997,14 +2995,9 @@ got@^8.3.1:
29972995
url-to-options "^1.0.1"
29982996

29992997
graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
3000-
version "4.2.2"
3001-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.2.tgz#6f0952605d0140c1cfdb138ed005775b92d67b02"
3002-
integrity sha512-IItsdsea19BoLC7ELy13q1iJFNmd7ofZH5+X/pJr90/nRoPEX0DJo1dHDbgtYWOhJhcCgMDTOw84RZ72q6lB+Q==
3003-
3004-
"graceful-readlink@>= 1.0.0":
3005-
version "1.0.1"
3006-
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
3007-
integrity sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=
2998+
version "4.2.6"
2999+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
3000+
integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
30083001

30093002
gray-matter@^2.1.0:
30103003
version "2.1.1"
@@ -3209,10 +3202,10 @@ [email protected], iconv-lite@^0.4.24, iconv-lite@^0.4.4:
32093202
dependencies:
32103203
safer-buffer ">= 2.1.2 < 3"
32113204

3212-
ieee754@^1.1.4:
3213-
version "1.1.13"
3214-
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.13.tgz#ec168558e95aa181fd87d37f55c32bbcb6708b84"
3215-
integrity sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==
3205+
ieee754@^1.1.13:
3206+
version "1.2.1"
3207+
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
3208+
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
32163209

32173210
ignore-walk@^3.0.1:
32183211
version "3.0.2"
@@ -5692,11 +5685,11 @@ scheduler@^0.16.1:
56925685
object-assign "^4.1.1"
56935686

56945687
seek-bzip@^1.0.5:
5695-
version "1.0.5"
5696-
resolved "https://registry.yarnpkg.com/seek-bzip/-/seek-bzip-1.0.5.tgz#cfe917cb3d274bcffac792758af53173eb1fabdc"
5697-
integrity sha1-z+kXyz0nS8/6x5J1ivUxc+sfq9w=
5688+
version "1.0.6"
5689+
resolved "https://registry.yarnpkg.com/seek-bzip/-/seek-bzip-1.0.6.tgz#35c4171f55a680916b52a07859ecf3b5857f21c4"
5690+
integrity sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==
56985691
dependencies:
5699-
commander "~2.8.1"
5692+
commander "^2.8.1"
57005693

57015694
select@^1.1.2:
57025695
version "1.1.2"
@@ -6418,9 +6411,9 @@ typedarray@^0.0.6:
64186411
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
64196412

64206413
unbzip2-stream@^1.0.9:
6421-
version "1.3.3"
6422-
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.3.3.tgz#d156d205e670d8d8c393e1c02ebd506422873f6a"
6423-
integrity sha512-fUlAF7U9Ah1Q6EieQ4x4zLNejrRvDWUYmxXUpN3uziFYCHapjWFaCAnreY9bGgxzaMCFAPPpYNng57CypwJVhg==
6414+
version "1.4.3"
6415+
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7"
6416+
integrity sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==
64246417
dependencies:
64256418
buffer "^5.2.1"
64266419
through "^2.3.8"

0 commit comments

Comments
 (0)