Skip to content
Closed
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions examples/example/e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1544,9 +1544,9 @@ basic-auth@~2.0.1:
safe-buffer "5.1.2"

basic-ftp@^5.0.2:
version "5.2.0"
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.2.0.tgz#7c2dff63c918bde60e6bad1f2ff93dcf5137a40a"
integrity sha512-VoMINM2rqJwJgfdHq6RiUudKt2BV+FY5ZFezP/ypmwayk68+NzzAQy4XXLlqsGD4MCzq3DrmNFD/uUmBJuGoXw==
version "5.2.1"
resolved "https://registry.yarnpkg.com/basic-ftp/-/basic-ftp-5.2.1.tgz#818ba176e0e52a9e746e8576331f7e9474b94668"
integrity sha512-0yaL8JdxTknKDILitVpfYfV2Ob6yb3udX/hK97M7I3jOeznBNxQPtVvTUtnhUkyHlxFWyr5Lvknmgzoc7jf+1Q==

big-integer@1.6.x:
version "1.6.52"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5171,13 +5171,13 @@ __metadata:
linkType: hard

"axios@npm:^1.7.4":
version: 1.14.0
resolution: "axios@npm:1.14.0"
version: 1.15.0
resolution: "axios@npm:1.15.0"
dependencies:
follow-redirects: ^1.15.11
form-data: ^4.0.5
proxy-from-env: ^2.1.0
checksum: 505d21ea777e7613ec61dc2ca92647a55878b6c86ae268e791747fb199913e68b1a9bdb9faa5a72eb59dcefc5e93c2579636504b84dbfed59aa9a680ade749e6
checksum: 95a8455554867a083ab3772fcadba42a22ec4bb546dccc66011556d837a07e544ae006675a30a5c43453f3e37e7c0982e934cec482c06b75abead2a2c157448a
languageName: node
linkType: hard

Expand Down Expand Up @@ -5423,9 +5423,9 @@ __metadata:
linkType: hard

"basic-ftp@npm:^5.0.2":
version: 5.2.0
resolution: "basic-ftp@npm:5.2.0"
checksum: c49c6ab8df3d80de85f38fb33f54839f4d4bd22ec31e7762fb18c7a9a3ac6ee196b841dd6278a1a8745c39fdf12c6eddcf0b8c92681fa01c92ea8a1951e83780
version: 5.2.1
resolution: "basic-ftp@npm:5.2.1"
checksum: f1d26251248255b25cfccde8b4bc1ef8ab7f8d6112b56d7de0fd1008fa6c5dbc3e5df680d445f5fbd14a00640dd33dabff4f2cbcf2be5bd9c1cde3c138eb9147
languageName: node
linkType: hard

Expand Down
Loading