Skip to content

Commit d020b60

Browse files
cursor[bot]cursoragentscopsy
authored
fix(root): resolve high liquidjs vulnerability (#10263)
Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Dima Grossman <dima@grossman.io>
1 parent 8712984 commit d020b60

File tree

6 files changed

+24
-23
lines changed

6 files changed

+24
-23
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"json-schema-faker": "^0.5.6",
100100
"json-schema-to-ts": "^3.0.0",
101101
"jsonwebtoken": "9.0.3",
102-
"liquidjs": "^10.20.0",
102+
"liquidjs": "^10.25.0",
103103
"lodash": "^4.17.15",
104104
"lru-cache": "^11.2.4",
105105
"nanoid": "^3.1.20",

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"json-schema": "^0.4.0",
110110
"json5": "^2.2.3",
111111
"launchdarkly-react-client-sdk": "^3.9.0",
112-
"liquidjs": "^10.20.0",
112+
"liquidjs": "^10.25.0",
113113
"lodash.debounce": "^4.0.8",
114114
"lodash.isequal": "^4.5.0",
115115
"lodash.merge": "^4.6.2",

enterprise/packages/translation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"sinon": "^9.2.4",
4141
"ts-node": "~10.9.1",
4242
"typescript": "5.6.2",
43-
"liquidjs": "^10.20.1"
43+
"liquidjs": "^10.25.0"
4444
},
4545
"peerDependencies": {
4646
"@nestjs/common": "10.4.18",

libs/application-generic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"json-logic-js": "^2.0.5",
9393
"json-schema-faker": "^0.5.6",
9494
"jsonwebtoken": "9.0.3",
95-
"liquidjs": "^10.20.0",
95+
"liquidjs": "^10.25.0",
9696
"lodash": "^4.17.15",
9797
"lru-cache": "^11.2.4",
9898
"mixpanel": "^0.17.0",

packages/framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
"cross-fetch": "^4.0.0",
260260
"json-schema-to-ts": "^3.0.0",
261261
"jsonrepair": "^3.13.1",
262-
"liquidjs": "^10.20.0",
262+
"liquidjs": "^10.25.0",
263263
"pluralize": "^8.0.0",
264264
"sanitize-html": "^2.13.0"
265265
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)