Skip to content

Commit 463c63d

Browse files
authored
Merge pull request #6355 from aws-amplify/dependabot-61
dependabot fix
2 parents 5b5e82b + 167748d commit 463c63d

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@types/url-parse": "^1.4.3",
7171
"@typescript-eslint/eslint-plugin": "^2.7.0",
7272
"@typescript-eslint/parser": "^2.7.0",
73-
"axios": "^1.3.4",
73+
"axios": "^1.6.0",
7474
"cspell": "^6.2.3",
7575
"eslint": "^6.6.0",
7676
"eslint-config-airbnb": "^18.0.1",
@@ -105,7 +105,8 @@
105105
"fast-xml-parser": "4.2.5",
106106
"semver": "7.5.2",
107107
"tough-cookie": "4.1.3",
108-
"aws-cdk-lib": "2.80.0"
108+
"aws-cdk-lib": "2.80.0",
109+
"axios": "1.6.0"
109110
},
110111
"jest": {
111112
"preset": "./preset.js",

yarn.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5115,14 +5115,7 @@ axe-core@^4.6.2:
51155115
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae"
51165116
integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==
51175117

5118-
5119-
version "0.26.0"
5120-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928"
5121-
integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==
5122-
dependencies:
5123-
follow-redirects "^1.14.8"
5124-
5125-
axios@^1.3.4:
5118+
51265119
version "1.6.0"
51275120
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
51285121
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
@@ -5131,6 +5124,15 @@ axios@^1.3.4:
51315124
form-data "^4.0.0"
51325125
proxy-from-env "^1.1.0"
51335126

5127+
axios@^1.6.0:
5128+
version "1.6.1"
5129+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7"
5130+
integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==
5131+
dependencies:
5132+
follow-redirects "^1.15.0"
5133+
form-data "^4.0.0"
5134+
proxy-from-env "^1.1.0"
5135+
51345136
axobject-query@^3.1.1:
51355137
version "3.2.1"
51365138
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.2.1.tgz#39c378a6e3b06ca679f29138151e45b2b32da62a"
@@ -7502,7 +7504,7 @@ [email protected]:
75027504
resolved "https://registry.yarnpkg.com/fn.name/-/fn.name-1.1.0.tgz#26cad8017967aea8731bc42961d04a3d5988accc"
75037505
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
75047506

7505-
follow-redirects@^1.14.8, follow-redirects@^1.15.0:
7507+
follow-redirects@^1.15.0:
75067508
version "1.15.3"
75077509
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
75087510
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==

0 commit comments

Comments
 (0)