Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marco79cgn committed Feb 13, 2024
1 parent 86a717d commit e3490b0
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 487 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ingest-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: yarn

- name: 🔑 Setup Google Cloud Auth
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_GITHUB_SERVICE_ACCOUNT_KEY }}
create_credentials_file: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ingest-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: yarn

- name: 🔑 Setup Google Cloud Auth
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_GITHUB_SERVICE_ACCOUNT_KEY }}
create_credentials_file: true
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@v4

- name: 🔑 Setup Google Cloud Auth
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_GITHUB_SERVICE_ACCOUNT_KEY }}

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"author": "SWR Audio Lab <[email protected]>",
"license": "EUPL-1.2",
"dependencies": {
"@google-cloud/datastore": "8.2.2",
"@google-cloud/pubsub": "4.0.7",
"@google-cloud/datastore": "8.5.0",
"@google-cloud/pubsub": "4.3.1",
"@google-cloud/secret-manager": "5.0.1",
"@swrlab/utils": "1.1.3",
"compression": "1.7.4",
"dd-trace": "4.19.0",
"dd-trace": "4.26.0",
"express": "4.18.2",
"express-openapi-validator": "5.1.0",
"firebase-admin": "11.11.0",
"google-auth-library": "9.2.0",
"express-openapi-validator": "5.1.6",
"firebase-admin": "12.0.0",
"google-auth-library": "9.6.3",
"jsonwebtoken": "9.0.2",
"luxon": "3.4.4",
"slug": "8.2.3",
Expand All @@ -52,13 +52,13 @@
"chai-http": "^4.4.0",
"docsify-cli": "^4.4.4",
"dotenv": "16.3.1",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"license-compliance": "^2.0.1",
"mocha": "^10.2.0",
"nodemon": "^3.0.1",
"prettier": "^3.1.0",
"typescript": "^5.2.2"
"nodemon": "^3.0.3",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
Loading

0 comments on commit e3490b0

Please sign in to comment.