Skip to content

Commit 9c220b1

Browse files
committed
fix: upgrade config package to v3.3.12 for Node.js v25 compatibility
- Update config from 3.3.6 to 3.3.12 - Fixes TypeError: Utils.isRegExp is not a function - Resolves compatibility issue with Node.js v25.2.1
1 parent 19c273b commit 9c220b1

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"config": "^3.3.6",
3+
"config": "^3.3.12",
44
"cookie-parser": "^1.4.5",
55
"cookie-session": "^2.0.0",
66
"datetime-periods": "^1.2.0",

0 commit comments

Comments
 (0)