Skip to content

Commit

Permalink
chore: updated dependencies (#76)
Browse files Browse the repository at this point in the history
* chore: updated dependencies

* chore: updated node in CI pipeline
  • Loading branch information
lukaszczerpak-cloudinary authored Aug 12, 2024
1 parent e0f36df commit c5caf7b
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 213 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: "18.16"
node-version: "20.16"
- run: yarn install --immutable
- name: Run tests
env:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"body-parser": "~1.20.2",
"bytes": "^3.1.2",
"cloudinary": "1.41.3",
"config": "^3.3.11",
"config": "^3.3.12",
"cookie-parser": "~1.4.6",
"debug": "~4.3.4",
"debug": "~4.3.6",
"dotenv": "^16.4.5",
"express": "~4.19.2",
"got": "^13.0.0",
"got": "^14.4.2",
"lodash": "^4.17.21",
"rollbar": "^2.26.4",
"valid-url": "^1.0.9"
},
"devDependencies": {
"chai": "^4.3.10",
"chai": "^4.5.0",
"chai-http": "^4.4.0",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"nock": "^13.3.3",
"mocha": "^10.7.3",
"nock": "^13.5.4",
"patch-package": "^8.0.0",
"sinon": "^16.1.0",
"sinon": "^16.1.3",
"sinon-chai": "^3.7.0"
}
}
Loading

0 comments on commit c5caf7b

Please sign in to comment.