Skip to content

Commit 92eb872

Browse files
committed
chore(security): tighten lodash override lower bound to 4.17
1 parent fb4e16b commit 92eb872

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
"jws@<3.2.3": "3.2.3",
100100
"qs@>=6.0.0 <6.14.1": "6.14.1",
101101
"systeminformation@>=5.0.0 <5.31.0": "^5.31.0",
102-
"lodash@>=4.0.0 <4.18.0": "^4.18.0",
103-
"lodash-es@>=4.0.0 <4.18.0": "^4.18.0",
102+
"lodash@>=4.17 <4.18.0": "^4.18.0",
103+
"lodash-es@>=4.17 <4.18.0": "^4.18.0",
104104
"dompurify@>=3 <3.4.0": "^3.4.1",
105105
"vite@>=5.0.0 <6.4.2": "^6.4.2",
106106
"rollup@>=4 <4.59.0": "^4.59.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)