|
|
@ -66,7 +66,7 @@ |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@nextcloud/browserslist-config": "^3.0.1", |
|
|
|
"@nextcloud/eslint-config": "^9.0.0-rc.4", |
|
|
|
"@nextcloud/eslint-config": "^9.0.0-rc.5", |
|
|
|
"@nextcloud/stylelint-config": "^3.1.0", |
|
|
|
"@nextcloud/webpack-vue-config": "^6.3.0", |
|
|
|
"@total-typescript/ts-reset": "^0.6.1", |
|
|
@ -1693,24 +1693,24 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@nextcloud/eslint-config": { |
|
|
|
"version": "9.0.0-rc.4", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.0-rc.4.tgz", |
|
|
|
"integrity": "sha512-obBx2ImoBMZkPVyVltorznjDaU86xrHOba0JqBjtkiWjOVbk1TUnmKE47h7PJ2/lQ7FldoRDL/VaiAyLUOztTg==", |
|
|
|
"version": "9.0.0-rc.5", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.0-rc.5.tgz", |
|
|
|
"integrity": "sha512-bv99XCScuBhtZXmzJUVvoRm/cpL4YxqO9XWRWDscrkKehMA/Saz0bozCMTzG+xiZeylSTse94KMddsF4md8HFg==", |
|
|
|
"dev": true, |
|
|
|
"license": "AGPL-3.0-or-later", |
|
|
|
"dependencies": { |
|
|
|
"@eslint/json": "^0.13.1", |
|
|
|
"@stylistic/eslint-plugin": "^5.2.2", |
|
|
|
"@stylistic/eslint-plugin": "^5.2.3", |
|
|
|
"eslint-config-flat-gitignore": "^2.1.0", |
|
|
|
"eslint-plugin-antfu": "^3.1.1", |
|
|
|
"eslint-plugin-jsdoc": "^51.2.3", |
|
|
|
"eslint-plugin-jsdoc": "^53.0.1", |
|
|
|
"eslint-plugin-perfectionist": "^4.15.0", |
|
|
|
"eslint-plugin-vue": "^10.3.0", |
|
|
|
"eslint-plugin-vue": "^10.4.0", |
|
|
|
"fast-xml-parser": "^5.2.5", |
|
|
|
"globals": "^16.3.0", |
|
|
|
"semver": "^7.7.2", |
|
|
|
"sort-package-json": "^3.4.0", |
|
|
|
"typescript-eslint": "^8.38.0" |
|
|
|
"typescript-eslint": "^8.39.0" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": "^20.19 || ^22 || ^24" |
|
|
@ -6452,6 +6452,19 @@ |
|
|
|
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", |
|
|
|
"integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" |
|
|
|
}, |
|
|
|
"node_modules/escape-string-regexp": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": ">=10" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/eslint": { |
|
|
|
"version": "9.27.0", |
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.27.0.tgz", |
|
|
@ -6544,9 +6557,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/eslint-plugin-jsdoc": { |
|
|
|
"version": "51.4.1", |
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.4.1.tgz", |
|
|
|
"integrity": "sha512-y4CA9OkachG8v5nAtrwvcvjIbdcKgSyS6U//IfQr4FZFFyeBFwZFf/tfSsMr46mWDJgidZjBTqoCRlXywfFBMg==", |
|
|
|
"version": "53.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-53.0.1.tgz", |
|
|
|
"integrity": "sha512-9gYQy6pXAHnJXPFMATQS56O3js39okRrve61VlaXhKyaa9dZuuvTlReStF3eQ+ygG5vybFl7YTw6MkYkrf2GUQ==", |
|
|
|
"dev": true, |
|
|
|
"license": "BSD-3-Clause", |
|
|
|
"dependencies": { |
|
|
@ -6568,19 +6581,6 @@ |
|
|
|
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/eslint-plugin-jsdoc/node_modules/escape-string-regexp": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": ">=10" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/eslint-plugin-perfectionist": { |
|
|
|
"version": "4.15.0", |
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.15.0.tgz", |
|
|
@ -6686,20 +6686,6 @@ |
|
|
|
"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", |
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
"dev": true, |
|
|
|
"license": "MIT", |
|
|
|
"peer": true, |
|
|
|
"engines": { |
|
|
|
"node": ">=10" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/eslint/node_modules/eslint-scope": { |
|
|
|
"version": "8.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz", |
|
|
@ -15164,18 +15150,6 @@ |
|
|
|
"integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"node_modules/webpack-bundle-analyzer/node_modules/escape-string-regexp": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
"dev": true, |
|
|
|
"engines": { |
|
|
|
"node": ">=10" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/webpack-bundle-analyzer/node_modules/ws": { |
|
|
|
"version": "7.5.10", |
|
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", |
|
|
@ -16769,23 +16743,23 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"@nextcloud/eslint-config": { |
|
|
|
"version": "9.0.0-rc.4", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.0-rc.4.tgz", |
|
|
|
"integrity": "sha512-obBx2ImoBMZkPVyVltorznjDaU86xrHOba0JqBjtkiWjOVbk1TUnmKE47h7PJ2/lQ7FldoRDL/VaiAyLUOztTg==", |
|
|
|
"version": "9.0.0-rc.5", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-9.0.0-rc.5.tgz", |
|
|
|
"integrity": "sha512-bv99XCScuBhtZXmzJUVvoRm/cpL4YxqO9XWRWDscrkKehMA/Saz0bozCMTzG+xiZeylSTse94KMddsF4md8HFg==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@eslint/json": "^0.13.1", |
|
|
|
"@stylistic/eslint-plugin": "^5.2.2", |
|
|
|
"@stylistic/eslint-plugin": "^5.2.3", |
|
|
|
"eslint-config-flat-gitignore": "^2.1.0", |
|
|
|
"eslint-plugin-antfu": "^3.1.1", |
|
|
|
"eslint-plugin-jsdoc": "^51.2.3", |
|
|
|
"eslint-plugin-jsdoc": "^53.0.1", |
|
|
|
"eslint-plugin-perfectionist": "^4.15.0", |
|
|
|
"eslint-plugin-vue": "^10.3.0", |
|
|
|
"eslint-plugin-vue": "^10.4.0", |
|
|
|
"fast-xml-parser": "^5.2.5", |
|
|
|
"globals": "^16.3.0", |
|
|
|
"semver": "^7.7.2", |
|
|
|
"sort-package-json": "^3.4.0", |
|
|
|
"typescript-eslint": "^8.38.0" |
|
|
|
"typescript-eslint": "^8.39.0" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"fast-xml-parser": { |
|
|
@ -20195,6 +20169,12 @@ |
|
|
|
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", |
|
|
|
"integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" |
|
|
|
}, |
|
|
|
"escape-string-regexp": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"eslint": { |
|
|
|
"version": "9.27.0", |
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.27.0.tgz", |
|
|
@ -20260,13 +20240,6 @@ |
|
|
|
"supports-color": "^7.1.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"escape-string-regexp": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
"dev": true, |
|
|
|
"peer": true |
|
|
|
}, |
|
|
|
"eslint-scope": { |
|
|
|
"version": "8.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz", |
|
|
@ -20398,9 +20371,9 @@ |
|
|
|
"requires": {} |
|
|
|
}, |
|
|
|
"eslint-plugin-jsdoc": { |
|
|
|
"version": "51.4.1", |
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-51.4.1.tgz", |
|
|
|
"integrity": "sha512-y4CA9OkachG8v5nAtrwvcvjIbdcKgSyS6U//IfQr4FZFFyeBFwZFf/tfSsMr46mWDJgidZjBTqoCRlXywfFBMg==", |
|
|
|
"version": "53.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-53.0.1.tgz", |
|
|
|
"integrity": "sha512-9gYQy6pXAHnJXPFMATQS56O3js39okRrve61VlaXhKyaa9dZuuvTlReStF3eQ+ygG5vybFl7YTw6MkYkrf2GUQ==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"@es-joy/jsdoccomment": "~0.52.0", |
|
|
@ -20413,14 +20386,6 @@ |
|
|
|
"parse-imports-exports": "^0.2.4", |
|
|
|
"semver": "^7.7.2", |
|
|
|
"spdx-expression-parse": "^4.0.0" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"escape-string-regexp": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
"dev": true |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"eslint-plugin-perfectionist": { |
|
|
@ -26198,12 +26163,6 @@ |
|
|
|
"integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"escape-string-regexp": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", |
|
|
|
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"ws": { |
|
|
|
"version": "7.5.10", |
|
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz", |
|
|
|