Skip to content

Commit

Permalink
chore: fix CVE-2023-4316 (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc authored Dec 25, 2023
1 parent ca9d7ff commit 201e6d6
Show file tree
Hide file tree
Showing 6 changed files with 890 additions and 477 deletions.
4 changes: 2 additions & 2 deletions examples/nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@supabase/auth-helpers-nextjs": "workspace:*",
"autoprefixer": "10.4.14",
"encoding": "^0.1.13",
"next": "13.4.4",
"next": "13.5.5",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -25,7 +25,7 @@
"@types/react-dom": "18.2.4",
"config": "workspace:*",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"eslint-config-next": "13.5.5",
"typescript": "5.0.4"
}
}
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@types/react-dom": "18.2.4",
"config": "workspace:*",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"next": "13.4.4",
"eslint-config-next": "13.5.5",
"next": "13.5.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsconfig": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"prepare": "husky install"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@changesets/cli": "^2.27.1",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"turbo": "^1.10.13",
"turbo": "^1.11.2",
"typedoc": "^0.24.8",
"typescript": "^4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"eslint": "^8.47.0",
"next": "^13.4.19",
"next": "^13.5.5",
"react": ">=17.0.2 <18.0.0 || >=18.0.0-0 <19.0.0",
"react-dom": "^17.0.2 || ^18.0.0-0",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@supabase/supabase-js": "2.19.0",
"@types/set-cookie-parser": "^2.4.3",
"config": "workspace:*",
"next": "^13.4.19",
"next": "^13.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.4.1",
Expand Down
Loading

0 comments on commit 201e6d6

Please sign in to comment.