Skip to content

Commit fb04199

Browse files
committed
fix: apps/webapp/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MORGAN-17135841 - https://snyk.io/vuln/SNYK-JS-REACTROUTER-17138887 - https://snyk.io/vuln/SNYK-JS-REMIXRUNSERVERRUNTIME-17138702
1 parent d1f4302 commit fb04199

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/webapp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107
"@react-types/datepicker": "^3.7.1",
108108
"@remix-run/express": "2.17.4",
109109
"@remix-run/node": "2.17.4",
110-
"@remix-run/react": "2.17.4",
110+
"@remix-run/react": "2.17.5",
111111
"@remix-run/router": "^1.23.2",
112112
"@remix-run/serve": "2.17.4",
113-
"@remix-run/server-runtime": "2.17.4",
113+
"@remix-run/server-runtime": "2.17.5",
114114
"@remix-run/v1-meta": "^0.1.3",
115115
"@s2-dev/streamstore": "^0.22.10",
116116
"@sentry/remix": "9.46.0",
@@ -172,7 +172,7 @@
172172
"lucide-react": "^0.229.0",
173173
"marked": "^4.0.18",
174174
"match-sorter": "^6.3.4",
175-
"morgan": "^1.10.0",
175+
"morgan": "^1.11.0",
176176
"nanoid": "3.3.8",
177177
"neverthrow": "^8.2.0",
178178
"non.geist": "^1.0.2",

0 commit comments

Comments
 (0)