Skip to content

Commit 2fe6451

Browse files
Bump axios from 0.26.1 to 1.6.0 in /src/lightning/app/cli/react-ui-template/ui (#18990)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5280f9b commit 2fe6451

File tree

2 files changed

+55
-10
lines changed

2 files changed

+55
-10
lines changed

src/lightning/app/cli/react-ui-template/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@emotion/react": "^11.8.2",
1212
"@emotion/styled": "^11.8.1",
1313
"@mui/material": "5.8.5",
14-
"axios": "^0.26.1",
14+
"axios": "^1.6.0",
1515
"lodash": "^4.17.21",
1616
"nanoid": "^3.3.1",
1717
"react": "^17.0.2",

src/lightning/app/cli/react-ui-template/ui/yarn.lock

Lines changed: 54 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -545,12 +545,19 @@ ansi-styles@^3.2.1:
545545
dependencies:
546546
color-convert "^1.9.0"
547547

548-
axios@^0.26.1:
549-
version "0.26.1"
550-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
551-
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
548+
asynckit@^0.4.0:
549+
version "0.4.0"
550+
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
551+
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
552+
553+
axios@^1.6.0:
554+
version "1.6.0"
555+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
556+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
552557
dependencies:
553-
follow-redirects "^1.14.8"
558+
follow-redirects "^1.15.0"
559+
form-data "^4.0.0"
560+
proxy-from-env "^1.1.0"
554561

555562
babel-plugin-macros@^2.6.1:
556563
version "2.8.0"
@@ -607,6 +614,13 @@ [email protected]:
607614
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
608615
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
609616

617+
combined-stream@^1.0.8:
618+
version "1.0.8"
619+
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
620+
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
621+
dependencies:
622+
delayed-stream "~1.0.0"
623+
610624
convert-source-map@^1.5.0, convert-source-map@^1.7.0:
611625
version "1.8.0"
612626
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
@@ -637,6 +651,11 @@ debug@^4.1.0:
637651
dependencies:
638652
ms "2.1.2"
639653

654+
delayed-stream@~1.0.0:
655+
version "1.0.0"
656+
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
657+
integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
658+
640659
dom-helpers@^5.0.1:
641660
version "5.2.1"
642661
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.1.tgz#d9400536b2bf8225ad98fe052e029451ac40e902"
@@ -808,10 +827,19 @@ find-root@^1.1.0:
808827
resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
809828
integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==
810829

811-
follow-redirects@^1.14.8:
812-
version "1.15.1"
813-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
814-
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
830+
follow-redirects@^1.15.0:
831+
version "1.15.3"
832+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
833+
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
834+
835+
form-data@^4.0.0:
836+
version "4.0.0"
837+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
838+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
839+
dependencies:
840+
asynckit "^0.4.0"
841+
combined-stream "^1.0.8"
842+
mime-types "^2.1.12"
815843

816844
fsevents@~2.3.2:
817845
version "2.3.2"
@@ -909,6 +937,18 @@ loose-envify@^1.1.0, loose-envify@^1.4.0:
909937
dependencies:
910938
js-tokens "^3.0.0 || ^4.0.0"
911939

940+
941+
version "1.52.0"
942+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
943+
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
944+
945+
mime-types@^2.1.12:
946+
version "2.1.35"
947+
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
948+
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
949+
dependencies:
950+
mime-db "1.52.0"
951+
912952
913953
version "2.1.2"
914954
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
@@ -994,6 +1034,11 @@ prop-types@^15.6.2, prop-types@^15.8.1:
9941034
object-assign "^4.1.1"
9951035
react-is "^16.13.1"
9961036

1037+
proxy-from-env@^1.1.0:
1038+
version "1.1.0"
1039+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
1040+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
1041+
9971042
react-dom@^17.0.2:
9981043
version "17.0.2"
9991044
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.2.tgz#ecffb6845e3ad8dbfcdc498f0d0a939736502c23"

0 commit comments

Comments
 (0)