Skip to content

Commit bbf1202

Browse files
authored
Update backend dependencies for v2025.4 (#1702)
Run `npm audit fix` and manually bump two smaller libraries: `commander` and `nodemon`.
1 parent 7702a29 commit bbf1202

File tree

2 files changed

+58
-56
lines changed

2 files changed

+58
-56
lines changed

package-lock.json

Lines changed: 56 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"bcrypt": "^6.0.0",
1515
"body-parser": "~1.20",
1616
"cloneable-readable": "^3.0.0",
17-
"commander": "^14.0.1",
17+
"commander": "^14.0.2",
1818
"config": "^4.1.1",
1919
"cookie-parser": "^1.4.6",
2020
"csv-parse": "~4",
@@ -64,7 +64,7 @@
6464
"mocha-junit-reporter": "^2.2.1",
6565
"nock": "^13.5.6",
6666
"node-mocks-http": "^1.17.2",
67-
"nodemon": "~3",
67+
"nodemon": "^3.1.11",
6868
"nyc": "^17.1.0",
6969
"oidc-provider": "^8.8.1",
7070
"should": "~13",

0 commit comments

Comments
 (0)