fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
parent
6adb578402
commit
132f052f1f
File diff suppressed because it is too large
Load Diff
|
@ -136,8 +136,8 @@
|
|||
"typedoc": "^0.18.0",
|
||||
"typedoc-clarity-theme": "~1.1.0",
|
||||
"typescript": "^3.8.3",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
"webpack": "^5.1.1",
|
||||
"webpack-cli": "^4.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
|
Loading…
Reference in New Issue