Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

chore(deps-dev): bump rimraf from 3.0.2 to 5.0.0 #843

Merged
merged 6 commits into from
May 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
contains(github.event.commits[0].message, '[skip ci]') == false &&
contains(github.event.commits[0].message, '[ci skip]') == false
- name: 'Upload coverage reports to Codecov'
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v3.1.3
with:
fail_ci_if_error: false
files: ./coverage/lcov.info
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"url": "https://github.com/bennycode/coinbase-pro-node/issues"
},
"dependencies": {
"@types/node": "18.14.2",
"@types/node": "18.16.3",
"@types/ws": "8.5.3",
"axios": "0.27.2",
"axios-retry": "3.4.0",
Expand All @@ -16,7 +16,7 @@
"description": "Coinbase Pro API for Node.js, written in TypeScript and covered by tests.",
"devDependencies": {
"@types/jasmine": "4.0.3",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.57.0",
"cross-env": "7.0.3",
"dotenv-defaults": "5.0.2",
Expand All @@ -28,12 +28,12 @@
"generate-changelog": "1.8.0",
"husky": "8.0.3",
"jasmine": "3.99.0",
"lint-staged": "13.1.0",
"lint-staged": "13.2.2",
"nock": "13.2.9",
"nyc": "15.1.0",
"prettier": "2.8.7",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"rimraf": "3.0.2",
"rimraf": "5.0.0",
"ts-node": "10.9.1",
"typedoc": "0.23.28",
"typedoc-plugin-markdown": "3.14.0",
Expand Down