Skip to content

Commit

Permalink
Merge pull request #174 from eexit/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
eexit authored Dec 6, 2023
2 parents 70b81e3 + 12161ea commit 0f0161c
Show file tree
Hide file tree
Showing 3 changed files with 1,640 additions and 1,293 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn test
- name: Run yarn coverage
if: ${{ startsWith(matrix.node-version, '18') }}
uses: paambaati/codeclimate-action@v3.0.0
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: 0d3707693eec3617898169fa9d7f91a86d5a98a252beb81bd9fe89009647a456
with:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"bluebird": "^3.7.0",
"cloudinary": "^1.30.0",
"ghost-storage-base": "^1.0.0",
"got": "^11.8.2",
"got": "^11.0",
"image-size": "^1.0.1",
"lodash": "^4.17.20",
"os-locale": "^5.0.0"
"os-locale": "^6.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
Expand All @@ -61,6 +61,6 @@
"moment": "^2.29.1",
"nock": "^13.2.8",
"nyc": "^15.0.0",
"sinon": "^14.0.0"
"sinon": "^17.0.1"
}
}
Loading

0 comments on commit 0f0161c

Please sign in to comment.