Skip to content

Commit d05783c

Browse files
committed
deps: bump deps
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 55b516c commit d05783c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,23 +87,23 @@
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",

src/_optPlug.node/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
1818
*/
1919

2020
export 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)

0 commit comments

Comments
 (0)