Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tar from 6.1.11 to 6.2.1 #720

Merged
merged 1 commit into from
Apr 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.

Check failure on line 1 in yarn.lock

View check run for this annotation

Wiz Inc. (87ff8274df) / Wiz Vulnerability Scanner

glob-parent:3.1.0

Detected Vulnerabilities: CVE-2020-28469, Severity: High, Source: https://github.com/advisories/GHSA-ww39-953v-wcq6 CVSS score: 7.5, CVSS exploitability score: 3.9 🩹 Fixed version: 5.1.2 💥 Has public exploit 🧨 Has CISA KEV exploit

Check warning on line 1 in yarn.lock

View check run for this annotation

Wiz Inc. (87ff8274df) / Wiz Vulnerability Scanner

request:2.88.2

Detected Vulnerabilities: CVE-2023-28155, Severity: Medium, Source: https://github.com/advisories/GHSA-p8p7-x288-28g6 CVSS score: 6.1, CVSS exploitability score: 2.8 💥 Has public exploit 🧨 Has CISA KEV exploit

Check warning on line 1 in yarn.lock

View check run for this annotation

Wiz Inc. (87ff8274df) / Wiz Vulnerability Scanner

semver:7.0.0

Detected Vulnerabilities: CVE-2022-25883, Severity: Medium, Source: https://github.com/advisories/GHSA-c2qf-rxjj-qqgw CVSS score: 7.5, CVSS exploitability score: 3.9 🩹 Fixed version: 7.5.2 💥 Has public exploit 🧨 Has CISA KEV exploit

Check warning on line 1 in yarn.lock

View check run for this annotation

Wiz Inc. (87ff8274df) / Wiz Vulnerability Scanner

tough-cookie:2.5.0

Detected Vulnerabilities: CVE-2023-26136, Severity: Medium, Source: https://github.com/advisories/GHSA-72xf-g2v4-qvf3 CVSS score: 9.8, CVSS exploitability score: 3.9 🩹 Fixed version: 4.1.3 💥 Has public exploit 🧨 Has CISA KEV exploit
# yarn lockfile v1


Expand Down Expand Up @@ -6994,6 +6994,11 @@
dependencies:
yallist "^4.0.0"

minipass@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==

minizlib@^2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
Expand Down Expand Up @@ -9352,13 +9357,13 @@
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==

tar@^6.0.2:
version "6.1.11"
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
version "6.2.1"
resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
dependencies:
chownr "^2.0.0"
fs-minipass "^2.0.0"
minipass "^3.0.0"
minipass "^5.0.0"
minizlib "^2.1.1"
mkdirp "^1.0.3"
yallist "^4.0.0"
Expand Down
Loading