Skip to content

Commit

Permalink
chore: bump axios and aws-amplify dependencies (#13609)
Browse files Browse the repository at this point in the history
* chore: bump axios and aws-amplify dependencies

* chore: bump axios and aws-amplify dependencies

* dedupe
  • Loading branch information
sobolk committed Feb 22, 2024
1 parent f27ccb7 commit e0059a8
Show file tree
Hide file tree
Showing 13 changed files with 1,055 additions and 1,243 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"amplify-util-headless-input": "1.9.17",
"aws-cdk-lib": "~2.80.0",
"aws-sdk": "^2.1464.0",
"axios": "^1.6.5",
"axios": "^1.6.7",
"chalk": "^4.1.1",
"change-case": "^4.1.1",
"constructs": "^10.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-cli-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node": ">=12.0.0"
},
"dependencies": {
"axios": "^1.6.5",
"axios": "^1.6.7",
"rimraf": "^3.0.2",
"tar-stream": "^2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-e2e-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@aws-sdk/client-sts": "^3.303.0",
"@aws-sdk/credential-providers": "^3.303.0",
"amplify-headless-interface": "1.17.6",
"aws-amplify": "^4.2.8",
"aws-amplify": "^5.3.16",
"aws-appsync": "^4.1.1",
"aws-sdk": "^2.1464.0",
"chalk": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-e2e-core/src/utils/auth-utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Amplify, { Auth } from 'aws-amplify';
import { Amplify, Auth } from 'aws-amplify';
import AWSAppSyncClient, { AUTH_TYPE } from 'aws-appsync';
import { CognitoIdentityServiceProvider } from 'aws-sdk';
import fs from 'fs-extra';
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"amplify-dynamodb-simulator": "2.9.9",
"amplify-headless-interface": "1.17.6",
"amplify-storage-simulator": "1.11.3",
"aws-amplify": "^4.2.8",
"aws-amplify": "^5.3.16",
"aws-appsync": "^4.1.1",
"aws-cdk-lib": "~2.80.0",
"aws-sdk": "^2.1464.0",
"axios": "^1.6.5",
"axios": "^1.6.7",
"constructs": "^10.0.5",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
signInUser,
updateAuthAddUserGroups,
} from '@aws-amplify/amplify-e2e-core';
import Amplify from 'aws-amplify';
import { Amplify } from 'aws-amplify';
import { testMutations, testQueries, testSubscriptions, updateSchemaInTestProject } from '../common';

const GROUPNAME = 'Admin';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
signInUser,
updateAuthAddUserGroups,
} from '@aws-amplify/amplify-e2e-core';
import Amplify from 'aws-amplify';
import { Amplify } from 'aws-amplify';
import { testMutations, testQueries, testSubscriptions, updateSchemaInTestProject } from '../common';

const GROUPNAME = 'Admin';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
signInUser,
updateAuthAddUserGroups,
} from '@aws-amplify/amplify-e2e-core';
import Amplify from 'aws-amplify';
import { Amplify } from 'aws-amplify';
import { testMutations, testQueries, testSubscriptions, updateSchemaInTestProject } from '../common';

const GROUPNAME = 'Admin';
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-migration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-cdk/cloudformation-diff": "~2.68.0",
"@aws-sdk/client-s3": "^3.303.0",
"amplify-headless-interface": "1.17.6",
"aws-amplify": "^4.2.8",
"aws-amplify": "^5.3.16",
"aws-cdk-lib": "~2.80.0",
"constructs": "^10.0.5",
"fs-extra": "^8.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-util-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"amplify-codegen": "^4.7.3",
"amplify-dynamodb-simulator": "2.9.9",
"amplify-storage-simulator": "1.11.3",
"axios": "^1.6.5",
"axios": "^1.6.7",
"chokidar": "^3.5.3",
"detect-port": "^1.3.0",
"dotenv": "^8.2.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"aws-cdk-lib": "~2.80.0",
"aws-sdk": "^2.1464.0",
"aws-sdk-mock": "^5.8.0",
"axios": "^1.6.5",
"axios": "^1.6.7",
"constructs": "^10.0.5",
"graphql": "^15.5.0",
"graphql-auth-transformer": "^7.2.74",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/js-yaml": "^4.0.4",
"@types/node": "^16.11.5",
"@yarnpkg/parsers": "^3.0.0-rc.44",
"axios": "^1.6.2",
"axios": "^1.6.7",
"execa": "^5.1.1",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
Expand Down
20 changes: 10 additions & 10 deletions scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.2":
version: 1.6.2
resolution: "axios@npm:1.6.2"
"axios@npm:^1.6.7":
version: 1.6.7
resolution: "axios@npm:1.6.7"
dependencies:
follow-redirects: ^1.15.0
follow-redirects: ^1.15.4
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 9b77e030e85e4f9cbcba7bb52fbff67d6ce906c92d213e0bd932346a50140faf83733bf786f55bd58301bd92f9973885c7b87d6348023e10f7eaf286d0791a1d
checksum: 131bf8e62eee48ca4bd84e6101f211961bf6a21a33b95e5dfb3983d5a2fe50d9fffde0b57668d7ce6f65063d3dc10f2212cbcb554f75cfca99da1c73b210358d
languageName: node
linkType: hard

Expand Down Expand Up @@ -265,13 +265,13 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.0":
version: 1.15.4
resolution: "follow-redirects@npm:1.15.4"
"follow-redirects@npm:^1.15.4":
version: 1.15.5
resolution: "follow-redirects@npm:1.15.5"
peerDependenciesMeta:
debug:
optional: true
checksum: 5f37ed9170c9eb19448c5418fdb0f2b73f644b5364834e70791a76ecc7db215246f9773bbef4852cfae4067764ffc852e047f744b661b0211532155b73556a6a
checksum: 418d71688ceaf109dfd6f85f747a0c75de30afe43a294caa211def77f02ef19865b547dfb73fde82b751e1cc507c06c754120b848fe5a7400b0a669766df7615
languageName: node
linkType: hard

Expand Down Expand Up @@ -509,7 +509,7 @@ __metadata:
"@types/js-yaml": ^4.0.4
"@types/node": ^16.11.5
"@yarnpkg/parsers": ^3.0.0-rc.44
axios: ^1.6.2
axios: ^1.6.7
execa: ^5.1.1
fs-extra: ^10.0.0
glob: ^7.2.0
Expand Down
Loading

0 comments on commit e0059a8

Please sign in to comment.