We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6714b commit 6e94085Copy full SHA for 6e94085
package.json
@@ -29,23 +29,23 @@
29
},
30
"dependencies": {
31
"ansi-colors": "^4.1.3",
32
- "axios": "^1.7.7",
33
- "bcryptjs": "^2.4.3",
+ "axios": "1.8.4",
+ "bcryptjs": "3.0.2",
34
"cli-table": "^0.3.11",
35
"enquirer": "^2.3.6",
36
"minimist": "^1.2.8",
37
"mustache": "^4.2.0",
38
"read": "^3.0.1"
39
40
"devDependencies": {
41
- "mocha": "^10.7.3",
42
- "nyc": "^15.1.0",
+ "mocha": "^11.1.0",
+ "nyc": "^17.1.0",
43
"should": "^13.2.3",
44
- "sinon": "^15.2.0",
+ "sinon": "^20.0.0",
45
"sinon-test": "^3.1.6"
46
47
"optionalDependencies": {
48
- "@node-rs/bcrypt": "1.10.4"
+ "@node-rs/bcrypt": "1.10.7"
49
50
"bin": {
51
"node-red-admin": "node-red-admin.js"
0 commit comments