Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2023
1 parent 7ac7a64 commit 4805244
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
aws-cli: circleci/[email protected]
codecov: codecov/[email protected].3
codecov: codecov/[email protected].5

references:
general:
Expand Down
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"@package/tsconfig": "^1.0.0",
"@package/webpack": "^1.0.0",
"@purple/serverless-git-branch-stage-plugin": "^1.2.0",
"@types/aws-lambda": "8.10.101",
"@types/aws-lambda": "8.10.119",
"@types/jest": "^27.0.0",
"@types/node": "14.18.21",
"@types/node": "14.18.59",
"aws-sdk": "2.1162.0",
"aws-sso-creds-helper": "^1.8.9",
"env-cmd": "^10.1.0",
"jest": "^27.0.0",
"serverless": "2.72.3",
"serverless": "2.72.4",
"serverless-appsync-plugin": "1.13.0",
"serverless-appsync-simulator": "0.20.0",
"serverless-offline": "^8.0.0",
Expand Down
6 changes: 3 additions & 3 deletions backend/addTodo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"@package/tsconfig": "^1.0.0",
"@package/webpack": "^1.0.0",
"@purple/serverless-git-branch-stage-plugin": "1.3.2",
"@types/hapi__joi": "17.1.8",
"@types/hapi__joi": "17.1.10",
"@types/jest": "27.5.2",
"@types/node": "14.18.21",
"@types/node": "14.18.59",
"aws-sdk": "2.1162.0",
"aws-sdk-mock": "5.7.0",
"aws-sso-creds-helper": "^1.8.9",
"env-cmd": "^10.1.0",
"jest": "^27.0.0",
"lodash": "^4.17.20",
"serverless": "2.72.3",
"serverless": "2.72.4",
"serverless-plugin-aws-alerts": "1.7.5",
"serverless-step-functions": "3.7.0",
"serverless-webpack": "5.7.1",
Expand Down
4 changes: 2 additions & 2 deletions backend/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"aws-sso-creds-helper": "^1.8.9",
"env-cmd": "^10.1.0",
"jest": "^27.0.0",
"serverless": "2.72.3",
"serverless-offline": "8.8.0",
"serverless": "2.72.4",
"serverless-offline": "8.8.1",
"serverless-plugin-aws-alerts": "1.7.5",
"serverless-webpack": "5.7.1",
"ts-jest": "27.1.5",
Expand Down
16 changes: 8 additions & 8 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,30 @@
"ci:test": "NODE_ENV=test echo \"tests here yet\""
},
"dependencies": {
"aws-amplify": "4.3.26",
"aws-amplify": "4.3.46",
"clsx": "^1.1.1",
"graphql": "15.8.0",
"graphql-tag": "2.12.6",
"i18next": "21.8.10",
"i18next": "21.8.16",
"next": "^12.1.0",
"react": "17.0.2",
"react-i18next": "11.17.3",
"styled-components": "5.3.5"
"react-i18next": "11.17.4",
"styled-components": "5.3.11"
},
"devDependencies": {
"@package/checkov": "^1.0.0",
"@package/graphql-types": "^1.0.0",
"@purple/serverless-git-branch-stage-plugin": "1.3.2",
"@purple/serverless-s3-remover": "^0.7.0",
"@types/exenv": "^1.2.0",
"@types/react": "17.0.47",
"@types/react-dom": "17.0.17",
"@types/styled-components": "5.1.25",
"@types/react": "17.0.65",
"@types/react-dom": "17.0.20",
"@types/styled-components": "5.1.26",
"aws-sso-creds-helper": "^1.8.9",
"env-cmd": "^10.1.0",
"react-dom": "17.0.2",
"serve": "^13.0.0",
"serverless": "2.72.3",
"serverless": "2.72.4",
"serverless-finch": "2.8.0",
"serverless-plugin-aws-alerts": "1.7.5",
"typescript": "4.7.4"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"devDependencies": {
"@commitlint/cli": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
"@graphql-codegen/cli": "2.6.2",
"@graphql-codegen/cli": "2.6.4",
"@graphql-codegen/typescript": "2.5.1",
"@graphql-codegen/typescript-operations": "2.4.2",
"@graphql-codegen/typescript-operations": "2.4.3",
"@microsoft/eslint-plugin-sdl": "^0.2.0",
"@purple/lerna-smart-run": "^0.5.1",
"@types/jest": "^27.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/secrets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "src/index.ts",
"devDependencies": {
"@package/tsconfig": "^1.0.0",
"@types/node": "14.18.21"
"@types/node": "14.18.59"
},
"dependencies": {
"@package/logger": "^1.0.0"
Expand Down

0 comments on commit 4805244

Please sign in to comment.