@gasket/template-nextjs-express 7.0.5 → 8.0.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gasket/template-nextjs-express",
3
- "version": "7.0.5",
3
+ "version": "8.0.0-next.0",
4
4
  "description": "Gasket Next.js Pages Router template with Express",
5
5
  "type": "module",
6
6
  "files": [
@@ -26,7 +26,7 @@
26
26
  "@gasket/utils": "^7.4.2",
27
27
  "@types/react": "^19.0.12",
28
28
  "express": "^4.21.2",
29
- "next": "^15.5.7",
29
+ "next": "^15.5.9",
30
30
  "react": "^19.0.0",
31
31
  "react-dom": "^19.0.0",
32
32
  "react-intl": "^7.1.6",
@@ -6251,9 +6251,9 @@
6251
6251
  }
6252
6252
  },
6253
6253
  "node_modules/@next/env": {
6254
- "version": "15.5.7",
6255
- "resolved": "https://registry.npmjs.org/@next/env/-/env-15.5.7.tgz",
6256
- "integrity": "sha512-4h6Y2NyEkIEN7Z8YxkA27pq6zTkS09bUSYC0xjd0NpwFxjnIKeZEeH591o5WECSmjpUhLn3H2QLJcDye3Uzcvg==",
6254
+ "version": "15.5.9",
6255
+ "resolved": "https://registry.npmjs.org/@next/env/-/env-15.5.9.tgz",
6256
+ "integrity": "sha512-4GlTZ+EJM7WaW2HEZcyU317tIQDjkQIyENDLxYJfSWlfqguN+dHkZgyQTV/7ykvobU7yEH5gKvreNrH4B6QgIg==",
6257
6257
  "license": "MIT"
6258
6258
  },
6259
6259
  "node_modules/@next/eslint-plugin-next": {
@@ -19692,12 +19692,12 @@
19692
19692
  "license": "MIT"
19693
19693
  },
19694
19694
  "node_modules/next": {
19695
- "version": "15.5.7",
19696
- "resolved": "https://registry.npmjs.org/next/-/next-15.5.7.tgz",
19697
- "integrity": "sha512-+t2/0jIJ48kUpGKkdlhgkv+zPTEOoXyr60qXe68eB/pl3CMJaLeIGjzp5D6Oqt25hCBiBTt8wEeeAzfJvUKnPQ==",
19695
+ "version": "15.5.9",
19696
+ "resolved": "https://registry.npmjs.org/next/-/next-15.5.9.tgz",
19697
+ "integrity": "sha512-agNLK89seZEtC5zUHwtut0+tNrc0Xw4FT/Dg+B/VLEo9pAcS9rtTKpek3V6kVcVwsB2YlqMaHdfZL4eLEVYuCg==",
19698
19698
  "license": "MIT",
19699
19699
  "dependencies": {
19700
- "@next/env": "15.5.7",
19700
+ "@next/env": "15.5.9",
19701
19701
  "@swc/helpers": "0.5.15",
19702
19702
  "caniuse-lite": "^1.0.30001579",
19703
19703
  "postcss": "8.4.31",
@@ -37,7 +37,7 @@
37
37
  "@gasket/utils": "^7.4.2",
38
38
  "@types/react": "^19.0.12",
39
39
  "express": "^4.21.2",
40
- "next": "^15.5.7",
40
+ "next": "^15.5.9",
41
41
  "react": "^19.0.0",
42
42
  "react-dom": "^19.0.0",
43
43
  "react-intl": "^7.1.6",