Skip to content

Commit b3b02b8

Browse files
build(deps): bump formidable from 2.1.2 to 2.1.5 (#918)
Bumps [formidable](https://github.com/node-formidable/formidable) from 2.1.2 to 2.1.5. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/node-formidable/formidable/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=formidable&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hyperdxio/hyperdx/network/alerts). </details>
1 parent 2f211cc commit b3b02b8

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

yarn.lock

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5796,6 +5796,13 @@ __metadata:
57965796
languageName: node
57975797
linkType: hard
57985798

5799+
"@noble/hashes@npm:^1.1.5":
5800+
version: 1.8.0
5801+
resolution: "@noble/hashes@npm:1.8.0"
5802+
checksum: 10c0/06a0b52c81a6fa7f04d67762e08b2c476a00285858150caeaaff4037356dd5e119f45b2a530f638b77a5eeca013168ec1b655db41bae3236cb2e9d511484fc77
5803+
languageName: node
5804+
linkType: hard
5805+
57995806
"@nodelib/fs.scandir@npm:2.1.5":
58005807
version: 2.1.5
58015808
resolution: "@nodelib/fs.scandir@npm:2.1.5"
@@ -7437,6 +7444,15 @@ __metadata:
74377444
languageName: node
74387445
linkType: hard
74397446

7447+
"@paralleldrive/cuid2@npm:^2.2.2":
7448+
version: 2.2.2
7449+
resolution: "@paralleldrive/cuid2@npm:2.2.2"
7450+
dependencies:
7451+
"@noble/hashes": "npm:^1.1.5"
7452+
checksum: 10c0/af5826df93de437121308f4f4ce0b2eeb89b60bb57a1a6592fb89c0d40d311ad1d9f3f6a4db2cce6f2bcf572de1aa3f85704254e89b18ce61c41ebb06564c4ee
7453+
languageName: node
7454+
linkType: hard
7455+
74407456
"@parcel/watcher@npm:2.0.4":
74417457
version: 2.0.4
74427458
resolution: "@parcel/watcher@npm:2.0.4"
@@ -16621,14 +16637,14 @@ __metadata:
1662116637
linkType: hard
1662216638

1662316639
"formidable@npm:^2.1.2":
16624-
version: 2.1.2
16625-
resolution: "formidable@npm:2.1.2"
16640+
version: 2.1.5
16641+
resolution: "formidable@npm:2.1.5"
1662616642
dependencies:
16643+
"@paralleldrive/cuid2": "npm:^2.2.2"
1662716644
dezalgo: "npm:^1.0.4"
16628-
hexoid: "npm:^1.0.0"
1662916645
once: "npm:^1.4.0"
1663016646
qs: "npm:^6.11.0"
16631-
checksum: 10c0/efba03d11127098daa6ef54c3c0fad25693973eb902fa88ccaaa203baebe8c74d12ba0fe1e113eccf79b9172510fa337e4e107330b124fb3a8c74697b4aa2ce3
16647+
checksum: 10c0/2c68ca6cccc1ac3de497c50236631fafea8e1a09396d88b4dd2dc9db6029b5abaeb6747b8b97ebc1143cd40cf62c27ba485b8c6317088c066fc999af3ac621d4
1663216648
languageName: node
1663316649
linkType: hard
1663416650

@@ -17553,13 +17569,6 @@ __metadata:
1755317569
languageName: node
1755417570
linkType: hard
1755517571

17556-
"hexoid@npm:^1.0.0":
17557-
version: 1.0.0
17558-
resolution: "hexoid@npm:1.0.0"
17559-
checksum: 10c0/9c45e8ba676b9eb88455631ebceec4c829a8374a583410dc735472ab9808bf11339fcd074633c3fa30e420901b894d8a92ffd5e2e21eddd41149546e05a91f69
17560-
languageName: node
17561-
linkType: hard
17562-
1756317572
"hmac-drbg@npm:^1.0.1":
1756417573
version: 1.0.1
1756517574
resolution: "hmac-drbg@npm:1.0.1"

0 commit comments

Comments
 (0)