Skip to content

Commit

Permalink
Merge pull request #717 from laxamentumtech/develop
Browse files Browse the repository at this point in the history
chore: dep updates
  • Loading branch information
djdembeck authored Sep 29, 2023
2 parents 29c30c3 + 2735264 commit 43a7ba8
Show file tree
Hide file tree
Showing 9 changed files with 449 additions and 363 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: webiny/[email protected]
4 changes: 2 additions & 2 deletions .github/workflows/deploy-caprover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up npm
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand All @@ -50,7 +50,7 @@ jobs:
# https://github.com/docker/metadata-action
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@6dfb6f1404065e66f9af1a56a7d39ad09efaaf9a
uses: docker/metadata-action@879dcbb708d40f8b8679d4f7941b938a086e23a7
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
with:
version: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node: ["lts/*", "current"]
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/[email protected]
with:
version: latest
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"axios": "^1.2.4",
"cheerio": "1.0.0-rc.12",
"domhandler": "5.0.3",
"fastify": "4.22.2",
"fastify": "4.23.2",
"html-to-text": "9.0.5",
"jest-mock-extended": "3.0.5",
"jsrsasign": "^10.8.6",
"lodash": "4.17.21",
"module-alias": "2.2.3",
"moment": "^2.29.4",
"mongodb": "5.8.1",
"papr": "14.1.0",
"mongodb": "6.1.0",
"papr": "15.0.0",
"toad-scheduler": "^3.0.0",
"typescript": "5.2.2",
"zod": "^3.20.6"
Expand All @@ -53,18 +53,18 @@
"@jest/types": "29.6.3",
"@redocly/cli": "^1.0.2",
"@types/html-to-text": "9.0.1",
"@types/jest": "29.5.4",
"@types/jest": "29.5.5",
"@types/jsrsasign": "10.5.8",
"@types/lodash": "4.14.198",
"@types/node": "18.17.14",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"@types/node": "18.17.18",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"concurrently": "8.2.1",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-simple-import-sort": "10.0.0",
"jest": "29.6.4",
"jest": "29.7.0",
"nodemon": "3.0.1",
"prettier": "3.0.3",
"standard-version": "9.5.0",
Expand Down
Loading

0 comments on commit 43a7ba8

Please sign in to comment.