web: bump all deps, notably next to v16.0.7 to fix CVE-2025-55182

This commit is contained in:
2025-12-03 21:08:44 +01:00
parent 6bcf9bbfbd
commit 12aea04779
2 changed files with 138 additions and 138 deletions

View File

@@ -10,20 +10,20 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@graphql-codegen/cli": "^6.0.2",
"@graphql-codegen/client-preset": "^5.1.3",
"@graphql-codegen/cli": "^6.1.0",
"@graphql-codegen/client-preset": "^5.2.1",
"@parcel/watcher": "^2.5.1",
"@sindresorhus/slugify": "^3.0.0",
"@urql/next": "^2.0.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"graphql": "^16.12.0",
"next": "16.0.3",
"nuqs": "^2.7.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"next": "16.0.7",
"nuqs": "^2.8.2",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-intersection-observer": "^10.0.0",
"sass": "^1.94.0",
"sass": "^1.94.2",
"sharp": "^0.34.5",
"swiper": "^12.0.3",
"urql": "^5.0.1",
@@ -31,14 +31,14 @@
},
"devDependencies": {
"@types/node": "^24",
"@types/react": "19.2.4",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"eslint-config-next": "16.0.7",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.4",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}