diff --git a/examples/next/faustwp-getting-started/package.json b/examples/next/faustwp-getting-started/package.json index 847e4e588..f19ef34b0 100644 --- a/examples/next/faustwp-getting-started/package.json +++ b/examples/next/faustwp-getting-started/package.json @@ -17,7 +17,7 @@ "@wordpress/block-library": "^7.19.0", "classnames": "^2.3.1", "graphql": "^16.6.0", - "next": "^12.1.6", + "next": "^12.3.4", "react": "^17.0.2", "react-dom": "^17.0.2", "sass": "^1.54.9" @@ -29,4 +29,4 @@ "node": ">=18", "npm": ">=8" } -} +} \ No newline at end of file diff --git a/examples/next/getting-started/package.json b/examples/next/getting-started/package.json index 4565a6090..98a460004 100644 --- a/examples/next/getting-started/package.json +++ b/examples/next/getting-started/package.json @@ -18,7 +18,7 @@ "dependencies": { "@faustjs/core": "^0.15.13", "@faustjs/next": "^0.15.13", - "next": "^12.2.4", + "next": "^12.3.4", "normalize.css": "^8.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -36,4 +36,4 @@ "rimraf": "^3.0.2", "typescript": "^4.5.2" } -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e54ef5e8c..a55216d94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2435,7 +2435,7 @@ "@wordpress/block-library": "^7.19.0", "classnames": "^2.3.1", "graphql": "^16.6.0", - "next": "^12.1.6", + "next": "^12.3.4", "react": "^17.0.2", "react-dom": "^17.0.2", "sass": "^1.54.9" @@ -2454,7 +2454,7 @@ "dependencies": { "@faustjs/core": "^0.15.13", "@faustjs/next": "^0.15.13", - "next": "^12.2.4", + "next": "^12.3.4", "normalize.css": "^8.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -21467,7 +21467,8 @@ }, "node_modules/next": { "version": "12.3.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/next/-/next-12.3.4.tgz", + "integrity": "sha512-VcyMJUtLZBGzLKo3oMxrEF0stxh8HwuW976pAzlHhI3t8qJ4SROjCrSh1T24bhrbjw55wfZXAbXPGwPt5FLRfQ==", "dependencies": { "@next/env": "12.3.4", "@swc/helpers": "0.4.11", @@ -33247,7 +33248,7 @@ "gqty": "^2.3.0", "jest": "^27.3.1", "make-error": "^1.3.6", - "next": "^12.2.4", + "next": "^12.3.4", "react": "^17.0.2", "react-dom": "^17.0.2", "rimraf": "^3.0.2", diff --git a/packages/next/package.json b/packages/next/package.json index 453ba1b1c..97e099277 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -90,7 +90,7 @@ "gqty": "^2.3.0", "jest": "^27.3.1", "make-error": "^1.3.6", - "next": "^12.2.4", + "next": "^12.3.4", "react": "^17.0.2", "react-dom": "^17.0.2", "rimraf": "^3.0.2", @@ -112,4 +112,4 @@ "graphql": ">=15.6", "lodash": "^4.17.21" } -} +} \ No newline at end of file