Skip to content

Commit 1936436

Browse files
CCM-14974: Update package lock
1 parent d27e0b9 commit 1936436

6 files changed

Lines changed: 32 additions & 23 deletions

File tree

.trivyignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ CVE-2024-49761 # https://avd.aquasec.com/nvd/cve-2024-49761 ## latest Jekyll Web
33
CVE-2024-47220 # https://avd.aquasec.com/nvd/cve-2024-47220 ## latest lint_roller (1.1.0) installs old version of rexml
44
CVE-2024-7254 # https://avd.aquasec.com/nvd/cve-2024-7254 ## latest Jekyll Webpack (0.2.7) installs old version of google-protobuf
55
CVE-2026-1615 # https://avd.aquasec.com/nvd/cve-2026-1615 ## jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation - Not fixed yet.
6-
CVE-2026-33036 # https://avd.aquasec.com/nvd/cve-2026-33036 ## fast-xml-parser: Temporary Ignore

infrastructure/terraform/components/dl/scripts/sql/reports/daily_report.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ WITH vars AS (
3232
AND e.__year = year(v.dt)
3333
AND e.__month = month(v.dt)
3434
AND e.__day = day(v.dt)
35-
AND e.type NOT LIKE '%.mesh.%'
3635
),
3736
"ordered_events" AS (
3837
SELECT ROW_NUMBER() OVER (
@@ -55,7 +54,7 @@ WITH vars AS (
5554
te.communicationtype,
5655
te.status
5756
FROM "translated_events" AS te
58-
where te.status IS NOT NULL
57+
WHERE te.status IS NOT NULL
5958
AND te.communicationtype IS NOT NULL
6059
)
6160
SELECT oe.messagereference as "Message Reference",

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"overrides": {
3939
"brace-expansion": "^5.0.2",
4040
"fast-xml-parser": "^5.3.7",
41-
"flatted": "^3.4.0",
4241
"minimatch": "^10.2.4",
4342
"pretty-format": {
4443
"react-is": "^19.0.0"

src/eventcatalog/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.

src/eventcatalog/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
},
88
"name": "digital-letters",
99
"overrides": {
10-
"flatted": "^3.4.0",
10+
"fast-xml-parser": "^5.5.6",
1111
"minimatch": "^10.2.4",
1212
"svgo": "^4.0.1",
13-
"underscore": "^1.13.8",
14-
"undici": "^7.24.0"
13+
"underscore": "^1.13.8"
1514
},
1615
"private": true,
1716
"scripts": {

0 commit comments

Comments
 (0)