Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 6c674c3

Browse files
chore(deps): update dependency aws-testing-library to v4
1 parent 6c3453a commit 6c674c3

File tree

5 files changed

+38
-39
lines changed

5 files changed

+38
-39
lines changed

services/api-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/jsonwebtoken": "^8.5.0",
2626
"@types/node": "^16.0.0",
2727
"@types/puppeteer": "^5.0.0",
28-
"aws-testing-library": "^2.0.0",
28+
"aws-testing-library": "^4.0.0",
2929
"axios": "^1.0.0",
3030
"chai": "^4.2.0",
3131
"jest": "27.5.1",

services/db-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/jest": "^27.0.0",
2626
"@types/node": "^16.0.0",
2727
"@types/uuid": "^8.0.0",
28-
"aws-testing-library": "^2.0.0",
28+
"aws-testing-library": "^4.0.0",
2929
"chai": "^4.2.0",
3030
"dotenv": "^16.0.0",
3131
"jest": "27.5.1",

services/file-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/jest": "^27.0.0",
2626
"@types/node": "^16.0.0",
2727
"@types/node-fetch": "^3.0.0",
28-
"aws-testing-library": "^2.0.0",
28+
"aws-testing-library": "^4.0.0",
2929
"chai": "^4.2.0",
3030
"jest": "27.5.1",
3131
"serverless-plugin-tracing": "^2.0.0",

services/kinesis-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/jest": "^27.0.0",
2626
"@types/node": "^16.0.0",
2727
"@types/node-fetch": "^3.0.0",
28-
"aws-testing-library": "^2.0.0",
28+
"aws-testing-library": "^4.0.0",
2929
"chai": "^4.2.0",
3030
"jest": "27.5.1",
3131
"mockdate": "^3.0.0",

yarn.lock

Lines changed: 34 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,12 +1537,12 @@
15371537
terminal-link "^2.0.0"
15381538
v8-to-istanbul "^8.1.0"
15391539

1540-
"@jest/schemas@^28.0.2":
1541-
version "28.0.2"
1542-
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-28.0.2.tgz#08c30df6a8d07eafea0aef9fb222c5e26d72e613"
1543-
integrity sha512-YVDJZjd4izeTDkij00vHHAymNXQ6WWsdChFRK86qck6Jpr3DCL5W3Is3vslviRlP+bLuMYRLbdp98amMvqudhA==
1540+
"@jest/schemas@^29.6.3":
1541+
version "29.6.3"
1542+
resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03"
1543+
integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==
15441544
dependencies:
1545-
"@sinclair/typebox" "^0.23.3"
1545+
"@sinclair/typebox" "^0.27.8"
15461546

15471547
"@jest/source-map@^27.5.0":
15481548
version "27.5.0"
@@ -2744,10 +2744,10 @@
27442744
"@sendgrid/client" "^7.7.0"
27452745
"@sendgrid/helpers" "^7.7.0"
27462746

2747-
"@sinclair/typebox@^0.23.3":
2748-
version "0.23.5"
2749-
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.5.tgz#93f7b9f4e3285a7a9ade7557d9a8d36809cbc47d"
2750-
integrity sha512-AFBVi/iT4g20DHoujvMH1aEDn8fGJh4xsRGCP6d8RpLPMqsNPvW01Jcn0QysXTsg++/xj25NmJsGyH9xug/wKg==
2747+
"@sinclair/typebox@^0.27.8":
2748+
version "0.27.8"
2749+
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
2750+
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==
27512751

27522752
"@sinonjs/commons@^1.7.0":
27532753
version "1.8.3"
@@ -4200,15 +4200,15 @@ aws-sign2@~0.7.0:
42004200
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
42014201
integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=
42024202

4203-
aws-testing-library@^2.0.0:
4204-
version "2.1.7"
4205-
resolved "https://registry.yarnpkg.com/aws-testing-library/-/aws-testing-library-2.1.7.tgz#20933b92659674d0ebf881fbc0582b6ec49e7700"
4206-
integrity sha512-VE2zpaK1aWQuDRMCmWmuBfyd1KD8KALbC5PetvIW4rP2KRSHtnN7W7tKdDA5vWXV22e3BsfEXEZbx23ZhjmsVA==
4203+
aws-testing-library@^4.0.0:
4204+
version "4.0.6"
4205+
resolved "https://registry.yarnpkg.com/aws-testing-library/-/aws-testing-library-4.0.6.tgz#c4ca60dec72eebdbc18a8fca75d483c95b11f919"
4206+
integrity sha512-D2pMJug6ObLF7WbA/Qv/qRnWlp2CyScGybetZc2ihQ7EoOGE6MFaortXcnk7eLGqb9MDgcpqgsESkzSt81uY4A==
42074207
dependencies:
42084208
aws-sdk "^2.678.0"
42094209
axios "^0.27.0"
42104210
filter-obj "^3.0.0"
4211-
jest-diff "^28.0.0"
4211+
jest-diff "^29.0.0"
42124212
uuid "^9.0.0"
42134213

42144214
@@ -6023,10 +6023,10 @@ diff-sequences@^27.5.1:
60236023
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327"
60246024
integrity sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==
60256025

6026-
diff-sequences@^28.0.2:
6027-
version "28.0.2"
6028-
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-28.0.2.tgz#40f8d4ffa081acbd8902ba35c798458d0ff1af41"
6029-
integrity sha512-YtEoNynLDFCRznv/XDalsKGSZDoj0U5kLnXvY0JSq3nBboRrZXjD81+eSiwi+nzcZDwedMmcowcxNwwgFW23mQ==
6026+
diff-sequences@^29.6.3:
6027+
version "29.6.3"
6028+
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
6029+
integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
60306030

60316031
diff@^4.0.1:
60326032
version "4.0.2"
@@ -8889,15 +8889,15 @@ jest-diff@^27.5.1:
88898889
jest-get-type "^27.5.1"
88908890
pretty-format "^27.5.1"
88918891

8892-
jest-diff@^28.0.0:
8893-
version "28.1.0"
8894-
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-28.1.0.tgz#77686fef899ec1873dbfbf9330e37dd429703269"
8895-
integrity sha512-8eFd3U3OkIKRtlasXfiAQfbovgFgRDb0Ngcs2E+FMeBZ4rUezqIaGjuyggJBp+llosQXNEWofk/Sz4Hr5gMUhA==
8892+
jest-diff@^29.0.0:
8893+
version "29.7.0"
8894+
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a"
8895+
integrity sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==
88968896
dependencies:
88978897
chalk "^4.0.0"
8898-
diff-sequences "^28.0.2"
8899-
jest-get-type "^28.0.2"
8900-
pretty-format "^28.1.0"
8898+
diff-sequences "^29.6.3"
8899+
jest-get-type "^29.6.3"
8900+
pretty-format "^29.7.0"
89018901

89028902
jest-docblock@^27.5.0:
89038903
version "27.5.0"
@@ -8995,10 +8995,10 @@ jest-get-type@^27.5.1:
89958995
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1"
89968996
integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==
89978997

8998-
jest-get-type@^28.0.2:
8999-
version "28.0.2"
9000-
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-28.0.2.tgz#34622e628e4fdcd793d46db8a242227901fcf203"
9001-
integrity sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==
8998+
jest-get-type@^29.6.3:
8999+
version "29.6.3"
9000+
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1"
9001+
integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==
90029002

90039003
jest-haste-map@^27.5.0:
90049004
version "27.5.0"
@@ -12074,13 +12074,12 @@ pretty-format@^27.5.1:
1207412074
ansi-styles "^5.0.0"
1207512075
react-is "^17.0.1"
1207612076

12077-
pretty-format@^28.1.0:
12078-
version "28.1.0"
12079-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-28.1.0.tgz#8f5836c6a0dfdb834730577ec18029052191af55"
12080-
integrity sha512-79Z4wWOYCdvQkEoEuSlBhHJqWeZ8D8YRPiPctJFCtvuaClGpiwiQYSCUOE6IEKUbbFukKOTFIUAXE8N4EQTo1Q==
12077+
pretty-format@^29.7.0:
12078+
version "29.7.0"
12079+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812"
12080+
integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==
1208112081
dependencies:
12082-
"@jest/schemas" "^28.0.2"
12083-
ansi-regex "^5.0.1"
12082+
"@jest/schemas" "^29.6.3"
1208412083
ansi-styles "^5.0.0"
1208512084
react-is "^18.0.0"
1208612085

0 commit comments

Comments
 (0)