Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jun 17, 2024
1 parent 10398b0 commit 19ea8f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"mqtt": "5.7.0",
"multer": "1.4.5-lts.1",
"mustache": "4.2.0",
"node-red-admin": "^3.1.3",
"node-red-admin": "^4.0.0",
"node-watch": "0.7.4",
"nopt": "5.0.0",
"oauth2orize": "1.12.0",
Expand All @@ -79,7 +79,7 @@
"tough-cookie": "4.1.4",
"uglify-js": "3.17.4",
"uuid": "9.0.1",
"ws": "7.5.6",
"ws": "7.5.10",
"xml2js": "0.6.2"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node_modules/@node-red/editor-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
"passport": "0.7.0",
"ws": "7.5.6"
"ws": "7.5.10"
},
"optionalDependencies": {
"@node-rs/bcrypt": "1.10.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/node_modules/@node-red/nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"raw-body": "2.5.2",
"tough-cookie": "4.1.4",
"uuid": "9.0.1",
"ws": "7.5.6",
"ws": "7.5.10",
"xml2js": "0.6.2",
"iconv-lite": "0.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/node_modules/node-red/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"bcryptjs": "2.4.3",
"express": "4.19.2",
"fs-extra": "11.2.0",
"node-red-admin": "^3.1.3",
"node-red-admin": "^4.0.0",
"nopt": "5.0.0",
"semver": "7.5.4"
},
Expand Down

0 comments on commit 19ea8f8

Please sign in to comment.