Skip to content

Commit bc42861

Browse files
committed
Make non-dev deps in package.json match lockfile
1 parent c253331 commit bc42861

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"author": "matrix.org",
2727
"license": "Apache-2.0",
2828
"dependencies": {
29-
"body-parser": "^1.20.4",
30-
"express": "^4.22.1",
31-
"js-yaml": "^4.3.0",
29+
"body-parser": "^1.20.6",
30+
"express": "^4.22.2",
31+
"js-yaml": "^4.3.1",
3232
"morgan": "^1.11.0"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)