Skip to content

Commit fc7be15

Browse files
authored
Merge pull request #1 from optimizerplus/copilot/update-next-js-dependencies
fix: update all dependencies to eliminate CVE vulnerabilities
2 parents 5753d81 + 986c0e2 commit fc7be15

2 files changed

Lines changed: 285 additions & 213 deletions

File tree

package.json

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@
55
"private": true,
66
"pnpm": {
77
"overrides": {
8-
"baseline-browser-mapping": "^2.8.32"
8+
"baseline-browser-mapping": "^2.8.32",
9+
"minimatch@>=3 <4": "3.1.5",
10+
"minimatch@>=9 <10": "9.0.9",
11+
"flatted": "3.4.2",
12+
"picomatch@>=2 <3": "2.3.2",
13+
"picomatch@>=4 <5": "4.0.4",
14+
"ajv@>=6 <7": "6.15.0",
15+
"brace-expansion@>=1 <2": "1.1.14",
16+
"brace-expansion@>=2 <3": "2.1.0",
17+
"yaml@>=2": "2.8.4",
18+
"postcss": "8.5.13"
919
}
1020
},
1121
"scripts": {
@@ -28,21 +38,21 @@
2838
"author": "Derfog",
2939
"license": "MIT",
3040
"dependencies": {
31-
"framer-motion": "12.23.24",
32-
"next": "16.0.5",
33-
"react": "19.2.0",
34-
"react-dom": "19.2.0"
41+
"framer-motion": "12.38.0",
42+
"next": "16.2.4",
43+
"react": "19.2.5",
44+
"react-dom": "19.2.5"
3545
},
3646
"devDependencies": {
37-
"@types/node": "24.10.1",
38-
"@types/react": "19.2.7",
47+
"@types/node": "25.6.0",
48+
"@types/react": "19.2.14",
3949
"@types/react-dom": "19.2.3",
40-
"autoprefixer": "10.4.22",
50+
"autoprefixer": "10.5.0",
4151
"baseline-browser-mapping": "^2.8.32",
4252
"eslint": "9.39.1",
43-
"eslint-config-next": "16.0.5",
44-
"postcss": "8.5.6",
45-
"tailwindcss": "3.4.17",
53+
"eslint-config-next": "16.2.4",
54+
"postcss": "8.5.13",
55+
"tailwindcss": "3.4.19",
4656
"typescript": "5.9.3"
4757
}
4858
}

0 commit comments

Comments
 (0)