Skip to content

Commit 4ffb949

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793
1 parent 669e4e7 commit 4ffb949

File tree

2 files changed

+103
-78
lines changed

2 files changed

+103
-78
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@nextcloud/paths": "^2.1.0",
5858
"@nextcloud/router": "^3.0.0",
5959
"@nextcloud/sharing": "^0.2.3",
60-
"@nextcloud/upload": "^1.4.2",
60+
"@nextcloud/upload": "^1.5.0",
6161
"@nextcloud/vue": "^8.15.1",
6262
"@simplewebauthn/browser": "^10.0.0",
6363
"@skjnldsv/sanitize-svg": "^1.0.2",
@@ -187,7 +187,7 @@
187187
"typescript": "^5.5.3",
188188
"vue-loader": "^15.9.8",
189189
"vue-template-compiler": "^2.7.16",
190-
"wait-on": "^7.2.0",
190+
"wait-on": "^8.0.0",
191191
"webpack": "^5.93.0",
192192
"webpack-cli": "^5.0.2",
193193
"webpack-merge": "^5.8.0",

0 commit comments

Comments
 (0)