Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marco79cgn committed Nov 21, 2023
1 parent a95404c commit 56cbe03
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 96 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ingest-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: 🏗 Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'yarn'
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v4

- name: ⛺️ Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: 🏗 Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'yarn'
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"license": "EUPL-1.2",
"dependencies": {
"@google-cloud/datastore": "8.2.2",
"@google-cloud/pubsub": "4.0.6",
"@google-cloud/pubsub": "4.0.7",
"@google-cloud/secret-manager": "5.0.1",
"@swrlab/utils": "1.1.3",
"compression": "1.7.4",
"dd-trace": "4.17.0",
"dd-trace": "4.19.0",
"express": "4.18.2",
"express-openapi-validator": "5.0.6",
"express-openapi-validator": "5.1.0",
"firebase-admin": "11.11.0",
"google-auth-library": "9.2.0",
"jsonwebtoken": "9.0.2",
"luxon": "3.4.3",
"luxon": "3.4.4",
"slug": "8.2.3",
"swagger-ui-express": "5.0.0",
"winston": "3.11.0"
Expand All @@ -52,12 +52,12 @@
"chai-http": "^4.4.0",
"docsify-cli": "^4.4.4",
"dotenv": "16.3.1",
"eslint": "^8.52.0",
"eslint": "^8.54.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"license-compliance": "^2.0.0",
"license-compliance": "^2.0.1",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"typescript": "^5.2.2"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 56cbe03

Please sign in to comment.