Skip to content

Commit 22bd47c

Browse files
committed
audit fix
1 parent 8536c43 commit 22bd47c

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

package-lock.json

+56-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"devDependencies": {
1919
"@playwright/test": "^1.50.1",
2020
"@types/node": "^22.13.0",
21-
"@types/react": "19.0.8",
22-
"@types/react-dom": "19.0.3",
21+
"@types/react": "19.0.12",
22+
"@types/react-dom": "19.0.4",
2323
"@typescript-eslint/eslint-plugin": "^8.22.0",
2424
"autoprefixer": "^10.4.20",
2525
"eslint": "9.19.0",
26-
"eslint-config-next": "15.1.6",
26+
"eslint-config-next": "15.2.3",
2727
"eslint-plugin-tailwindcss": "^3.18.0",
2828
"postcss": "^8.5.1",
2929
"prettier": "^3.4.2",
@@ -37,14 +37,14 @@
3737
"dayjs": "^1.11.13",
3838
"iso8601-duration": "^2.1.2",
3939
"mongodb": "^6.13.0",
40-
"next": "15.1.6",
40+
"next": "15.2.3",
4141
"react": "19.0.0",
4242
"react-dom": "19.0.0",
4343
"ts-pattern": "^5.6.2",
4444
"zod": "^3.24.1"
4545
},
4646
"overrides": {
47-
"@types/react": "19.0.8",
48-
"@types/react-dom": "19.0.3"
47+
"@types/react": "19.0.12",
48+
"@types/react-dom": "19.0.4"
4949
}
5050
}

0 commit comments

Comments
 (0)