Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

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 committed Mar 20, 2022
1 parent b023627 commit 73e184e
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-imager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: echo ::set-output name=branch_name::$(echo $( [ -z "${{ github.head_ref }}" ] && echo ${{ github.ref }} | cut -c12- || echo ${{ github.head_ref }} ) | sed -e 's/\/\|_/-/g' | sed -e 's/@//g')
- name: Build and push Docker image
id: docker_build
uses: docker/build-push-action@7f9d37fa544684fb73bfe4835ed7214c255ce02b # renovate: tag=v2.9.0
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # tag=v2.10.0
with:
push: true
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker image
id: docker_build
uses: docker/build-push-action@7f9d37fa544684fb73bfe4835ed7214c255ce02b # renovate: tag=v2.9.0
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # tag=v2.10.0
with:
push: true
context: .
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,26 @@
"graphql": "^15.8.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript": "^2.4.7",
"@graphql-codegen/typescript-resolvers": "^2.5.4",
"@graphql-codegen/typescript": "^2.4.8",
"@graphql-codegen/typescript-resolvers": "^2.6.1",
"@sapphire/eslint-config": "^4.3.0",
"@sapphire/fetch": "^2.3.0",
"@sapphire/prettier-config": "^1.4.0",
"@sapphire/time-utilities": "^1.7.1",
"@sapphire/ts-config": "^3.3.2",
"@sapphire/utilities": "^3.5.0",
"@types/cheerio": "^0.22.31",
"@types/ioredis": "^4.28.8",
"@types/ioredis": "^4.28.10",
"@types/jest": "^27.4.1",
"@types/koa": "^2.13.4",
"@types/node": "^17.0.21",
"@types/validator": "^13.7.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"apollo-server-koa": "^3.6.4",
"cheerio": "^1.0.0-rc.10",
"class-validator": "^0.13.2",
Expand All @@ -81,9 +81,9 @@
"jest-circus": "^27.5.1",
"jest-extended": "^2.0.0",
"koa": "^2.13.4",
"lint-staged": "^12.3.5",
"lint-staged": "^12.3.7",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier": "^2.6.0",
"pretty-quick": "^3.1.3",
"reflect-metadata": "^0.1.13",
"replace-in-file": "^6.3.2",
Expand Down

0 comments on commit 73e184e

Please sign in to comment.