Skip to content

Commit 5f5f8db

Browse files
fix(deps): update @types/bcryptjs to 3.0.0 🌟
1 parent a7de449 commit 5f5f8db

File tree

2 files changed

+135
-68
lines changed

2 files changed

+135
-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",
@@ -60,7 +60,7 @@
6060
"@percy/cypress": "3.1.2",
6161
"@testing-library/jest-dom": "^5.16.5",
6262
"@testing-library/react": "^14.0.0",
63-
"@types/bcryptjs": "2.4.2",
63+
"@types/bcryptjs": "3.0.0",
6464
"@types/bluebird": "3.5.36",
6565
"@types/connect-flash": "0.0.37",
6666
"@types/connect-history-api-fallback": "1.3.5",
@@ -70,23 +70,23 @@
7070
"@types/express-paginate": "1.0.4",
7171
"@types/express-serve-static-core": "4.17.2",
7272
"@types/express-session": "1.18.0",
73-
"@types/http-proxy-middleware": "0.19.3",
73+
"@types/http-proxy-middleware": "1.0.0",
7474
"@types/json-server": "0.14.4",
75-
"@types/jsonwebtoken": "8.5.8",
76-
"@types/jwt-decode": "2.2.1",
75+
"@types/jsonwebtoken": "9.0.9",
76+
"@types/jwt-decode": "3.1.0",
7777
"@types/lodash": "4.14.181",
78-
"@types/lowdb": "1.0.11",
78+
"@types/lowdb": "2.0.3",
7979
"@types/morgan": "1.9.3",
80-
"@types/node": "^20.11.25",
80+
"@types/node": "^22.0.0",
8181
"@types/passport": "1.0.16",
82-
"@types/react": "^18.2.14",
83-
"@types/react-dom": "^18.2.6",
82+
"@types/react": "^19.0.0",
83+
"@types/react-dom": "^19.0.0",
8484
"@types/react-infinite-calendar": "2.3.6",
8585
"@types/react-router": "5.1.18",
8686
"@types/react-router-dom": "5.3.3",
8787
"@types/react-virtualized": "9.21.21",
88-
"@types/shortid": "0.0.29",
89-
"@types/uuid": "8.3.4",
88+
"@types/shortid": "2.2.0",
89+
"@types/uuid": "10.0.0",
9090
"@types/validator": "13.7.2",
9191
"@types/webpack-env": "1.16.4",
9292
"@types/yup": "0.29.13",

0 commit comments

Comments
 (0)