Skip to content

Commit 1a2d7f9

Browse files
fix: audit fixes for undici and flatted (#817)
1 parent bf09e58 commit 1a2d7f9

File tree

2 files changed

+16
-25
lines changed

2 files changed

+16
-25
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@
152152
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
153153
"glob@>=10.2.0 <10.5.0": ">=13.0.5",
154154
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
155-
"undici@<6.23.0": ">=6.23.0",
156-
"undici@>=7.0.0 <7.18.2": ">=7.18.2",
157155
"diff@>=4.0.0 <4.0.4": ">=4.0.4",
158156
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
159157
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1",
@@ -164,7 +162,10 @@
164162
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
165163
"minimatch@<10.2.3": ">=10.2.3",
166164
"ajv@<6.14.0": "^6.14.0",
167-
"immutable@>=5.0.0 <5.1.5": ">=5.1.5"
165+
"immutable@>=5.0.0 <5.1.5": ">=5.1.5",
166+
"flatted@<=3.4.1": ">=3.4.2",
167+
"undici@<6.24.0": ">=6.24.0",
168+
"undici@>=7.0.0 <7.24.0": ">=7.24.0"
168169
}
169170
},
170171
"repository": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)