Skip to content

Commit

Permalink
Correzioni di sicurezza Dependabot (#15)
Browse files Browse the repository at this point in the history
* Update yarn.lock

* Update yarn.lock

* 1 file edited
follow-redirects --> 1.15.6

* 1 file edited
trim-newlines --> 3.0.1
  • Loading branch information
Croc-Prog-github authored May 13, 2024
1 parent 9b81e37 commit 3039ae9
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions ServerService/MultiP-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -826,12 +826,12 @@ available-typed-arrays@^1.0.7:
dependencies:
possible-typed-array-names "^1.0.0"

axios@^0.18.0:
version "0.18.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
axios@^0.28.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
dependencies:
follow-redirects "1.5.10"
follow-redirects "1.15.6"
is-buffer "^2.0.2"

balanced-match@^1.0.0:
Expand Down Expand Up @@ -1767,9 +1767,9 @@ flat@^5.0.2:
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==

follow-redirects@1.5.10:
version "1.5.10"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
follow-redirects@1.15.6:
version "1.15.6"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
dependencies:
debug "=3.1.0"
Expand Down Expand Up @@ -2611,7 +2611,7 @@ meow@^5.0.0:
normalize-package-data "^2.3.4"
read-pkg-up "^3.0.0"
redent "^2.0.0"
trim-newlines "^2.0.0"
trim-newlines "^3.0.1"
yargs-parser "^10.0.0"

meow@^6.0.0:
Expand All @@ -2627,7 +2627,7 @@ meow@^6.0.0:
normalize-package-data "^2.5.0"
read-pkg-up "^7.0.1"
redent "^3.0.0"
trim-newlines "^3.0.0"
trim-newlines "^3.0.1"
type-fest "^0.13.1"
yargs-parser "^18.1.3"

Expand Down Expand Up @@ -3735,12 +3735,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35"
integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==

trim-newlines@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-2.0.0.tgz#b403d0b91be50c331dfc4b82eeceb22c3de16d20"
integrity sha512-MTBWv3jhVjTU7XR3IQHllbiJs8sc75a80OEhB6or/q7pLTWgQ0bMGQXXYQSrSuXe6WiKWDZ5txXY5P59a/coVA==

trim-newlines@^3.0.0:
trim-newlines@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
Expand All @@ -3750,7 +3745,7 @@ ts@^0.2.2:
resolved "https://registry.yarnpkg.com/ts/-/ts-0.2.2.tgz#62124118ef6212297ab7e959906b324dabf6832d"
integrity sha512-cftcjXvrxBi6TJxwXjKZXm9g8eNClLQuEN+Yt90o0baDCpRDCCYsDEz3Uhpc5D2Wx1IZE1G1B4M8GY3OLsczzQ==
dependencies:
axios "^0.18.0"
axios "^0.28.0"
figures "^2.0.0"
find-package-json "^1.1.0"
glob "^7.1.3"
Expand Down

0 comments on commit 3039ae9

Please sign in to comment.