Skip to content

Commit 79b6c28

Browse files
authored
Merge pull request #196 from marmelab/dependabot/npm_and_yarn/formidable-3.5.4
Bump formidable from 3.5.2 to 3.5.4
2 parents 84cd92f + 0f166e5 commit 79b6c28

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

yarn.lock

+16-9
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,18 @@
237237
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
238238
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
239239

240+
"@noble/hashes@^1.1.5":
241+
version "1.8.0"
242+
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.8.0.tgz#cee43d801fcef9644b11b8194857695acd5f815a"
243+
integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==
244+
245+
"@paralleldrive/cuid2@^2.2.2":
246+
version "2.2.2"
247+
resolved "https://registry.yarnpkg.com/@paralleldrive/cuid2/-/cuid2-2.2.2.tgz#7f91364d53b89e2c9cb9e02e8dd0f129e834455f"
248+
integrity sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==
249+
dependencies:
250+
"@noble/hashes" "^1.1.5"
251+
240252
241253
version "4.34.6"
242254
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.34.6.tgz#9b726b4dcafb9332991e9ca49d54bafc71d9d87f"
@@ -979,12 +991,12 @@ form-data@^4.0.0:
979991
mime-types "^2.1.12"
980992

981993
formidable@^3.5.1:
982-
version "3.5.2"
983-
resolved "https://registry.yarnpkg.com/formidable/-/formidable-3.5.2.tgz#207c33fecdecb22044c82ba59d0c63a12fb81d77"
984-
integrity sha512-Jqc1btCy3QzRbJaICGwKcBfGWuLADRerLzDqi2NwSt/UkXLsHJw2TVResiaoBufHVHy9aSgClOHCeJsSsFLTbg==
994+
version "3.5.4"
995+
resolved "https://registry.yarnpkg.com/formidable/-/formidable-3.5.4.tgz#ac9a593b951e829b3298f21aa9a2243932f32ed9"
996+
integrity sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug==
985997
dependencies:
998+
"@paralleldrive/cuid2" "^2.2.2"
986999
dezalgo "^1.0.4"
987-
hexoid "^2.0.0"
9881000
once "^1.4.0"
9891001

9901002
@@ -1089,11 +1101,6 @@ hasown@^2.0.0:
10891101
dependencies:
10901102
function-bind "^1.1.2"
10911103

1092-
hexoid@^2.0.0:
1093-
version "2.0.0"
1094-
resolved "https://registry.yarnpkg.com/hexoid/-/hexoid-2.0.0.tgz#fb36c740ebbf364403fa1ec0c7efd268460ec5b9"
1095-
integrity sha512-qlspKUK7IlSQv2o+5I7yhUd7TxlOG2Vr5LTa3ve2XSNVKAL/n/u/7KLvKmFNimomDIKvZFXWHv0T12mv7rT8Aw==
1096-
10971104
hoist-non-react-statics@^3.3.2:
10981105
version "3.3.2"
10991106
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"

0 commit comments

Comments
 (0)