Skip to content

Commit 331cb0e

Browse files
fix(deps): update @types/bcryptjs to 3.0.0 🌟
1 parent ef8a933 commit 331cb0e

File tree

2 files changed

+147
-68
lines changed

2 files changed

+147
-68
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@okta/jwt-verifier": "^3.0.1",
2828
"@okta/okta-auth-js": "^7.3.0",
2929
"@okta/okta-react": "^6.7.0",
30-
"@types/detect-port": "^1.3.2",
30+
"@types/detect-port": "^2.0.0",
3131
"@xstate/react": "3.2.2",
3232
"aws-amplify": "^6.0.16",
3333
"axios": "0.28.1",
@@ -63,7 +63,7 @@
6363
"@percy/cypress": "3.1.6",
6464
"@testing-library/jest-dom": "^5.16.5",
6565
"@testing-library/react": "^14.0.0",
66-
"@types/bcryptjs": "2.4.2",
66+
"@types/bcryptjs": "3.0.0",
6767
"@types/bluebird": "3.5.36",
6868
"@types/connect-flash": "0.0.37",
6969
"@types/connect-history-api-fallback": "1.3.5",
@@ -73,22 +73,22 @@
7373
"@types/express-paginate": "1.0.4",
7474
"@types/express-serve-static-core": "4.17.2",
7575
"@types/express-session": "1.18.0",
76-
"@types/http-proxy-middleware": "0.19.3",
76+
"@types/http-proxy-middleware": "1.0.0",
7777
"@types/json-server": "0.14.4",
78-
"@types/jsonwebtoken": "8.5.8",
79-
"@types/jwt-decode": "2.2.1",
78+
"@types/jsonwebtoken": "9.0.10",
79+
"@types/jwt-decode": "3.1.0",
8080
"@types/lodash": "4.14.181",
81-
"@types/lowdb": "1.0.11",
81+
"@types/lowdb": "2.0.3",
8282
"@types/morgan": "1.9.3",
83-
"@types/node": "^20.11.25",
83+
"@types/node": "^24.0.0",
8484
"@types/passport": "1.0.16",
85-
"@types/react": "^18.2.14",
86-
"@types/react-dom": "^18.2.6",
85+
"@types/react": "^19.0.0",
86+
"@types/react-dom": "^19.0.0",
8787
"@types/react-router": "5.1.18",
8888
"@types/react-router-dom": "5.3.3",
8989
"@types/react-virtualized": "9.21.21",
90-
"@types/shortid": "0.0.29",
91-
"@types/uuid": "8.3.4",
90+
"@types/shortid": "2.2.0",
91+
"@types/uuid": "11.0.0",
9292
"@types/validator": "13.7.2",
9393
"@types/webpack-env": "1.16.4",
9494
"@types/yup": "0.29.13",

0 commit comments

Comments
 (0)