|
|
|
@ -12,8 +12,8 @@
|
|
|
|
|
"@astrojs/check": "^0.2.1",
|
|
|
|
|
"@astrojs/mdx": "^1.1.3",
|
|
|
|
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
|
|
|
|
"@typescript-eslint/parser": "^6.9.0",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
|
|
|
"@typescript-eslint/parser": "^6.9.1",
|
|
|
|
|
"astro": "^3.2.0",
|
|
|
|
|
"autoprefixer": "^10.4.16",
|
|
|
|
|
"bootstrap": "^5.3.2",
|
|
|
|
@ -21,7 +21,7 @@
|
|
|
|
|
"clean-css-cli": "^5.6.2",
|
|
|
|
|
"concurrently": "^8.2.2",
|
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
|
"eslint": "^8.52.0",
|
|
|
|
|
"eslint": "^8.53.0",
|
|
|
|
|
"eslint-config-xo": "^0.43.1",
|
|
|
|
|
"eslint-config-xo-typescript": "^1.0.1",
|
|
|
|
|
"eslint-plugin-astro": "^0.29.1",
|
|
|
|
@ -1361,9 +1361,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint/eslintrc": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==",
|
|
|
|
|
"version": "2.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"ajv": "^6.12.4",
|
|
|
|
@ -1384,9 +1384,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint/js": {
|
|
|
|
|
"version": "8.52.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.52.0.tgz",
|
|
|
|
|
"integrity": "sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==",
|
|
|
|
|
"version": "8.53.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.53.0.tgz",
|
|
|
|
|
"integrity": "sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
|
@ -1961,16 +1961,16 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@eslint-community/regexpp": "^4.5.1",
|
|
|
|
|
"@typescript-eslint/scope-manager": "6.9.0",
|
|
|
|
|
"@typescript-eslint/type-utils": "6.9.0",
|
|
|
|
|
"@typescript-eslint/utils": "6.9.0",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.0",
|
|
|
|
|
"@typescript-eslint/scope-manager": "6.9.1",
|
|
|
|
|
"@typescript-eslint/type-utils": "6.9.1",
|
|
|
|
|
"@typescript-eslint/utils": "6.9.1",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.1",
|
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
|
"graphemer": "^1.4.0",
|
|
|
|
|
"ignore": "^5.2.4",
|
|
|
|
@ -1996,13 +1996,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.0"
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
|
|
@ -2013,9 +2013,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
|
|
@ -2026,12 +2026,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -2043,15 +2043,15 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/parser": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-GZmjMh4AJ/5gaH4XF2eXA8tMnHWP+Pm1mjQR2QN4Iz+j/zO04b9TOvJYOX2sCNIQHtRStKTxRY1FX7LhpJT4Gw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/scope-manager": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "6.9.0",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.0",
|
|
|
|
|
"@typescript-eslint/scope-manager": "6.9.1",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "6.9.1",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.1",
|
|
|
|
|
"debug": "^4.3.4"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -2071,13 +2071,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.0"
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
|
|
@ -2088,9 +2088,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
|
|
@ -2101,12 +2101,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -2135,13 +2135,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/type-utils": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/typescript-estree": "6.9.0",
|
|
|
|
|
"@typescript-eslint/utils": "6.9.0",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "6.9.1",
|
|
|
|
|
"@typescript-eslint/utils": "6.9.1",
|
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
|
"ts-api-utils": "^1.0.1"
|
|
|
|
|
},
|
|
|
|
@ -2175,13 +2175,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.1",
|
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
|
"globby": "^11.1.0",
|
|
|
|
|
"is-glob": "^4.0.3",
|
|
|
|
@ -2202,9 +2202,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
|
|
@ -2215,12 +2215,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -2232,17 +2232,17 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/utils": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
|
|
|
"@types/json-schema": "^7.0.12",
|
|
|
|
|
"@types/semver": "^7.5.0",
|
|
|
|
|
"@typescript-eslint/scope-manager": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "6.9.0",
|
|
|
|
|
"@typescript-eslint/scope-manager": "6.9.1",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "6.9.1",
|
|
|
|
|
"semver": "^7.5.4"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -2257,13 +2257,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.0"
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
|
|
@ -2274,9 +2274,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
|
|
@ -2287,12 +2287,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -4538,15 +4538,15 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/eslint": {
|
|
|
|
|
"version": "8.52.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.52.0.tgz",
|
|
|
|
|
"integrity": "sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==",
|
|
|
|
|
"version": "8.53.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.53.0.tgz",
|
|
|
|
|
"integrity": "sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
|
|
|
"@eslint-community/regexpp": "^4.6.1",
|
|
|
|
|
"@eslint/eslintrc": "^2.1.2",
|
|
|
|
|
"@eslint/js": "8.52.0",
|
|
|
|
|
"@eslint/eslintrc": "^2.1.3",
|
|
|
|
|
"@eslint/js": "8.53.0",
|
|
|
|
|
"@humanwhocodes/config-array": "^0.11.13",
|
|
|
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
|
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
|
|
@ -5395,9 +5395,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/globals": {
|
|
|
|
|
"version": "13.21.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz",
|
|
|
|
|
"integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==",
|
|
|
|
|
"version": "13.23.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
|
|
|
|
|
"integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"type-fest": "^0.20.2"
|
|
|
|
@ -14456,9 +14456,9 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@eslint/eslintrc": {
|
|
|
|
|
"version": "2.1.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz",
|
|
|
|
|
"integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==",
|
|
|
|
|
"version": "2.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"ajv": "^6.12.4",
|
|
|
|
@ -14473,9 +14473,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@eslint/js": {
|
|
|
|
|
"version": "8.52.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.52.0.tgz",
|
|
|
|
|
"integrity": "sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==",
|
|
|
|
|
"version": "8.53.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.53.0.tgz",
|
|
|
|
|
"integrity": "sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@humanwhocodes/config-array": {
|
|
|
|
@ -14908,16 +14908,16 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/eslint-plugin": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@eslint-community/regexpp": "^4.5.1",
|
|
|
|
|
"@typescript-eslint/scope-manager": "6.9.0",
|
|
|
|
|
"@typescript-eslint/type-utils": "6.9.0",
|
|
|
|
|
"@typescript-eslint/utils": "6.9.0",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.0",
|
|
|
|
|
"@typescript-eslint/scope-manager": "6.9.1",
|
|
|
|
|
"@typescript-eslint/type-utils": "6.9.1",
|
|
|
|
|
"@typescript-eslint/utils": "6.9.1",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.1",
|
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
|
"graphemer": "^1.4.0",
|
|
|
|
|
"ignore": "^5.2.4",
|
|
|
|
@ -14927,69 +14927,69 @@
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/scope-manager": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.0"
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/types": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/visitor-keys": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/parser": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-GZmjMh4AJ/5gaH4XF2eXA8tMnHWP+Pm1mjQR2QN4Iz+j/zO04b9TOvJYOX2sCNIQHtRStKTxRY1FX7LhpJT4Gw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@typescript-eslint/scope-manager": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "6.9.0",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.0",
|
|
|
|
|
"@typescript-eslint/scope-manager": "6.9.1",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "6.9.1",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.1",
|
|
|
|
|
"debug": "^4.3.4"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/scope-manager": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.0"
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/types": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/visitor-keys": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -15006,13 +15006,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/type-utils": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@typescript-eslint/typescript-estree": "6.9.0",
|
|
|
|
|
"@typescript-eslint/utils": "6.9.0",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "6.9.1",
|
|
|
|
|
"@typescript-eslint/utils": "6.9.1",
|
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
|
"ts-api-utils": "^1.0.1"
|
|
|
|
|
}
|
|
|
|
@ -15024,13 +15024,13 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/typescript-estree": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.1",
|
|
|
|
|
"debug": "^4.3.4",
|
|
|
|
|
"globby": "^11.1.0",
|
|
|
|
|
"is-glob": "^4.0.3",
|
|
|
|
@ -15039,61 +15039,61 @@
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/types": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/visitor-keys": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/utils": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
|
|
|
"@types/json-schema": "^7.0.12",
|
|
|
|
|
"@types/semver": "^7.5.0",
|
|
|
|
|
"@typescript-eslint/scope-manager": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "6.9.0",
|
|
|
|
|
"@typescript-eslint/scope-manager": "6.9.1",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"@typescript-eslint/typescript-estree": "6.9.1",
|
|
|
|
|
"semver": "^7.5.4"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@typescript-eslint/scope-manager": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.0"
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"@typescript-eslint/visitor-keys": "6.9.1"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/types": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@typescript-eslint/visitor-keys": {
|
|
|
|
|
"version": "6.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==",
|
|
|
|
|
"version": "6.9.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz",
|
|
|
|
|
"integrity": "sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@typescript-eslint/types": "6.9.0",
|
|
|
|
|
"@typescript-eslint/types": "6.9.1",
|
|
|
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -16687,15 +16687,15 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"eslint": {
|
|
|
|
|
"version": "8.52.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.52.0.tgz",
|
|
|
|
|
"integrity": "sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==",
|
|
|
|
|
"version": "8.53.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.53.0.tgz",
|
|
|
|
|
"integrity": "sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
|
|
|
"@eslint-community/regexpp": "^4.6.1",
|
|
|
|
|
"@eslint/eslintrc": "^2.1.2",
|
|
|
|
|
"@eslint/js": "8.52.0",
|
|
|
|
|
"@eslint/eslintrc": "^2.1.3",
|
|
|
|
|
"@eslint/js": "8.53.0",
|
|
|
|
|
"@humanwhocodes/config-array": "^0.11.13",
|
|
|
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
|
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
|
|
@ -17318,9 +17318,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"globals": {
|
|
|
|
|
"version": "13.21.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz",
|
|
|
|
|
"integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==",
|
|
|
|
|
"version": "13.23.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz",
|
|
|
|
|
"integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"type-fest": "^0.20.2"
|
|
|
|
|