Skip to content

Commit a9c86be

Browse files
fix(deps): update @faker-js/faker to 9.6.0 🌟
1 parent d72e0a4 commit a9c86be

File tree

2 files changed

+154
-181
lines changed

2 files changed

+154
-181
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646
"react-router-dom": "5.3.4",
4747
"react-virtualized": "9.22.5",
4848
"shortid": "2.2.16",
49-
"uuid": "8.3.2",
49+
"uuid": "11.1.0",
5050
"webpack": "5",
5151
"xstate": "4.38.3",
52-
"yup": "0.32.11"
52+
"yup": "1.6.1"
5353
},
5454
"devDependencies": {
5555
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
5656
"@cypress/code-coverage": "^3.10.0-dev.1",
5757
"@cypress/instrument-cra": "1.4.0",
58-
"@faker-js/faker": "6.1.2",
58+
"@faker-js/faker": "9.6.0",
5959
"@percy/cli": "^1.27.4",
6060
"@percy/cypress": "3.1.2",
6161
"@testing-library/jest-dom": "^5.16.5",
@@ -92,7 +92,7 @@
9292
"@types/yup": "0.29.13",
9393
"@vitejs/plugin-react": "^4.0.2",
9494
"bcryptjs": "2.4.3",
95-
"concurrently": "7.1.0",
95+
"concurrently": "9.1.2",
9696
"connect-history-api-fallback": "1.6.0",
9797
"cors": "2.8.5",
9898
"cross-env": "7.0.3",
@@ -108,18 +108,18 @@
108108
"express-paginate": "1.0.2",
109109
"express-session": "1.18.0",
110110
"express-validator": "6.15.0",
111-
"fuse.js": "6.5.3",
111+
"fuse.js": "7.1.0",
112112
"graphql": "16.8.1",
113113
"graphql-http": "^1.22.0",
114114
"graphql-playground-middleware-express": "^1.7.23",
115115
"graphql-tools": "8.2.7",
116116
"http-proxy-middleware": "0.19.1",
117-
"husky": "7.0.4",
117+
"husky": "9.1.7",
118118
"istanbul-lib-coverage": "3.2.2",
119119
"jsdom": "^22.1.0",
120120
"json": "11.0.0",
121-
"jwks-rsa": "2.0.5",
122-
"lowdb": "1.0.0",
121+
"jwks-rsa": "3.2.0",
122+
"lowdb": "7.0.1",
123123
"morgan": "1.10.0",
124124
"ncp": "2.0.0",
125125
"nodemon": "2.0.22",
@@ -129,7 +129,7 @@
129129
"passport-local": "1.0.0",
130130
"patch-package": "^7.0.0",
131131
"prettier": "^3.0.0",
132-
"start-server-and-test": "1.14.0",
132+
"start-server-and-test": "2.0.11",
133133
"ts-node": "10.9.2",
134134
"typescript": "4.9.5",
135135
"vite": "^4.4.2",

0 commit comments

Comments
 (0)