Skip to content

Commit c1db75c

Browse files
authored
fix: update dependencies to address high vulnerabilities (#243)
1 parent 1196248 commit c1db75c

3 files changed

Lines changed: 47 additions & 35 deletions

File tree

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,22 @@
187187
"qs": "6.14.1",
188188
"file-type": "16.5.4",
189189
"postcss": "8.5.24",
190-
"brace-expansion": "5.0.8",
190+
"brace-expansion": "5.0.9",
191+
"js-yaml@^3.0.0": "3.15.1",
192+
"js-yaml@^4.0.0": "4.3.1",
193+
"nanoid@^3.0.0": "3.3.18",
191194
"tar": "^7.5.18",
192195
"tough-cookie": "4.1.3"
193196
},
194197
"patchedDependencies": {
195198
"@breeztech/breez-sdk-spark-react-native@0.15.1": "patches/@breeztech__breez-sdk-spark-react-native@0.15.1.patch",
196-
"brace-expansion@5.0.8": "patches/brace-expansion@5.0.8.patch"
199+
"brace-expansion@5.0.9": "patches/brace-expansion@5.0.9.patch"
200+
},
201+
"auditConfig": {
202+
"ignoreGhsas": [
203+
"GHSA-w3rx-r6r6-pgpr",
204+
"GHSA-5p2g-fcmc-qvqq"
205+
]
197206
}
198207
},
199208
"expo": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/dist/commonjs/index.js b/dist/commonjs/index.js
2-
index be9df86be09c7655787a65c55ae6da01858894c3..cdadba4d1946cbe3449f78abf4300af093a8a11d 100644
2+
index 869a6bee23807b9f01c18c99ab8e952b4b242f97..684259e2b562d343315dc280bbed1120533213b9 100644
33
--- a/dist/commonjs/index.js
44
+++ b/dist/commonjs/index.js
5-
@@ -260,4 +260,9 @@ function expand_(str, max, maxLength, isTop) {
5+
@@ -286,4 +286,9 @@ function expand_(str, max, maxLength, isTop) {
66
}
77
return acc;
88
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)