Skip to content

Commit

Permalink
Update poetry (python) and yarn (npm) dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: miigotu <[email protected]>
  • Loading branch information
miigotu committed Oct 13, 2024
1 parent a62535a commit 72ff19c
Showing 1 changed file with 9 additions and 28 deletions.
37 changes: 9 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@
dependencies:
"@types/node" "*"

"@types/node@*":
"@types/node@*", "@types/node@>=18":
version "22.7.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.5.tgz#cfde981727a7ab3611a481510b473ae54442b92b"
integrity sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==
Expand All @@ -1824,20 +1824,6 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==

"@types/node@^18.18.5":
version "18.19.55"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.55.tgz#29c3f8e1485a92ec96636957ddec55aabc6e856e"
integrity sha512-zzw5Vw52205Zr/nmErSEkN5FLqXPuKX/k5d1D7RKHATGqU7y6YfX9QxZraUzUrFGqH6XzOzG196BC35ltJC4Cw==
dependencies:
undici-types "~5.26.4"

"@types/node@^20.8.3":
version "20.16.11"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.11.tgz#9b544c3e716b1577ac12e70f9145193f32750b33"
integrity sha512-y+cTCACu92FyA5fgQSAI8A1H429g7aSK2HsO7K4XYUWc4dY5IUz55JSDIYT6/VsOLfGy8vmvQYC2hfb0iF16Uw==
dependencies:
undici-types "~6.19.2"

"@types/normalize-package-data@^2.4.0":
version "2.4.4"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
Expand Down Expand Up @@ -7285,12 +7271,12 @@ [email protected]:
integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==

mem-fs-editor@^11.0.0:
version "11.1.1"
resolved "https://registry.yarnpkg.com/mem-fs-editor/-/mem-fs-editor-11.1.1.tgz#739bea0d0fdd7bedc068e7873fe2f331415cd3b5"
integrity sha512-bjBczabthdOjNE9+gRk+wObTihMgwkrhr/ffk7e+adZk0F5I3i5fE/MApOwSG/JYmFAfpoThPkA6i+kKShcl0w==
version "11.1.2"
resolved "https://registry.yarnpkg.com/mem-fs-editor/-/mem-fs-editor-11.1.2.tgz#9ee84ee8889c6a9b8c1ccedc736e0f01f4558090"
integrity sha512-yUVFK96XhGv31iWZ3G60pGNIuXuZTUsWz0GQzv9ffjYFf1oXs0PcD3LFZHzRDImH+Da21x/C4csEjN0W5ygdQA==
dependencies:
"@types/ejs" "^3.1.4"
"@types/node" "^18.18.5"
"@types/node" ">=18"
binaryextensions "^6.11.0"
commondir "^1.0.1"
deep-extend "^0.6.0"
Expand Down Expand Up @@ -7330,11 +7316,11 @@ mem-fs-editor@^11.0.0:
vinyl-file "^3.0.0"

mem-fs@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/mem-fs/-/mem-fs-4.1.0.tgz#b3dc2d6b5eae4c86a2a6030ea3f2774fe1dc9bce"
integrity sha512-lOB7haBbxO43eZ/++GA+jBMHQ9DNJeliMt35jNutzCfAgEg5gblFCItnzsss8Z4t81bB5jsz77bptqelHQn0Qw==
version "4.1.1"
resolved "https://registry.yarnpkg.com/mem-fs/-/mem-fs-4.1.1.tgz#2b5dfe2b8a3728b34560c041539dbcc6f05273d8"
integrity sha512-GwrbYV4U8h1iTfj3Yac2xxSMw1HGVbf3GcTKriFLf1hUmgoUwVPsfcp8ZQLYr6kiAHNXA9ozxrY5JuA23SjGFA==
dependencies:
"@types/node" "^20.8.3"
"@types/node" ">=18"
"@types/vinyl" "^2.0.8"
vinyl "^3.0.0"
vinyl-file "^5.0.0"
Expand Down Expand Up @@ -10546,11 +10532,6 @@ underscore@~1.6.0:
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.6.0.tgz#8b38b10cacdef63337b8b24e4ff86d45aea529a8"
integrity sha512-z4o1fvKUojIWh9XuaVLUDdf86RQiq13AC1dmHbTpoyuu+bquHms76v16CjycCbec87J7z0k//SiQVk0sMdFmpQ==

undici-types@~5.26.4:
version "5.26.5"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==

undici-types@~6.19.2:
version "6.19.8"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
Expand Down

0 comments on commit 72ff19c

Please sign in to comment.