|
@@ -1171,10 +1171,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
|
- "version": "1.1.11",
|
|
|
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
|
+ "version": "1.1.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
|
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"balanced-match": "^1.0.0",
|
|
|
"concat-map": "0.0.1"
|
|
@@ -1274,10 +1275,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
|
|
|
- "version": "1.1.11",
|
|
|
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
|
+ "version": "1.1.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
|
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"balanced-match": "^1.0.0",
|
|
|
"concat-map": "0.0.1"
|
|
@@ -2506,6 +2508,15 @@
|
|
|
"svelte": "^3.55.0 || ^4.0.0 || ^5.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@sveltejs/acorn-typescript": {
|
|
|
+ "version": "1.0.5",
|
|
|
+ "resolved": "https://registry.npmjs.org/@sveltejs/acorn-typescript/-/acorn-typescript-1.0.5.tgz",
|
|
|
+ "integrity": "sha512-IwQk4yfwLdibDlrXVE04jTZYlLnwsTT2PIOQQGNLWfjavGifnk1JD1LcZjZaBTRcxZu2FfPfNLOE04DSu9lqtQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peerDependencies": {
|
|
|
+ "acorn": "^8.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@sveltejs/adapter-auto": {
|
|
|
"version": "3.2.2",
|
|
|
"resolved": "https://registry.npmjs.org/@sveltejs/adapter-auto/-/adapter-auto-3.2.2.tgz",
|
|
@@ -2543,16 +2554,17 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@sveltejs/kit": {
|
|
|
- "version": "2.20.2",
|
|
|
- "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.20.2.tgz",
|
|
|
- "integrity": "sha512-Dv8TOAZC9vyfcAB9TMsvUEJsRbklRTeNfcYBPaeH6KnABJ99i3CvCB2eNx8fiiliIqe+9GIchBg4RodRH5p1BQ==",
|
|
|
+ "version": "2.22.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/@sveltejs/kit/-/kit-2.22.4.tgz",
|
|
|
+ "integrity": "sha512-BXK9hTbP8AeQIfoz6+P3uoyVYStVHc5CIKqoTSF7hXm3Q5P9BwFMdEus4jsQuhaYmXGHzukcGlxe2QrsE8BJfQ==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
+ "@sveltejs/acorn-typescript": "^1.0.5",
|
|
|
"@types/cookie": "^0.6.0",
|
|
|
+ "acorn": "^8.14.1",
|
|
|
"cookie": "^0.6.0",
|
|
|
"devalue": "^5.1.0",
|
|
|
"esm-env": "^1.2.2",
|
|
|
- "import-meta-resolve": "^4.1.0",
|
|
|
"kleur": "^4.1.5",
|
|
|
"magic-string": "^0.30.5",
|
|
|
"mrmime": "^2.0.0",
|
|
@@ -2567,9 +2579,9 @@
|
|
|
"node": ">=18.13"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
- "@sveltejs/vite-plugin-svelte": "^3.0.0 || ^4.0.0-next.1 || ^5.0.0",
|
|
|
+ "@sveltejs/vite-plugin-svelte": "^3.0.0 || ^4.0.0-next.1 || ^5.0.0 || ^6.0.0-next.0",
|
|
|
"svelte": "^4.0.0 || ^5.0.0-next.0",
|
|
|
- "vite": "^5.0.3 || ^6.0.0"
|
|
|
+ "vite": "^5.0.3 || ^6.0.0 || ^7.0.0-beta.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@sveltejs/svelte-virtual-list": {
|
|
@@ -4447,9 +4459,10 @@
|
|
|
"license": "ISC"
|
|
|
},
|
|
|
"node_modules/brace-expansion": {
|
|
|
- "version": "2.0.1",
|
|
|
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
|
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
|
+ "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"balanced-match": "^1.0.0"
|
|
|
}
|
|
@@ -6514,10 +6527,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/eslint/node_modules/brace-expansion": {
|
|
|
- "version": "1.1.11",
|
|
|
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
|
+ "version": "1.1.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
|
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"balanced-match": "^1.0.0",
|
|
|
"concat-map": "0.0.1"
|
|
@@ -7577,6 +7591,7 @@
|
|
|
"version": "4.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz",
|
|
|
"integrity": "sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==",
|
|
|
+ "dev": true,
|
|
|
"funding": {
|
|
|
"type": "github",
|
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
@@ -8631,10 +8646,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/matcher-collection/node_modules/brace-expansion": {
|
|
|
- "version": "1.1.11",
|
|
|
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
|
+ "version": "1.1.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
|
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"balanced-match": "^1.0.0",
|
|
|
"concat-map": "0.0.1"
|
|
@@ -10077,10 +10093,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/quick-temp/node_modules/brace-expansion": {
|
|
|
- "version": "1.1.11",
|
|
|
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
|
+ "version": "1.1.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
|
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"balanced-match": "^1.0.0",
|
|
|
"concat-map": "0.0.1"
|
|
@@ -10305,10 +10322,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
|
- "version": "1.1.11",
|
|
|
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
|
+ "version": "1.1.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
|
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"balanced-match": "^1.0.0",
|
|
|
"concat-map": "0.0.1"
|
|
@@ -10484,10 +10502,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/sander/node_modules/brace-expansion": {
|
|
|
- "version": "1.1.11",
|
|
|
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
|
+ "version": "1.1.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
|
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"balanced-match": "^1.0.0",
|
|
|
"concat-map": "0.0.1"
|
|
@@ -11965,9 +11984,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/undici": {
|
|
|
- "version": "7.3.0",
|
|
|
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.3.0.tgz",
|
|
|
- "integrity": "sha512-Qy96NND4Dou5jKoSJ2gm8ax8AJM/Ey9o9mz7KN1bb9GP+G0l20Zw8afxTnY2f4b7hmhn/z8aC2kfArVQlAhFBw==",
|
|
|
+ "version": "7.11.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.11.0.tgz",
|
|
|
+ "integrity": "sha512-heTSIac3iLhsmZhUCjyS3JQEkZELateufzZuBaVM5RHXdSBMb1LPMQf5x+FH7qjsZYDP0ttAc3nnVpUB+wYbOg==",
|
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">=20.18.1"
|
|
@@ -12149,9 +12168,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/vite": {
|
|
|
- "version": "5.4.15",
|
|
|
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.15.tgz",
|
|
|
- "integrity": "sha512-6ANcZRivqL/4WtwPGTKNaosuNJr5tWiftOC7liM7G9+rMb8+oeJeyzymDu4rTN93seySBmbjSfsS3Vzr19KNtA==",
|
|
|
+ "version": "5.4.19",
|
|
|
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.19.tgz",
|
|
|
+ "integrity": "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"esbuild": "^0.21.3",
|
|
@@ -12901,10 +12920,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/walk-sync/node_modules/brace-expansion": {
|
|
|
- "version": "1.1.11",
|
|
|
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
|
+ "version": "1.1.12",
|
|
|
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
|
+ "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
|
"dev": true,
|
|
|
+ "license": "MIT",
|
|
|
"dependencies": {
|
|
|
"balanced-match": "^1.0.0",
|
|
|
"concat-map": "0.0.1"
|