Skip to content

Commit f266ba3

Browse files
fix(deps) Update dependency bcryptjs to v3
1 parent bb8956e commit f266ba3

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
@@ -92,7 +92,7 @@
9292
"@tediousjs/connection-string": "^0.6.0",
9393
"axios": "^1.5.0",
9494
"axios-ntlm": "^1.4.1",
95-
"bcryptjs": "^2.4.3",
95+
"bcryptjs": "^3.0.0",
9696
"bytes": "^3.1.2",
9797
"chart.js": "^4.4.0",
9898
"chartjs-adapter-date-fns": "^3.0.0",
@@ -149,7 +149,7 @@
149149
"@semantic-release/release-notes-generator": "^14.0.0",
150150
"@testing-library/cypress": "^10.0.0",
151151
"@testing-library/jest-dom": "^6.1.2",
152-
"@types/bcryptjs": "^2.4.2",
152+
"@types/bcryptjs": "^3.0.0",
153153
"@types/bytes": "^3.1.1",
154154
"@types/compression": "^1.7.2",
155155
"@types/express": "^4.17.17",
@@ -195,5 +195,5 @@
195195
"pnpm run format"
196196
]
197197
},
198-
"version": "2.0.15"
198+
"version": "2.0.16"
199199
}

0 commit comments

Comments
 (0)