Skip to content

Commit

Permalink
fix: Update dependencies to latest to patch reported vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Jun 13, 2023
1 parent fd5f9d2 commit af67092
Show file tree
Hide file tree
Showing 13 changed files with 2,264 additions and 2,726 deletions.
2 changes: 1 addition & 1 deletion awscli/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion awscli/package.json
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@aws-github-actions/awscli-core": "^0.7.0",
"string-argv": "^0.3.1"
"string-argv": "^0.3.2"
}
}
17 changes: 16 additions & 1 deletion cloudfront_invalidate/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cloudfront_invalidate/package.json
Expand Up @@ -10,6 +10,6 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.215.0"
"@aws-sdk/client-cloudfront": "^3.350.0"
}
}
17 changes: 16 additions & 1 deletion iam_access_credentials/dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions iam_access_credentials/package.json
Expand Up @@ -10,9 +10,9 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aws-sdk/client-sts": "^3.215.0"
"@aws-sdk/client-sts": "^3.350.0"
},
"devDependencies": {
"@types/uuid": "^8.3.4"
"@types/uuid": "^9.0.2"
}
}
2 changes: 0 additions & 2 deletions lerna.json
@@ -1,6 +1,4 @@
{
"packages": ["packages/*"],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.7.0"
}
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -54,21 +54,21 @@
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vercel/ncc": "^0.34.0",
"commitizen": "^4.2.5",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vercel/ncc": "^0.36.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"lerna": "^6.0.3",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"lerna": "^7.0.1",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier-plugin-package": "^1.3.0",
"typescript": "^4.9.3"
"typescript": "^5.1.3"
},
"command": {
"version": {
Expand Down
8 changes: 4 additions & 4 deletions packages/awscli-core/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/awscli-core/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@actions/exec": "^1.1.1",
"@actions/io": "^1.1.2",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1"
},
"typings": "lib/index.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion s3_sync/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion s3_sync/package.json
Expand Up @@ -11,6 +11,6 @@
},
"dependencies": {
"@aws-github-actions/awscli-core": "^0.7.0",
"string-argv": "^0.3.1"
"string-argv": "^0.3.2"
}
}

0 comments on commit af67092

Please sign in to comment.