Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dependencies): Update all dependencies #452

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(dependencies): Update dependencies
GitHub Actions Bot committed Nov 1, 2023
commit 289cd8d5bd77cac204002f9c71661becd5798cee
10,192 changes: 6,698 additions & 3,494 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -72,25 +72,25 @@
"mongoose": ">=6.0.14"
},
"dependencies": {
"@feathersjs/adapter-commons": "^4.5.15",
"@feathersjs/commons": "^4.5.15",
"@feathersjs/errors": "^4.5.15"
"@feathersjs/adapter-commons": "^5.0.11",
"@feathersjs/commons": "^5.0.11",
"@feathersjs/errors": "^5.0.11"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^4.5.15",
"@feathersjs/express": "^4.5.15",
"@feathersjs/feathers": "^4.5.15",
"@feathersjs/socketio": "^4.5.15",
"chai": "^4.3.6",
"@feathersjs/adapter-tests": "^5.0.11",
"@feathersjs/express": "^5.0.11",
"@feathersjs/feathers": "^5.0.11",
"@feathersjs/socketio": "^5.0.11",
"chai": "^4.3.10",
"dtslint": "^4.2.1",
"mocha": "^10.0.0",
"mongoose": "^6.5.4",
"npm-check-updates": "^16.0.6",
"mocha": "^10.2.0",
"mongoose": "^8.0.0",
"npm-check-updates": "^16.14.6",
"nyc": "^15.1.0",
"run-rs": "^0.7.7",
"semistandard": "^16.0.1",
"sinon": "^14.0.0",
"semistandard": "^17.0.0",
"sinon": "^17.0.0",
"sinon-chai": "^3.7.0",
"typescript": "^4.8.2"
"typescript": "^5.2.2"
}
}