Skip to content

Commit 945a24d

Browse files
committed
chore: enforce patched minimatch version via npm overrides
1 parent 7228b16 commit 945a24d

2 files changed

Lines changed: 39 additions & 195 deletions

File tree

package-lock.json

Lines changed: 31 additions & 190 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2-
"name": "auth-tutorial",
3-
"version": "0.1.0",
2+
"name": "nextjs-14-auth-v5-tutorial",
3+
"version": "1.7.0",
44
"private": true,
5+
"overrides": {
6+
"minimatch": "^10.2.4"
7+
},
58
"scripts": {
69
"dev": "next dev",
710
"build": "next build",
@@ -10,7 +13,6 @@
1013
"postinstall": "prisma generate"
1114
},
1215
"dependencies": {
13-
"editorconfig": "^3.0.2",
1416
"@auth/prisma-adapter": "^2.8.0",
1517
"@hookform/resolvers": "^3.3.3",
1618
"@prisma/client": "^5.7.1",
@@ -44,6 +46,7 @@
4446
"zod": "^3.22.4"
4547
},
4648
"devDependencies": {
49+
"editorconfig": "^3.0.2",
4750
"@types/bcrypt": "^5.0.2",
4851
"@types/bcryptjs": "^2.4.6",
4952
"@types/node": "^22",
@@ -56,8 +59,8 @@
5659
"postcss": "^8",
5760
"prisma": "^5.7.1",
5861
"tailwindcss": "^3.3.0",
59-
"typescript": "^5"
60-
,"@typescript-eslint/typescript-estree": "^8.57.1"
62+
"typescript": "^5",
63+
"@typescript-eslint/typescript-estree": "^8.57.1"
6164
},
6265
"engines": {
6366
"node": ">=20 <23"

0 commit comments

Comments
 (0)