Skip to content

Commit 4b5e3f1

Browse files
authored
chore: version upgrades and resolutions to address critical dependabot alerts (#447)
1 parent 55d9431 commit 4b5e3f1

File tree

6 files changed

+1096
-623
lines changed

6 files changed

+1096
-623
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
"@typescript-eslint/parser": "^2.16.0",
6969
"cmd-shim": "^3.0.3",
7070
"codecov": "^3.7.0",
71-
"commitizen": "^3.1.2",
71+
"commitizen": "^4.2.4",
7272
"copyfiles": "^2.2.0",
73-
"cz-conventional-changelog": "^3.0.2",
73+
"cz-conventional-changelog": "^3.3.0",
7474
"eslint": "^6.8.0",
7575
"eslint-config-airbnb": "^18.0.1",
7676
"eslint-config-prettier": "^6.9.0",
@@ -100,6 +100,9 @@
100100
"graphql-transformer-core": "^7.2.1",
101101
"amplify-headless-interface": "^1.13.1"
102102
},
103+
"resolutions": {
104+
"minimist": "^1.2.6"
105+
},
103106
"config": {
104107
"commitizen": {
105108
"path": "./node_modules/cz-conventional-changelog"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@aws-amplify/amplify-codegen-e2e-core": "1.1.6",
26-
"aws-amplify": "^3.0.8",
26+
"aws-amplify": "^4.3.26",
2727
"aws-appsync": "^4.0.3",
2828
"aws-sdk": "^2.845.0",
2929
"circleci-api": "^4.1.3",

packages/appsync-modelgen-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"test": "jest"
2525
},
2626
"dependencies": {
27-
"@graphql-codegen/plugin-helpers": "^1.12.2",
28-
"@graphql-codegen/visitor-plugin-common": "1.12.2",
27+
"@graphql-codegen/plugin-helpers": "^1.18.8",
28+
"@graphql-codegen/visitor-plugin-common": "^1.22.0",
2929
"@graphql-tools/utils": "^6.0.18",
3030
"@types/node": "^12.12.6",
3131
"@types/pluralize": "0.0.29",
@@ -38,7 +38,7 @@
3838
"ts-dedent": "^1.1.0"
3939
},
4040
"devDependencies": {
41-
"@graphql-codegen/testing": "^1.13.1",
41+
"@graphql-codegen/testing": "^1.17.7",
4242
"graphql": "^14.5.8",
4343
"java-ast": "^0.1.0"
4444
},

0 commit comments

Comments
 (0)