Skip to content

Commit

Permalink
feat: Update dependencies to patch reported vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Jul 28, 2022
1 parent 02ac191 commit 1c89753
Show file tree
Hide file tree
Showing 9 changed files with 2,447 additions and 2,491 deletions.
2 changes: 1 addition & 1 deletion awscli/dist/index.js

Large diffs are not rendered by default.

17 changes: 1 addition & 16 deletions cloudfront_invalidate/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cloudfront_invalidate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.56.0"
"@aws-sdk/client-cloudfront": "^3.137.0"
}
}
17 changes: 1 addition & 16 deletions iam_access_credentials/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iam_access_credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.56.0"
"@aws-sdk/client-sts": "^3.137.0"
},
"devDependencies": {
"@types/uuid": "^8.3.4"
Expand Down
30 changes: 13 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,29 +50,25 @@
"path": "./node_modules/cz-conventional-changelog"
}
},
"resolutions": {
"ansi-regex": "^5.0.1",
"minimist": ">=1.2.6"
},
"dependencies": {
"@actions/core": "^1.6.0"
"@actions/core": "^1.9.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@vercel/ncc": "^0.33.3",
"commitizen": "^4.2.4",
"@types/node": "^18.6.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@vercel/ncc": "^0.34.0",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.12.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"lerna": "^4.0.0",
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"lerna": "^5.3.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-package": "^1.3.0",
"typescript": "^4.6.3"
"typescript": "^4.7.4"
},
"command": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion packages/awscli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^1.7.2"
"@actions/tool-cache": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion s3_sync/dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1c89753

Please sign in to comment.