Merge pull request #45071 from nextcloud/dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.8

This commit is contained in:
dependabot[bot] 2024-07-06 19:34:29 +00:00 committed by GitHub
commit ca50c3167d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 28 additions and 28 deletions

View file

@ -172,7 +172,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- floating-vue
- version: 1.0.0-beta.19

View file

@ -172,7 +172,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- floating-vue
- version: 1.0.0-beta.19

View file

@ -172,7 +172,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- floating-vue
- version: 1.0.0-beta.19

View file

@ -172,7 +172,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- floating-vue
- version: 1.0.0-beta.19

View file

@ -132,7 +132,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- for-each
- version: 0.3.3

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

View file

@ -301,7 +301,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- floating-vue
- version: 1.0.0-beta.19

File diff suppressed because one or more lines are too long

View file

@ -198,7 +198,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- floating-vue
- version: 1.0.0-beta.19

View file

@ -218,7 +218,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- floating-vue
- version: 1.0.0-beta.19

View file

@ -189,7 +189,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- floating-vue
- version: 1.0.0-beta.19

View file

@ -200,7 +200,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- floating-vue
- version: 1.0.0-beta.19

View file

@ -185,7 +185,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.3
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- floating-vue
- version: 1.0.0-beta.19

View file

@ -186,7 +186,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- floating-vue
- version: 1.0.0-beta.19

View file

@ -155,7 +155,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.3.4
- version: 4.4.0
- license: MIT
- for-each
- version: 0.3.3

22
package-lock.json generated
View file

@ -94,7 +94,7 @@
"@cypress/webpack-preprocessor": "^6.0.1",
"@jest/globals": "^29.7.0",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/cypress": "^1.0.0-beta.7",
"@nextcloud/cypress": "^1.0.0-beta.8",
"@nextcloud/eslint-config": "^v8.4.1",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/typings": "^1.8.0",
@ -4306,18 +4306,18 @@
}
},
"node_modules/@nextcloud/cypress": {
"version": "1.0.0-beta.7",
"resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.7.tgz",
"integrity": "sha512-TDweITt1aUj6GPM1JmtNNKMgWwSj6sn98iwIP0rUZbsc8eTMgNQtBL92eoj/FIo3i80Xh11wKc6rTGruvor8Yw==",
"version": "1.0.0-beta.8",
"resolved": "https://registry.npmjs.org/@nextcloud/cypress/-/cypress-1.0.0-beta.8.tgz",
"integrity": "sha512-VK3RyXj2HJISx0wUEs1yBBJ3fkDX5C1CAM92Px4Brf9IPz5YfCZAICvxjM8HIXPACR0yb5MUCtGz7E9hv1H/wA==",
"dev": true,
"dependencies": {
"dockerode": "^4.0.0",
"fast-xml-parser": "^4.2.5",
"wait-on": "^7.0.1"
"dockerode": "^4.0.2",
"fast-xml-parser": "^4.3.6",
"wait-on": "^7.2.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
"npm": "^10.0.0"
},
"peerDependencies": {
"cypress": "^13.2.0"
@ -13033,9 +13033,9 @@
}
},
"node_modules/fast-xml-parser": {
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.3.4.tgz",
"integrity": "sha512-utnwm92SyozgA3hhH2I8qldf2lBqm6qHOICawRNRFu1qMe3+oqr+GcXjGqTmXTMGE5T4eC03kr/rlh5C1IRdZA==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz",
"integrity": "sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==",
"funding": [
{
"type": "github",

View file

@ -122,7 +122,7 @@
"@cypress/webpack-preprocessor": "^6.0.1",
"@jest/globals": "^29.7.0",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/cypress": "^1.0.0-beta.7",
"@nextcloud/cypress": "^1.0.0-beta.8",
"@nextcloud/eslint-config": "^v8.4.1",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/typings": "^1.8.0",