Skip to content

Commit

Permalink
fix: dependabot alerts (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusemreozdemir authored Jan 24, 2025
1 parent 942fb8d commit 877518f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/enable-protection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@upstash/ratelimit": "^1.2.1",
"@vercel/functions": "^1.0.2",
"next": "14.2.3",
"next": "14.2.23",
"react": "^18",
"react-dom": "^18"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@upstash/ratelimit": "^1.1.3",
"next": "14.2.3",
"next": "14.2.23",
"react": "^18",
"react-dom": "^18"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@upstash/ratelimit": "latest",
"@upstash/redis": "latest",
"@vercel/functions": "^1.0.2",
"next": "14.2.3",
"next": "14.2.23",
"react": "^18",
"react-dom": "^18"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/vercel-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@upstash/ratelimit": "^1.1.3",
"@vercel/functions": "^1.0.2",
"next": "14.2.3",
"next": "14.2.23",
"react": "^18",
"react-dom": "^18"
},
Expand Down
6 changes: 1 addition & 5 deletions examples/with-vercel-kv/next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
};
const nextConfig = {};

module.exports = nextConfig;
4 changes: 2 additions & 2 deletions examples/with-vercel-kv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@upstash/ratelimit": "^0.4.3",
"@vercel/kv": "^0.1.2",
"autoprefixer": "10.4.14",
"next": "13.4.1",
"postcss": "8.4.23",
"next": "14.2.23",
"postcss": "8.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
Expand Down

0 comments on commit 877518f

Please sign in to comment.