Skip to content

Commit aa1b6b5

Browse files
committed
fix: Next.Js security fixes
1 parent e84f640 commit aa1b6b5

File tree

3 files changed

+268
-267
lines changed

3 files changed

+268
-267
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,39 +30,39 @@
3030
"bootstrap": "^5.3.8",
3131
"gray-matter": "^4.0.3",
3232
"marked": "^16.4.2",
33-
"next": "15.5.7",
34-
"react": "^19.2.1",
35-
"react-dom": "^19.2.1",
36-
"sass": "^1.94.2"
33+
"next": "15.5.9",
34+
"react": "^19.2.3",
35+
"react-dom": "^19.2.3",
36+
"sass": "^1.96.0"
3737
},
3838
"devDependencies": {
3939
"@commitlint/cli": "^20.2.0",
4040
"@commitlint/config-conventional": "^20.2.0",
4141
"@commitlint/types": "^20.2.0",
42-
"@eslint/js": "^9.39.1",
42+
"@eslint/js": "^9.39.2",
4343
"@next/eslint-plugin-next": "15.5.4",
4444
"@playwright/test": "^1.57.0",
4545
"@testing-library/jest-dom": "^6.9.1",
4646
"@testing-library/react": "^16.3.0",
4747
"@testing-library/user-event": "^14.6.1",
48-
"@types/node": "^20.19.25",
48+
"@types/node": "^20.19.26",
4949
"@types/react": "^19.2.7",
5050
"@types/react-dom": "^19.2.3",
51-
"@typescript-eslint/eslint-plugin": "^8.48.1",
52-
"@typescript-eslint/parser": "^8.48.1",
53-
"@vitejs/plugin-react": "^5.1.1",
51+
"@typescript-eslint/eslint-plugin": "^8.49.0",
52+
"@typescript-eslint/parser": "^8.49.0",
53+
"@vitejs/plugin-react": "^5.1.2",
5454
"@vitest/coverage-v8": "3.2.4",
5555
"conventional-changelog-atom": "^5.0.0",
56-
"eslint": "^9.39.1",
56+
"eslint": "^9.39.2",
5757
"eslint-config-next": "15.5.4",
5858
"eslint-config-prettier": "^9.1.2",
5959
"globals": "^15.15.0",
6060
"husky": "^9.1.7",
61-
"jsdom": "^27.2.0",
61+
"jsdom": "^27.3.0",
6262
"lint-staged": "^16.2.7",
6363
"postcss": "^8.5.6",
6464
"prettier": "^3.7.4",
65-
"tailwindcss": "^3.4.18",
65+
"tailwindcss": "^3.4.19",
6666
"typescript": "^5.9.3",
6767
"vitest": "^3.2.4"
6868
}

0 commit comments

Comments
 (0)