Skip to content

Commit 1e0afd1

Browse files
likawkaclaude
andcommitted
GRAL-5897 fix vulnerabilities in example apps
- undici 5.29.0 → 6.25.0 (CVE-2026-1526, CVE-2026-2229) in remix-cars-service - lodash 4.17.23 → 4.18.1 (CVE-2026-4800) in remix-cars-service, pipedrive-hello-world-glitch, todo, caller, messaging-app-extn-playground, custom-ui-app-docusign Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b1e917b commit 1e0afd1

12 files changed

Lines changed: 65 additions & 93 deletions

File tree

apps/caller/package-lock.json

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

apps/caller/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"ws": "^7.5.10",
3333
"picomatch": "^2.3.2",
3434
"brace-expansion": "^2.0.3",
35-
"path-to-regexp": "0.1.13"
35+
"path-to-regexp": "0.1.13",
36+
"lodash": "^4.18.0"
3637
}
3738
}

apps/custom-ui-app-docusign/package-lock.json

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

apps/custom-ui-app-docusign/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"picomatch": "^2.3.2",
4444
"brace-expansion": "^2.0.3",
4545
"path-to-regexp": "0.1.13",
46-
"handlebars": "^4.7.9"
46+
"handlebars": "^4.7.9",
47+
"lodash": "^4.18.0"
4748
}
4849
}

apps/messaging-app-extn-playground/package-lock.json

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

apps/messaging-app-extn-playground/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"picomatch": "^2.3.2",
4040
"brace-expansion": "^2.0.3",
4141
"path-to-regexp": "0.1.13",
42-
"handlebars": "^4.7.9"
42+
"handlebars": "^4.7.9",
43+
"lodash": "^4.18.0"
4344
}
4445
}

apps/pipedrive-hello-world-glitch/package-lock.json

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

apps/pipedrive-hello-world-glitch/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"picomatch": "^2.3.2",
3535
"brace-expansion": "^2.0.3",
3636
"path-to-regexp": "0.1.13",
37-
"handlebars": "^4.7.9"
37+
"handlebars": "^4.7.9",
38+
"lodash": "^4.18.0"
3839
}
3940
}

apps/remix-cars-service/package-lock.json

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

apps/remix-cars-service/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@
4444
"@remix-run/server-runtime": "^2.17.4",
4545
"@vercel/node": {
4646
"path-to-regexp": "^6.3.0",
47-
"undici": "^5.29.0"
47+
"undici": "^6.24.0"
4848
},
49+
"lodash": "^4.18.0",
4950
"picomatch": "^4.0.4",
5051
"brace-expansion": "^2.0.3",
5152
"path-to-regexp": "0.1.13",

0 commit comments

Comments
 (0)