Skip to content

Commit 5b670ed

Browse files
authored
Merge pull request #67477 from efbar/feat/bump-deps-jitsucomjitsu-20250926
feat(jitsucom-jitsu): bump dep to remediate GHSA-33vc-wfww-vjfv
2 parents 47a2f31 + ad72211 commit 5b670ed

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

jitsucom-jitsu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: jitsucom-jitsu
33
version: "2.11.0"
4-
epoch: 2 # GHSA-4hjh-wcwx-xvwj
4+
epoch: 3 # GHSA-33vc-wfww-vjfv
55
description: Jitsu is an open-source Segment alternative. Fully-scriptable data ingestion engine for modern data teams. Set-up a real-time data pipeline in minutes, not days
66
copyright:
77
- license: MIT
@@ -46,7 +46,7 @@ pipeline:
4646

4747
- uses: patch
4848
with:
49-
patches: consolidated-cve-remedation.patch
49+
patches: consolidated-cve-remedation.patch GHSA-33vc-wfww-vjfv.patch
5050

5151
- runs: |
5252
# isolated-vm 6.x dropped support for NodeJS 18.x, which jitsucom-jitsu
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
diff --git a/libs/jsondiffpatch/package.json b/libs/jsondiffpatch/package.json
2+
index 8bb488942..035dc3a6c 100644
3+
--- a/libs/jsondiffpatch/package.json
4+
+++ b/libs/jsondiffpatch/package.json
5+
@@ -1,6 +1,6 @@
6+
{
7+
"name": "jsondiffpatch",
8+
- "version": "0.6.0",
9+
+ "version": "0.7.2",
10+
"author": "Benjamin Eidelman <[email protected]>",
11+
"description": "Diff & Patch for Javascript objects",
12+
"contributors": [
13+
diff --git a/webapps/console/package.json b/webapps/console/package.json
14+
index dc8fcbb82..a05ce47e3 100644
15+
--- a/webapps/console/package.json
16+
+++ b/webapps/console/package.json
17+
@@ -69,7 +69,7 @@
18+
"ioredis": "^5.3.2",
19+
"js-yaml": "^4.1.0",
20+
"json5": "^2.2.3",
21+
- "jsondiffpatch": "^0.5.0",
22+
+ "jsondiffpatch": "^0.7.2",
23+
"jsonwebtoken": "^9.0.2",
24+
"juava": "workspace:*",
25+
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)