We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8956e commit f266ba3Copy full SHA for f266ba3
1 file changed
package.json
@@ -92,7 +92,7 @@
92
"@tediousjs/connection-string": "^0.6.0",
93
"axios": "^1.5.0",
94
"axios-ntlm": "^1.4.1",
95
- "bcryptjs": "^2.4.3",
+ "bcryptjs": "^3.0.0",
96
"bytes": "^3.1.2",
97
"chart.js": "^4.4.0",
98
"chartjs-adapter-date-fns": "^3.0.0",
@@ -149,7 +149,7 @@
149
"@semantic-release/release-notes-generator": "^14.0.0",
150
"@testing-library/cypress": "^10.0.0",
151
"@testing-library/jest-dom": "^6.1.2",
152
- "@types/bcryptjs": "^2.4.2",
+ "@types/bcryptjs": "^3.0.0",
153
"@types/bytes": "^3.1.1",
154
"@types/compression": "^1.7.2",
155
"@types/express": "^4.17.17",
@@ -195,5 +195,5 @@
195
"pnpm run format"
196
]
197
},
198
- "version": "2.0.15"
+ "version": "2.0.16"
199
}
0 commit comments