Skip to content

Commit 779bfd2

Browse files
authored
Merge pull request #357 from telefonicaid/task/upgrade_express_dep
Update package.json: upgrade express dep from 4.20 to 4.21.2
2 parents 07cf9c5 + 0170d2b commit 779bfd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Add: /iot/groups API endpoints support (as equivalent to /iot/services) (#270)
22
- Deprecated: /iot/services API routes
33
- Upgrade body-parser dep from 1.19.0 to 1.20.3
4-
- Upgrade express from 4.19.2 to 4.20.0
4+
- Upgrade express from 4.19.2 to 4.21.2
55
- Upgrade mongodb devdep from 4.17.0 to 4.17.2
66
- Upgrade mongoose dep from 5.13.20 to 8.8.4 (solving vulnerability CVE-2024-53900) (#351)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"async": "2.6.4",
3333
"body-parser": "~1.20.3",
34-
"express": "4.20.0",
34+
"express": "4.21.2",
3535
"iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master",
3636
"logops": "2.1.2",
3737
"mongoose": "8.9.5",

0 commit comments

Comments
 (0)