Skip to content

Commit f07b0f6

Browse files
tf-securitysnyk-botvladrusu2112
authored
[Snyk] Security upgrade next from 15.0.3 to 15.2.3 (#692)
* fix: packages/demo-nextjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9508709 * fix(NOJIRA-123): Update next --------- Co-authored-by: snyk-bot <[email protected]> Co-authored-by: vlad.rusu <[email protected]>
1 parent 7e2f755 commit f07b0f6

File tree

4 files changed

+214
-208
lines changed

4 files changed

+214
-208
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"jest-transform-css": "^2.1.0",
5959
"lerna": "^3.22.1",
6060
"mini-css-extract-plugin": "^1.3.7",
61-
"next": "^15.0.3",
61+
"next": "^15.2.3",
6262
"prettier": "^2.2.1",
6363
"prop-types": "^15.7.2",
6464
"raw-loader": "^4.0.2",

packages/demo-nextjs/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/// <reference types="next/navigation-types/compat/navigation" />
44

55
// NOTE: This file should not be edited
6-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
6+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

packages/demo-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@typeform/embed": "5.5.0",
1313
"@typeform/embed-react": "4.6.0",
14-
"next": "^15.0.3",
14+
"next": "^15.2.3",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1"
1717
},

0 commit comments

Comments
 (0)