Skip to content

Commit

Permalink
pin aws-sdk-mock to 5.6.0
Browse files Browse the repository at this point in the history
new types were introduced in 5.6.1 with @ts-ignore annotation that our
version of tsc is not ignoring.
  • Loading branch information
corymhall committed Feb 4, 2022
1 parent 2320318 commit 7f74cd1
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/sinon": "^9.0.11",
"@aws-cdk/cdk-build-tools": "0.0.0",
"aws-sdk": "^2.596.0",
"aws-sdk-mock": "^5.6.2",
"aws-sdk-mock": "5.6.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.25.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "Apache-2.0",
"devDependencies": {
"aws-sdk": "^2.596.0",
"aws-sdk-mock": "^5.6.2",
"aws-sdk-mock": "5.6.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.25.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-dynamodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@types/jest": "^27.4.0",
"@types/sinon": "^9.0.11",
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.6.2",
"aws-sdk-mock": "5.6.0",
"jest": "^27.4.7",
"sinon": "^9.2.4",
"ts-jest": "^27.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-events-targets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.4.0",
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.6.2",
"aws-sdk-mock": "5.6.0",
"jest": "^27.4.7"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.4.0",
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.6.2",
"aws-sdk-mock": "5.6.0",
"jest": "^27.4.7"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@types/jest": "^27.4.0",
"@types/sinon": "^9.0.11",
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.6.2",
"aws-sdk-mock": "5.6.0",
"jest": "^27.4.7",
"nock": "^13.2.4",
"sinon": "^9.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/custom-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@types/jest": "^27.4.0",
"@types/sinon": "^9.0.11",
"aws-sdk": "^2.848.0",
"aws-sdk-mock": "^5.6.2",
"aws-sdk-mock": "5.6.0",
"fs-extra": "^9.1.0",
"nock": "^13.2.4",
"sinon": "^9.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/uuid": "^8.3.4",
"@types/wrap-ansi": "^3.0.0",
"@types/yargs": "^15.0.14",
"aws-sdk-mock": "^5.6.2",
"aws-sdk-mock": "5.6.0",
"@aws-cdk/cdk-build-tools": "0.0.0",
"constructs": "^3.3.69",
"jest": "^27.4.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2329,10 +2329,10 @@ available-typed-arrays@^1.0.5:
resolved "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==

aws-sdk-mock@^5.6.2:
version "5.6.2"
resolved "https://registry.npmjs.org/aws-sdk-mock/-/aws-sdk-mock-5.6.2.tgz#664771462953ca8d3806d5a50a63b4a6dbd5290f"
integrity sha512-GRJg8kjRJFLm2aLiPkYSqe/RreHqlqncAeFtWdAbtSxzBdct9EaV6rqSqjyWXKNJG45Rzn2Ojo3F6qVIgkQnSg==
[email protected].0:
version "5.6.0"
resolved "https://registry.npmjs.org/aws-sdk-mock/-/aws-sdk-mock-5.6.0.tgz#8cd44e2e8d65f7f38dea8d1ad073fa38f9c719d8"
integrity sha512-gUoEs/FaszVTLG5zBveg2NC2w/j/c9j6Ymgq4whrsdysClW6FWKT9w8eOUERZChliKZe/LwHHJFKjBHGrV9MJg==
dependencies:
aws-sdk "^2.928.0"
sinon "^11.1.1"
Expand Down

0 comments on commit 7f74cd1

Please sign in to comment.