|
|
|
|
@ -92,6 +92,7 @@ |
|
|
|
|
"@babel/node": "^7.26.0", |
|
|
|
|
"@babel/plugin-transform-private-methods": "^7.25.9", |
|
|
|
|
"@babel/preset-typescript": "^7.27.0", |
|
|
|
|
"@codecov/webpack-plugin": "^1.9.0", |
|
|
|
|
"@cypress/vue2": "^2.1.1", |
|
|
|
|
"@cypress/webpack-preprocessor": "^6.0.4", |
|
|
|
|
"@nextcloud/babel-config": "^1.2.0", |
|
|
|
|
@ -184,6 +185,19 @@ |
|
|
|
|
"@actions/io": "^1.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@actions/github": { |
|
|
|
|
"version": "6.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz", |
|
|
|
|
"integrity": "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@actions/http-client": "^2.2.0", |
|
|
|
|
"@octokit/core": "^5.0.1", |
|
|
|
|
"@octokit/plugin-paginate-rest": "^9.0.0", |
|
|
|
|
"@octokit/plugin-rest-endpoint-methods": "^10.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@actions/http-client": { |
|
|
|
|
"version": "2.2.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.2.3.tgz", |
|
|
|
|
@ -2161,6 +2175,54 @@ |
|
|
|
|
"vue": "^2.6.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@codecov/bundler-plugin-core": { |
|
|
|
|
"version": "1.9.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@codecov/bundler-plugin-core/-/bundler-plugin-core-1.9.0.tgz", |
|
|
|
|
"integrity": "sha512-UB0I5haL0gnF4ei46wxNo7ptCHqFAh3PnmcLLeXRb2zV7HeobOF8WRjOW/PwrXAphPS/6bL7PDUmh3ruVObGtg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@actions/core": "^1.10.1", |
|
|
|
|
"@actions/github": "^6.0.0", |
|
|
|
|
"chalk": "4.1.2", |
|
|
|
|
"semver": "^7.5.4", |
|
|
|
|
"unplugin": "^1.10.1", |
|
|
|
|
"zod": "^3.22.4" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=18.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@codecov/bundler-plugin-core/node_modules/semver": { |
|
|
|
|
"version": "7.7.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", |
|
|
|
|
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "ISC", |
|
|
|
|
"bin": { |
|
|
|
|
"semver": "bin/semver.js" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@codecov/webpack-plugin": { |
|
|
|
|
"version": "1.9.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@codecov/webpack-plugin/-/webpack-plugin-1.9.0.tgz", |
|
|
|
|
"integrity": "sha512-A8KcQ8gs/Xge3DFyD95iEh6DVJqjHwR6pwz2q38xvXYwh63d2hv8Wnlyfg9vhvNdbTfCsQlGH22yx1jMgd6syA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@codecov/bundler-plugin-core": "^1.9.0", |
|
|
|
|
"unplugin": "^1.10.1" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=18.0.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"webpack": "5.x" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@colors/colors": { |
|
|
|
|
"version": "1.5.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", |
|
|
|
|
@ -4296,6 +4358,178 @@ |
|
|
|
|
"node": ">=12.4.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/auth-token": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">= 18" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/core": { |
|
|
|
|
"version": "5.2.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.1.tgz", |
|
|
|
|
"integrity": "sha512-dKYCMuPO1bmrpuogcjQ8z7ICCH3FP6WmxpwC03yjzGfZhj9fTJg6+bS1+UAplekbN2C+M61UNllGOOoAfGCrdQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@octokit/auth-token": "^4.0.0", |
|
|
|
|
"@octokit/graphql": "^7.1.0", |
|
|
|
|
"@octokit/request": "^8.4.1", |
|
|
|
|
"@octokit/request-error": "^5.1.1", |
|
|
|
|
"@octokit/types": "^13.0.0", |
|
|
|
|
"before-after-hook": "^2.2.0", |
|
|
|
|
"universal-user-agent": "^6.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">= 18" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/endpoint": { |
|
|
|
|
"version": "9.0.6", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-9.0.6.tgz", |
|
|
|
|
"integrity": "sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@octokit/types": "^13.1.0", |
|
|
|
|
"universal-user-agent": "^6.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">= 18" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/graphql": { |
|
|
|
|
"version": "7.1.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-7.1.1.tgz", |
|
|
|
|
"integrity": "sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@octokit/request": "^8.4.1", |
|
|
|
|
"@octokit/types": "^13.0.0", |
|
|
|
|
"universal-user-agent": "^6.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">= 18" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/openapi-types": { |
|
|
|
|
"version": "24.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-24.2.0.tgz", |
|
|
|
|
"integrity": "sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/plugin-paginate-rest": { |
|
|
|
|
"version": "9.2.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz", |
|
|
|
|
"integrity": "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@octokit/types": "^12.6.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">= 18" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"@octokit/core": "5" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": { |
|
|
|
|
"version": "20.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", |
|
|
|
|
"integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": { |
|
|
|
|
"version": "12.6.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", |
|
|
|
|
"integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@octokit/openapi-types": "^20.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/plugin-rest-endpoint-methods": { |
|
|
|
|
"version": "10.4.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-10.4.1.tgz", |
|
|
|
|
"integrity": "sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@octokit/types": "^12.6.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">= 18" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"@octokit/core": "5" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": { |
|
|
|
|
"version": "20.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", |
|
|
|
|
"integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": { |
|
|
|
|
"version": "12.6.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", |
|
|
|
|
"integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@octokit/openapi-types": "^20.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/request": { |
|
|
|
|
"version": "8.4.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-8.4.1.tgz", |
|
|
|
|
"integrity": "sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@octokit/endpoint": "^9.0.6", |
|
|
|
|
"@octokit/request-error": "^5.1.1", |
|
|
|
|
"@octokit/types": "^13.1.0", |
|
|
|
|
"universal-user-agent": "^6.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">= 18" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/request-error": { |
|
|
|
|
"version": "5.1.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.1.1.tgz", |
|
|
|
|
"integrity": "sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@octokit/types": "^13.1.0", |
|
|
|
|
"deprecation": "^2.0.0", |
|
|
|
|
"once": "^1.4.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">= 18" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@octokit/types": { |
|
|
|
|
"version": "13.10.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.10.0.tgz", |
|
|
|
|
"integrity": "sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@octokit/openapi-types": "^24.2.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@one-ini/wasm": { |
|
|
|
|
"version": "0.1.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz", |
|
|
|
|
@ -5382,46 +5616,6 @@ |
|
|
|
|
"node": ">=18" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@testing-library/dom/node_modules/chalk": { |
|
|
|
|
"version": "4.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@testing-library/dom/node_modules/has-flag": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@testing-library/dom/node_modules/supports-color": { |
|
|
|
|
"version": "7.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"has-flag": "^4.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@testing-library/jest-dom": { |
|
|
|
|
"version": "6.6.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz", |
|
|
|
|
@ -5550,46 +5744,6 @@ |
|
|
|
|
"deep-equal": "^2.0.5" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@testing-library/vue/node_modules/chalk": { |
|
|
|
|
"version": "4.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@testing-library/vue/node_modules/has-flag": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@testing-library/vue/node_modules/supports-color": { |
|
|
|
|
"version": "7.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"has-flag": "^4.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/@tootallnate/quickjs-emscripten": { |
|
|
|
|
"version": "0.23.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz", |
|
|
|
|
@ -8506,6 +8660,13 @@ |
|
|
|
|
"tweetnacl": "^0.14.3" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/before-after-hook": { |
|
|
|
|
"version": "2.2.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz", |
|
|
|
|
"integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "Apache-2.0" |
|
|
|
|
}, |
|
|
|
|
"node_modules/big.js": { |
|
|
|
|
"version": "5.2.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", |
|
|
|
|
@ -9084,6 +9245,46 @@ |
|
|
|
|
"node": ">=12" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/chalk": { |
|
|
|
|
"version": "4.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/chalk/node_modules/has-flag": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/chalk/node_modules/supports-color": { |
|
|
|
|
"version": "7.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"has-flag": "^4.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/char-regex": { |
|
|
|
|
"version": "2.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", |
|
|
|
|
@ -10315,36 +10516,6 @@ |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/cypress/node_modules/chalk": { |
|
|
|
|
"version": "4.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/cypress/node_modules/chalk/node_modules/supports-color": { |
|
|
|
|
"version": "7.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"has-flag": "^4.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/cypress/node_modules/has-flag": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
|
|
|
@ -10828,6 +10999,13 @@ |
|
|
|
|
"node": ">=18" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/deprecation": { |
|
|
|
|
"version": "2.3.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", |
|
|
|
|
"integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "ISC" |
|
|
|
|
}, |
|
|
|
|
"node_modules/dequal": { |
|
|
|
|
"version": "2.0.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", |
|
|
|
|
@ -12753,24 +12931,6 @@ |
|
|
|
|
"concat-map": "0.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/chalk": { |
|
|
|
|
"version": "4.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"peer": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/escape-string-regexp": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
|
@ -12863,17 +13023,6 @@ |
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/has-flag": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"peer": true, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/js-yaml": { |
|
|
|
|
"version": "4.1.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", |
|
|
|
|
@ -12953,20 +13102,6 @@ |
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/supports-color": { |
|
|
|
|
"version": "7.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"peer": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"has-flag": "^4.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/eslint/node_modules/type-fest": { |
|
|
|
|
"version": "0.20.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", |
|
|
|
|
@ -16327,31 +16462,6 @@ |
|
|
|
|
"concat-map": "0.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/jake/node_modules/chalk": { |
|
|
|
|
"version": "4.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/jake/node_modules/has-flag": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/jake/node_modules/minimatch": { |
|
|
|
|
"version": "3.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", |
|
|
|
|
@ -16364,18 +16474,6 @@ |
|
|
|
|
"node": "*" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/jake/node_modules/supports-color": { |
|
|
|
|
"version": "7.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"has-flag": "^4.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/jasmine-core": { |
|
|
|
|
"version": "2.5.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.5.2.tgz", |
|
|
|
|
@ -17284,46 +17382,6 @@ |
|
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/log-symbols/node_modules/chalk": { |
|
|
|
|
"version": "4.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/log-symbols/node_modules/has-flag": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/log-symbols/node_modules/supports-color": { |
|
|
|
|
"version": "7.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"has-flag": "^4.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/log-update": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz", |
|
|
|
|
@ -24316,35 +24374,6 @@ |
|
|
|
|
"webpack": "^5.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/ts-loader/node_modules/chalk": { |
|
|
|
|
"version": "4.1.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", |
|
|
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"peer": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"ansi-styles": "^4.1.0", |
|
|
|
|
"supports-color": "^7.1.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=10" |
|
|
|
|
}, |
|
|
|
|
"funding": { |
|
|
|
|
"url": "https://github.com/chalk/chalk?sponsor=1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/ts-loader/node_modules/has-flag": { |
|
|
|
|
"version": "4.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", |
|
|
|
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"peer": true, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/ts-loader/node_modules/semver": { |
|
|
|
|
"version": "7.6.3", |
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", |
|
|
|
|
@ -24370,20 +24399,6 @@ |
|
|
|
|
"node": ">= 8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/ts-loader/node_modules/supports-color": { |
|
|
|
|
"version": "7.2.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", |
|
|
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"peer": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"has-flag": "^4.0.0" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/ts-node": { |
|
|
|
|
"version": "10.9.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", |
|
|
|
|
@ -24952,6 +24967,13 @@ |
|
|
|
|
"url": "https://opencollective.com/unified" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/universal-user-agent": { |
|
|
|
|
"version": "6.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz", |
|
|
|
|
"integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "ISC" |
|
|
|
|
}, |
|
|
|
|
"node_modules/universalify": { |
|
|
|
|
"version": "2.0.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", |
|
|
|
|
@ -24972,6 +24994,20 @@ |
|
|
|
|
"node": ">= 0.8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/unplugin": { |
|
|
|
|
"version": "1.16.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.16.1.tgz", |
|
|
|
|
"integrity": "sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT", |
|
|
|
|
"dependencies": { |
|
|
|
|
"acorn": "^8.14.0", |
|
|
|
|
"webpack-virtual-modules": "^0.6.2" |
|
|
|
|
}, |
|
|
|
|
"engines": { |
|
|
|
|
"node": ">=14.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/unrs-resolver": { |
|
|
|
|
"version": "1.5.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.5.0.tgz", |
|
|
|
|
@ -26292,6 +26328,13 @@ |
|
|
|
|
"node": ">=10.13.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/webpack-virtual-modules": { |
|
|
|
|
"version": "0.6.2", |
|
|
|
|
"resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz", |
|
|
|
|
"integrity": "sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"license": "MIT" |
|
|
|
|
}, |
|
|
|
|
"node_modules/websocket-driver": { |
|
|
|
|
"version": "0.7.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", |
|
|
|
|
|