Skip to content

Commit

Permalink
⬆️ Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Oct 5, 2023
1 parent db15111 commit b65c0a0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* When filtering on a translatable field, don't restrict it solely to the presently set locale when the translation functionality is switched off
* Upgrade `mongodb` client from `3.6.6` to `6.1.0`, requiring quite a few fixes
* Minimum node version is now also `v16.20.1` because of the mongodb upgrade
* Upgrade all dependencies

## 1.3.15 (2023-07-03)

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@
},
"dependencies": {
"ansi-256-colors" : "~1.1.0",
"autoprefixer" : "~10.4.2",
"bcrypt" : "~5.0.1",
"autoprefixer" : "~10.4.16",
"bcrypt" : "~5.1.1",
"body" : "~5.1.0",
"body-parser" : "~1.19.2",
"bson" : "~4.6.1",
"body-parser" : "~1.20.2",
"bson" : "~6.1.0",
"chokidar" : "~3.5.3",
"formidable" : "~2.1.1",
"graceful-fs" : "~4.2.9",
"hawkejs" : "~2.3.9",
"jsondiffpatch" : "~0.4.1",
"formidable" : "~3.5.1",
"graceful-fs" : "~4.2.11",
"hawkejs" : "~2.3.13",
"jsondiffpatch" : "~0.5.0",
"mime" : "~3.0.0",
"minimist" : "~1.2.5",
"mkdirp" : "~3.0.1",
"mmmagic" : "~0.5.3",
"mongodb" : "~6.1.0",
"ncp" : "~2.0.0",
"postcss" : "~8.4.6",
"protoblast" : "~0.8.9",
"semver" : "~7.3.5",
"socket.io" : "~4.6.0",
"postcss" : "~8.4.31",
"protoblast" : "~0.8.12",
"semver" : "~7.5.4",
"socket.io" : "~4.7.2",
"@11ways/socket.io-stream" : "~0.9.2",
"sputnik" : "~0.1.0",
"terser" : "~5.18.1",
"terser" : "~5.21.0",
"toobusy-js" : "~0.5.1",
"useragent" : "~2.3.0"
},
Expand All @@ -46,11 +46,11 @@
],
"optionalDependencies": {
"janeway" : "~0.4.0",
"less" : "~4.1.1",
"sass" : "~1.53.0",
"sass-embedded" : "~1.53.0",
"less" : "~4.2.0",
"sass" : "~1.68.0",
"sass-embedded" : "~1.67.0",
"nodent-compiler" : "~3.2.13",
"socket.io-client" : "~4.6.0",
"socket.io-client" : "~4.7.2",
"socket.io-msgpack-parser": "~3.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit b65c0a0

Please sign in to comment.