Skip to content

Commit 5065e36

Browse files
authored
chore: update schema test library version, cookie dep version (#896)
1 parent be08ce1 commit 5065e36

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@
133133
"graphql": "15.8.0",
134134
"xml2js": "0.5.0",
135135
"axios": "^1.7.4",
136-
"**/@aws-amplify/amplify-codegen-e2e-tests/**/fast-xml-parser": "^4.4.1"
136+
"**/@aws-amplify/amplify-codegen-e2e-tests/**/fast-xml-parser": "^4.4.1",
137+
"**/@aws-amplify/amplify-codegen-e2e-tests/**/cookie": "^0.7.0"
137138
},
138139
"config": {
139140
"commitizen": {

packages/amplify-codegen-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@aws-amplify/amplify-codegen-e2e-core": "1.6.5",
27-
"@aws-amplify/graphql-schema-test-library": "^2.2.28",
27+
"@aws-amplify/graphql-schema-test-library": "^3.0.0",
2828
"amazon-cognito-identity-js": "^6.3.6",
2929
"aws-amplify": "^5.3.3",
3030
"aws-appsync": "^4.1.9",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,10 @@
583583
graphql-transformer-common "4.30.1"
584584
immer "^9.0.12"
585585

586-
"@aws-amplify/graphql-schema-test-library@^2.2.28":
587-
version "2.2.28"
588-
resolved "https://registry.yarnpkg.com/@aws-amplify/graphql-schema-test-library/-/graphql-schema-test-library-2.2.28.tgz#a60ae3fd2d9e5d4bd154899a6e0d28a48af0a855"
589-
integrity sha512-1ZFFGKICIINhZkbkHC9lrPD9nMa5uLppmUyL1cJR2TKqneVKO8l0B88nnqhwjq/9yREFEP06VklORfm1XBKeUQ==
586+
"@aws-amplify/graphql-schema-test-library@^3.0.0":
587+
version "3.0.4"
588+
resolved "https://registry.npmjs.org/@aws-amplify/graphql-schema-test-library/-/graphql-schema-test-library-3.0.4.tgz#05bcb53a0b6364e49eec1fb526dfca2cad79097c"
589+
integrity sha512-KM7HMrAP3wPHuKD1Rd/Z00bkVqtNbRNmTMmNOTDkommwnirrjBAFtZCLCp5GL1zdhxqsheCSuFZur+RGYAQqqA==
590590

591591
"@aws-amplify/[email protected]":
592592
version "2.7.1"
@@ -9580,10 +9580,10 @@ convert-source-map@^2.0.0:
95809580
resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
95819581
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
95829582

9583-
cookie@^0.4.0:
9584-
version "0.4.2"
9585-
resolved "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
9586-
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
9583+
cookie@^0.4.0, cookie@^0.7.0:
9584+
version "0.7.2"
9585+
resolved "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
9586+
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==
95879587

95889588
copyfiles@^2.2.0:
95899589
version "2.4.1"

0 commit comments

Comments
 (0)