Skip to content

Commit 0b44d8b

Browse files
authored
fix(audit): upgrade rollup, ajv (#1631)
to address: - GHSA-mw96-cpmx-2vgc - GHSA-2g4f-4pwh-qvx6
1 parent 1d54174 commit 0b44d8b

File tree

2 files changed

+250
-219
lines changed

2 files changed

+250
-219
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,16 @@
113113
"lodash-es@>=4.0.0 <=4.17.22": ">=4.17.23",
114114
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
115115
"ajv@^8 <8.18.0": ">=8.18.0",
116-
"minimatch@<10.2.1": ">=10.2.1"
116+
"ajv@^6": "^6.14.0",
117+
"minimatch@<10.2.1": ">=10.2.1",
118+
"rollup@>=4.0.0 <4.59.0": ">=4.59.0"
117119
},
118120
"onlyBuiltDependencies": [
119121
"esbuild",
120122
"oxc-resolver"
121123
],
122124
"auditConfig": {
123-
"ignoreGhsas": ["GHSA-2g4f-4pwh-qvx6"]
125+
"ignoreGhsas": []
124126
}
125127
},
126128
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"

0 commit comments

Comments
 (0)