Skip to content

Commit

Permalink
Merge pull request #1221 from nextcloud/dependabot/npm_and_yarn/webda…
Browse files Browse the repository at this point in the history
…v-4.9.0
  • Loading branch information
skjnldsv authored Apr 27, 2022
2 parents e2cfbff + 88975a4 commit 3516dcc
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 26 deletions.
2 changes: 1 addition & 1 deletion cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Cypress.Commands.add('login', (user, password, route = '/apps/files') => {
cy.visit(route)
cy.get('input[name=user]').type(user)
cy.get('input[name=password]').type(password)
cy.get('#submit-wrapper input[type=submit]').click()
cy.get('form[name=login] input[type=submit]').click()
cy.url().should('include', route)
})

Expand Down
4 changes: 2 additions & 2 deletions js/viewer-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/viewer-main.js.map

Large diffs are not rendered by default.

77 changes: 56 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"path-parse": "^1.0.7",
"vue": "^2.6.14",
"vue-async-computed": "^3.9.0",
"webdav": "^4.8.0"
"webdav": "^4.9.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
Expand Down

0 comments on commit 3516dcc

Please sign in to comment.