|
|
|
|
@ -91,7 +91,7 @@ |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@babel/node": "^7.25.7", |
|
|
|
|
"@babel/plugin-transform-private-methods": "^7.25.9", |
|
|
|
|
"@babel/preset-typescript": "^7.24.7", |
|
|
|
|
"@babel/preset-typescript": "^7.26.0", |
|
|
|
|
"@cypress/vue2": "^2.1.1", |
|
|
|
|
"@cypress/webpack-preprocessor": "^6.0.2", |
|
|
|
|
"@nextcloud/babel-config": "^1.2.0", |
|
|
|
|
@ -426,30 +426,27 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/helper-module-imports": { |
|
|
|
|
"version": "7.24.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", |
|
|
|
|
"integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", |
|
|
|
|
"version": "7.25.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", |
|
|
|
|
"integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/traverse": "^7.24.7", |
|
|
|
|
"@babel/types": "^7.24.7" |
|
|
|
|
"@babel/traverse": "^7.25.9", |
|
|
|
|
"@babel/types": "^7.25.9" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/helper-module-transforms": { |
|
|
|
|
"version": "7.25.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz", |
|
|
|
|
"integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==", |
|
|
|
|
"version": "7.26.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", |
|
|
|
|
"integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/helper-module-imports": "^7.24.7", |
|
|
|
|
"@babel/helper-simple-access": "^7.24.7", |
|
|
|
|
"@babel/helper-validator-identifier": "^7.24.7", |
|
|
|
|
"@babel/traverse": "^7.25.2" |
|
|
|
|
"@babel/helper-module-imports": "^7.25.9", |
|
|
|
|
"@babel/helper-validator-identifier": "^7.25.9", |
|
|
|
|
"@babel/traverse": "^7.25.9" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
@ -514,20 +511,6 @@ |
|
|
|
|
"@babel/core": "^7.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/helper-simple-access": { |
|
|
|
|
"version": "7.24.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", |
|
|
|
|
"integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/traverse": "^7.24.7", |
|
|
|
|
"@babel/types": "^7.24.7" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": { |
|
|
|
|
"version": "7.25.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", |
|
|
|
|
@ -558,11 +541,10 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/helper-validator-option": { |
|
|
|
|
"version": "7.24.8", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", |
|
|
|
|
"integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", |
|
|
|
|
"version": "7.25.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", |
|
|
|
|
"integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
} |
|
|
|
|
@ -857,13 +839,12 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/plugin-syntax-jsx": { |
|
|
|
|
"version": "7.24.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz", |
|
|
|
|
"integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==", |
|
|
|
|
"version": "7.25.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz", |
|
|
|
|
"integrity": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/helper-plugin-utils": "^7.24.7" |
|
|
|
|
"@babel/helper-plugin-utils": "^7.25.9" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
@ -983,13 +964,12 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/plugin-syntax-typescript": { |
|
|
|
|
"version": "7.24.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz", |
|
|
|
|
"integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==", |
|
|
|
|
"version": "7.25.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz", |
|
|
|
|
"integrity": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/helper-plugin-utils": "^7.24.7" |
|
|
|
|
"@babel/helper-plugin-utils": "^7.25.9" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
@ -1409,15 +1389,13 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/plugin-transform-modules-commonjs": { |
|
|
|
|
"version": "7.24.8", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", |
|
|
|
|
"integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", |
|
|
|
|
"version": "7.26.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz", |
|
|
|
|
"integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/helper-module-transforms": "^7.24.8", |
|
|
|
|
"@babel/helper-plugin-utils": "^7.24.8", |
|
|
|
|
"@babel/helper-simple-access": "^7.24.7" |
|
|
|
|
"@babel/helper-module-transforms": "^7.26.0", |
|
|
|
|
"@babel/helper-plugin-utils": "^7.25.9" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
@ -1782,17 +1760,16 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/plugin-transform-typescript": { |
|
|
|
|
"version": "7.25.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.2.tgz", |
|
|
|
|
"integrity": "sha512-lBwRvjSmqiMYe/pS0+1gggjJleUJi7NzjvQ1Fkqtt69hBa/0t1YuW/MLQMAPixfwaQOHUXsd6jeU3Z+vdGv3+A==", |
|
|
|
|
"version": "7.26.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.3.tgz", |
|
|
|
|
"integrity": "sha512-6+5hpdr6mETwSKjmJUdYw0EIkATiQhnELWlE3kJFBwSg/BGIVwVaVbX+gOXBCdc7Ln1RXZxyWGecIXhUfnl7oA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/helper-annotate-as-pure": "^7.24.7", |
|
|
|
|
"@babel/helper-create-class-features-plugin": "^7.25.0", |
|
|
|
|
"@babel/helper-plugin-utils": "^7.24.8", |
|
|
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", |
|
|
|
|
"@babel/plugin-syntax-typescript": "^7.24.7" |
|
|
|
|
"@babel/helper-annotate-as-pure": "^7.25.9", |
|
|
|
|
"@babel/helper-create-class-features-plugin": "^7.25.9", |
|
|
|
|
"@babel/helper-plugin-utils": "^7.25.9", |
|
|
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", |
|
|
|
|
"@babel/plugin-syntax-typescript": "^7.25.9" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
@ -1982,17 +1959,16 @@ |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@babel/preset-typescript": { |
|
|
|
|
"version": "7.24.7", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.24.7.tgz", |
|
|
|
|
"integrity": "sha512-SyXRe3OdWwIwalxDg5UtJnJQO+YPcTfwiIY2B0Xlddh9o7jpWLvv8X1RthIeDOxQ+O1ML5BLPCONToObyVQVuQ==", |
|
|
|
|
"version": "7.26.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz", |
|
|
|
|
"integrity": "sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/helper-plugin-utils": "^7.24.7", |
|
|
|
|
"@babel/helper-validator-option": "^7.24.7", |
|
|
|
|
"@babel/plugin-syntax-jsx": "^7.24.7", |
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.24.7", |
|
|
|
|
"@babel/plugin-transform-typescript": "^7.24.7" |
|
|
|
|
"@babel/helper-plugin-utils": "^7.25.9", |
|
|
|
|
"@babel/helper-validator-option": "^7.25.9", |
|
|
|
|
"@babel/plugin-syntax-jsx": "^7.25.9", |
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.25.9", |
|
|
|
|
"@babel/plugin-transform-typescript": "^7.25.9" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=6.9.0" |
|
|
|
|
|