diff --git a/package-lock.json b/package-lock.json index c4af3532d6efb..50b453a158c79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "@cypress/webpack-preprocessor": "^6.0.4", "@jest/globals": "^29.7.0", "@nextcloud/babel-config": "^1.2.0", - "@nextcloud/cypress": "^1.0.0-beta.14", + "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.0", "@nextcloud/typings": "^1.9.1", @@ -4630,14 +4630,14 @@ } }, "node_modules/@nextcloud/cypress": { - "version": "1.0.0-beta.14", - "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.14.tgz", - "integrity": "sha512-qXs+VtdhgK5Mdahyp95FTBmxJfj49IiRkD1YqsyHo4PvexDO3qzbR+aIMESRjfcdz7iMyDkPRzRtsqGI4cQUmA==", + "version": "1.0.0-beta.15", + "resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.15.tgz", + "integrity": "sha512-0pTweoFmw9x0J2R1Ou+ycIw8aGuJGTrbudaorl4vFXUEDEIo4GAx136RzH1TzYkRn1zPxDloFi2qmHh54NMdng==", "dev": true, "license": "AGPL-3.0-or-later", "dependencies": { "dockerode": "^4.0.2", - "fast-xml-parser": "^4.3.6", + "fast-xml-parser": "^5.2.2", "wait-on": "^8.0.0" }, "engines": { @@ -4648,6 +4648,38 @@ "cypress": "^13.9.0" } }, + "node_modules/@nextcloud/cypress/node_modules/fast-xml-parser": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.2.tgz", + "integrity": "sha512-ZaCmslH75Jkfowo/x44Uq8KT5SutC5BFxHmY61nmTXPccw11PVuIXKUqC2hembMkJ3nPwTkQESXiUlsKutCbMg==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT", + "dependencies": { + "strnum": "^2.1.0" + }, + "bin": { + "fxparser": "src/cli/cli.js" + } + }, + "node_modules/@nextcloud/cypress/node_modules/strnum": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.0.tgz", + "integrity": "sha512-w0S//9BqZZGw0L0Y8uLSelFGnDJgTyyNQLmSlPnVz43zPAiqu3w4t8J8sDqqANOGeZIZ/9jWuPguYcEnsoHv4A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], + "license": "MIT" + }, "node_modules/@nextcloud/cypress/node_modules/wait-on": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.1.tgz", diff --git a/package.json b/package.json index 5082c29589e17..685dda47da866 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "@cypress/webpack-preprocessor": "^6.0.4", "@jest/globals": "^29.7.0", "@nextcloud/babel-config": "^1.2.0", - "@nextcloud/cypress": "^1.0.0-beta.14", + "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.0", "@nextcloud/typings": "^1.9.1",