File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8787 "ajv" : " ^8.12.0" ,
8888 "ajv-formats" : " ^3.0.1" ,
8989 "ajv-formats-draft2019" : " ^1.6.1" ,
90- "libxmljs2" : " ^0.31 || ^0.32 || ^0.33 || ^0. 35" ,
90+ "libxmljs2" : " ^0.35" ,
9191 "xmlbuilder2" : " ^3.0.2"
9292 },
9393 "devDependencies" : {
9494 "@types/mocha" : " ^10" ,
9595 "@types/node" : " ts5.6" ,
9696 "@types/spdx-expression-parse" : " ^3" ,
97- "c8" : " ^8||^9||^ 10" ,
97+ "c8" : " ^10" ,
9898 "deepmerge" : " ^4.2.2" ,
9999 "fast-glob" : " ^3.3.1" ,
100- "mocha" : " 10.8.2|| 11.1.0" ,
101- "npm-run-all2" : " ^5||^6 " ,
102- "rimraf" : " ^4||^5 " ,
100+ "mocha" : " 11.1.0" ,
101+ "npm-run-all2" : " ^7 " ,
102+ "rimraf" : " ^6 " ,
103103 "ts-loader" : " 9.5.1" ,
104104 "typescript" : " 5.7.3" ,
105105 "webpack" : " 5.97.1" ,
106- "webpack-cli" : " 5.1.4|| 6.0.1" ,
106+ "webpack-cli" : " 6.0.1" ,
107107 "webpack-node-externals" : " 3.0.0"
108108 },
109109 "browser" : " ./dist.web/lib.js" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
1818*/
1919
2020export class OptPlugError extends Error {
21- readonly cause : any | undefined
21+ override readonly cause : any | undefined
2222
2323 constructor ( message : string , cause ?: any ) {
2424 super ( message )
You can’t perform that action at this time.
0 commit comments