Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed May 7, 2024
1 parent 582fefb commit 5a138d2
Show file tree
Hide file tree
Showing 4 changed files with 5,457 additions and 4,130 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
name: Integration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
with:
version: 7
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
version: 9
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: lts/*
cache: pnpm
Expand All @@ -36,7 +36,7 @@ jobs:
run: pnpm mkcert
- name: Run integration tests
run: pnpm ci
- uses: coverallsapp/github-action@9ba913c152ae4be1327bfb9085dc806cedb44057
- uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
name: Report code coverage
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -56,13 +56,13 @@ jobs:
needs: [ci]
if: ${{ github.ref_name == 'main' || github.ref_name == 'beta' || github.ref_name == 'alpha' }}
steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d
with:
version: 7
version: 9
run_install: |
- args: [--frozen-lockfile]
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: 16.x
cache: pnpm
Expand Down
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm commitlint --edit $1
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,46 +35,46 @@
"build:copy-worker": "cp -f ./src/logRedactionWorker.mjs ./dist/",
"ci": "run-s build test",
"test:integration": "NODE_ENV=production ts-node ./tests/integration/main.ts",
"prepare": "husky install",
"prepare": "husky",
"mkcert": "mkcert -cert-file ./certs/fastify-micro.localhost.pem -key-file ./certs/fastify-micro.localhost-key.pem fastify-micro.localhost localhost 127.0.0.1 ::1"
},
"peerDependencies": {
"fastify": "^4",
"pino": "^7 || ^8"
"pino": "^8"
},
"dependencies": {
"@47ng/check-env": "^3.0.0",
"@fastify/autoload": "^5.7.1",
"@fastify/sensible": "^5.2.0",
"@fastify/under-pressure": "^8.2.0",
"@sentry/node": "^7.38.0",
"fastify-plugin": "^4.5.0",
"pino-abstract-transport": "^1.0.0",
"@fastify/autoload": "^5.8.2",
"@fastify/sensible": "^5.6.0",
"@fastify/under-pressure": "^8.3.0",
"@sentry/node": "^7.113.0",
"fastify-plugin": "^4.5.1",
"pino-abstract-transport": "^1.2.0",
"redact-env": "^1.0.0",
"sonic-boom": "^3.2.1"
"sonic-boom": "^4.0.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.4.4",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.36",
"@swc/helpers": "^0.4.14",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"@commitlint/config-conventional": "^19.2.2",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.3",
"@swc/helpers": "^0.5.11",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.10",
"@types/pino": "7.0.5",
"axios": "^1.3.4",
"commitlint": "^17.4.4",
"fastify": "^4.13.0",
"husky": "^8.0.3",
"jest": "^29.4.3",
"axios": "^1.6.8",
"commitlint": "^19.3.0",
"fastify": "^4.26.2",
"husky": "^9.0.11",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"pino": "^8.11.0",
"regenerator-runtime": "^0.13.11",
"pino": "^9.0.0",
"regenerator-runtime": "^0.14.1",
"sceau": "^1.3.0",
"sentry-testkit": "^5.0.5",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"sentry-testkit": "^5.0.9",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"wait-for-expect": "^3.0.2"
},
"jest": {
Expand Down
Loading

0 comments on commit 5a138d2

Please sign in to comment.