Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 9b5dc8e

Browse files
Merge pull request #846 from FDMediagroep/CVE-2025-66478
CVE-2025-66478
2 parents fda9852 + 9abf202 commit 9b5dc8e

File tree

2 files changed

+43
-42
lines changed

2 files changed

+43
-42
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"release:flex": "sass --no-source-map --style=compressed scss/flex.scss dist/css/flex.css",
1818
"start": "next start",
1919
"test": "echo \"No tests specified\" && exit 0",
20-
"webpack:prod": "npx cross-env NODE_ENV=production webpack --mode=production"
20+
"webpack:prod": "npx cross-env NODE_ENV=production webpack --mode=production",
21+
"vc:rm": "vc rm fdmg-css-grid --safe --yes"
2122
},
2223
"author": "Willem Liu",
2324
"license": "ISC",
@@ -53,7 +54,7 @@
5354
"json-to-scss": "^1.6.2",
5455
"micro-cors": "^0.1.1",
5556
"mini-css-extract-plugin": "^2.9.2",
56-
"next": "15.1.7",
57+
"next": "^15.1.9",
5758
"nookies": "^2.5.2",
5859
"postcss-flexbugs-fixes": "^5.0.2",
5960
"postcss-loader": "^8.1.1",

0 commit comments

Comments
 (0)