From 96ab34149f08f198b31f38632af9a7ebb286738f Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Mon, 13 May 2024 00:56:47 -0400 Subject: [PATCH] Update dependencies --- .github/workflows/npm-publish.yml | 2 +- .github/workflows/tests.yml | 4 +- package.json | 16 +- pnpm-lock.yaml | 478 ++++++++++++++---------------- 4 files changed, 233 insertions(+), 267 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 461d6d74..ea5ef331 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout the branch uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: latest - name: Setup Node.js environment diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 245c2255..fa0d7423 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout the branch uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: latest - name: Setup Node.js environment @@ -29,7 +29,7 @@ jobs: - name: Checkout the branch uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: latest - name: Setup Node.js environment diff --git a/package.json b/package.json index 2e367df5..462395d7 100644 --- a/package.json +++ b/package.json @@ -23,25 +23,25 @@ }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^3.1.0", - "@types/node": "^20.12.8", - "cspell": "^8.8.0", + "@types/node": "^20.12.11", + "cspell": "^8.8.1", "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^48.2.3", - "eslint-plugin-svelte": "^2.38.0", + "eslint-plugin-jsdoc": "^48.2.4", + "eslint-plugin-svelte": "^2.39.0", "npm-run-all": "^4.1.5", "postcss": "^8.4.38", - "postcss-html": "^1.6.0", + "postcss-html": "^1.7.0", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.3", "rollup-plugin-visualizer": "^5.12.0", - "sass": "^1.76.0", + "sass": "^1.77.1", "stylelint": "^16.5.0", "stylelint-config-recommended-scss": "^14.0.0", "stylelint-scss": "^6.3.0", - "svelte": "^4.2.15", + "svelte": "^4.2.16", "svelte-check": "^3.7.1", "svelte-i18n": "^4.0.0", "svelte-preprocess": "^5.1.4", @@ -50,7 +50,7 @@ }, "dependencies": { "@sveltia/ui": "^0.13.2", - "@sveltia/utils": "^0.1.2", + "@sveltia/utils": "^0.1.4", "deepmerge": "^4.3.1", "fast-deep-equal": "^3.1.3", "flat": "^6.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b430b652..7b05fa56 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^0.13.2 version: 0.13.2 '@sveltia/utils': - specifier: ^0.1.2 - version: 0.1.2 + specifier: ^0.1.4 + version: 0.1.4 deepmerge: specifier: ^4.3.1 version: 4.3.1 @@ -44,13 +44,13 @@ importers: devDependencies: '@sveltejs/vite-plugin-svelte': specifier: ^3.1.0 - version: 3.1.0(svelte@4.2.15)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)) + version: 3.1.0(svelte@4.2.16)(vite@5.2.11(@types/node@20.12.11)(sass@1.77.1)) '@types/node': - specifier: ^20.12.8 - version: 20.12.8 + specifier: ^20.12.11 + version: 20.12.11 cspell: - specifier: ^8.8.0 - version: 8.8.0 + specifier: ^8.8.1 + version: 8.8.1 eslint: specifier: ^8.57.0 version: 8.57.0 @@ -64,11 +64,11 @@ importers: specifier: ^2.29.1 version: 2.29.1(eslint@8.57.0) eslint-plugin-jsdoc: - specifier: ^48.2.3 - version: 48.2.3(eslint@8.57.0) + specifier: ^48.2.4 + version: 48.2.4(eslint@8.57.0) eslint-plugin-svelte: - specifier: ^2.38.0 - version: 2.38.0(eslint@8.57.0)(svelte@4.2.15) + specifier: ^2.39.0 + version: 2.39.0(eslint@8.57.0)(svelte@4.2.16) npm-run-all: specifier: ^4.1.5 version: 4.1.5 @@ -76,20 +76,20 @@ importers: specifier: ^8.4.38 version: 8.4.38 postcss-html: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.7.0 + version: 1.7.0 prettier: specifier: ^3.2.5 version: 3.2.5 prettier-plugin-svelte: specifier: ^3.2.3 - version: 3.2.3(prettier@3.2.5)(svelte@4.2.15) + version: 3.2.3(prettier@3.2.5)(svelte@4.2.16) rollup-plugin-visualizer: specifier: ^5.12.0 version: 5.12.0(rollup@4.13.0) sass: - specifier: ^1.76.0 - version: 1.76.0 + specifier: ^1.77.1 + version: 1.77.1 stylelint: specifier: ^16.5.0 version: 16.5.0(typescript@5.0.4) @@ -100,23 +100,23 @@ importers: specifier: ^6.3.0 version: 6.3.0(stylelint@16.5.0(typescript@5.0.4)) svelte: - specifier: ^4.2.15 - version: 4.2.15 + specifier: ^4.2.16 + version: 4.2.16 svelte-check: specifier: ^3.7.1 - version: 3.7.1(postcss-load-config@3.1.4(postcss@8.4.38))(postcss@8.4.38)(sass@1.76.0)(svelte@4.2.15) + version: 3.7.1(postcss-load-config@3.1.4(postcss@8.4.38))(postcss@8.4.38)(sass@1.77.1)(svelte@4.2.16) svelte-i18n: specifier: ^4.0.0 - version: 4.0.0(svelte@4.2.15) + version: 4.0.0(svelte@4.2.16) svelte-preprocess: specifier: ^5.1.4 - version: 5.1.4(postcss-load-config@3.1.4(postcss@8.4.38))(postcss@8.4.38)(sass@1.76.0)(svelte@4.2.15)(typescript@5.0.4) + version: 5.1.4(postcss-load-config@3.1.4(postcss@8.4.38))(postcss@8.4.38)(sass@1.77.1)(svelte@4.2.16)(typescript@5.0.4) vite: specifier: ^5.2.11 - version: 5.2.11(@types/node@20.12.8)(sass@1.76.0) + version: 5.2.11(@types/node@20.12.11)(sass@1.77.1) vitest: specifier: ^1.6.0 - version: 1.6.0(@types/node@20.12.8)(jsdom@24.0.0)(sass@1.76.0) + version: 1.6.0(@types/node@20.12.11)(jsdom@24.0.0)(sass@1.77.1) packages: @@ -140,28 +140,28 @@ packages: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} engines: {node: '>=6.9.0'} - '@cspell/cspell-bundled-dicts@8.8.0': - resolution: {integrity: sha512-wK1qGhy6DiCj9LqGnMKutIQcMPD8J9oczM1sr3J+zmh6WggP1xkuCHu8XSxxO4Q2AOLdtcVW/4SXJ7gzT7Azbg==} + '@cspell/cspell-bundled-dicts@8.8.1': + resolution: {integrity: sha512-zP/cC7ABk9PM6X1/itEOYa9raWrdUtUXCcUtHLnEr83HhPUHZ8vzaBgMJ176No/7EgZ4BHGXVvA0v079ukXVxw==} engines: {node: '>=18'} - '@cspell/cspell-json-reporter@8.8.0': - resolution: {integrity: sha512-MlyEMnTXkLJxNSXcS7j9xV/zFS4/38qOoaH0W5xWGAtDgiFSa9/NXVBnZTNWpdhjtm0UNCfIQenl/l7d3O9Luw==} + '@cspell/cspell-json-reporter@8.8.1': + resolution: {integrity: sha512-HtendGGO0w1gElhSYsD4D9iKT1nMBoUP31y0Ndw3AtQRzH6I31lx6DWnrXIef1bTL4wdq7ocxgG5HGQBQ8PWfA==} engines: {node: '>=18'} - '@cspell/cspell-pipe@8.8.0': - resolution: {integrity: sha512-R9YEI8+GVa98mEMCtCHJMqX4xHNwhdHo31lGhmyUpYiuLcD9HZ96n+ExCGbnFBUXyugSHCmTA/lubdfo7CPZrw==} + '@cspell/cspell-pipe@8.8.1': + resolution: {integrity: sha512-AMQ0s7qH71tNnrpX8ILl+OZceDHt//h/T3Yk//qvn69x1Dzfg4Saqv/qhfG1VClQVyV5F4y7tIa4UNd5X6mW4g==} engines: {node: '>=18'} - '@cspell/cspell-resolver@8.8.0': - resolution: {integrity: sha512-+o1fwkE36Wi8JTnjDHdLScB99U8YtLQ7XbnEe61Hj2ES1G5TsYCZ1r7RFCw2Kzn2qrkE2mnxknKwbf9h0Db4Ng==} + '@cspell/cspell-resolver@8.8.1': + resolution: {integrity: sha512-K5sPp05Pz3tYU9roFGILSB6OdSVYqyr4Y/NW1CxZsXgq+hmwxAJQag/RyhW6cUp/1Jhy5RKYGNy0H0u/jODx3A==} engines: {node: '>=18'} - '@cspell/cspell-service-bus@8.8.0': - resolution: {integrity: sha512-BvQgBbrsXmKmaEXhXSGQPzBTM37EMk696u6+ThuJuIikP54pKJpUc7rOV1NKretxC32Mj37mS750X1YR02Z80w==} + '@cspell/cspell-service-bus@8.8.1': + resolution: {integrity: sha512-dxZ/ymwP6XNMGkU5iIUVgFP2JEqEvpJZavpAerB/y5E560Agv1WuUpkZE/PMCmseoLjSiV5yQzcnLNoT5X/w7A==} engines: {node: '>=18'} - '@cspell/cspell-types@8.8.0': - resolution: {integrity: sha512-CGIYttfpp0M/y4a7vfVQljeJqBcIsGYIM4iwJU+F3MQUqFqvNFeU58S27GfK5VzkMAJumsOnmJqSgm+h/g7n0Q==} + '@cspell/cspell-types@8.8.1': + resolution: {integrity: sha512-JEbLN+b3XdHIpEaoZJnpPfL8iTKWraqE7x1VwG7FIQ9wjP6fCPwfNRVM0CUWEmT+85O/zvbYVOlTJn1uIOLnZw==} engines: {node: '>=18'} '@cspell/dict-ada@4.0.2': @@ -320,12 +320,12 @@ packages: '@cspell/dict-vue@3.0.0': resolution: {integrity: sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==} - '@cspell/dynamic-import@8.8.0': - resolution: {integrity: sha512-oNe8IPaTDsbfGbGCt7Ss+g8RRI7c9zpTnp/G/eG+PuWvH8Isps4+dWE/4qhxS7e3XTyQwfD89b3H3TAPAuwstQ==} + '@cspell/dynamic-import@8.8.1': + resolution: {integrity: sha512-IyKEbSaHkw9V4Oc4JDasF96+BHKV8motBrepjLIMUjdJ152fBg8zqbvF769POdCJg0QouZVUV+h9V7zC6v45/g==} engines: {node: '>=18.0'} - '@cspell/strong-weak-map@8.8.0': - resolution: {integrity: sha512-A0mkSdPiZkbF3e+OGM2eO1k0yrdgohvgO2p3fhb1bGylj8n6po+H6iNh2zpumTtfy1xVIrfpYPdOT7Z6TvvbIw==} + '@cspell/strong-weak-map@8.8.1': + resolution: {integrity: sha512-QNnMY5jKP/ItVYRGS4w3KF+1iXBUUjldZNVtEoQe2dFergxvbIYQ0S++TZb25G/o9nRF5GmOpecJaOvwUBZsiw==} engines: {node: '>=18'} '@csstools/css-parser-algorithms@2.6.1': @@ -354,8 +354,8 @@ packages: '@dual-bundle/import-meta-resolve@4.0.0': resolution: {integrity: sha512-ZKXyJeFAzcpKM2kk8ipoGIPUqx9BX52omTGnfwjJvxOCaZTM2wtDK7zN0aIgPRbT9XYAlha0HtmZ+XKteuh0Gw==} - '@es-joy/jsdoccomment@0.42.0': - resolution: {integrity: sha512-R1w57YlVA6+YE01wch3GPYn6bCsrOV3YW/5oGGE2tmX6JcL9Nr+b5IikrjMPF+v9CV3ay+obImEdsDhovhJrzw==} + '@es-joy/jsdoccomment@0.43.0': + resolution: {integrity: sha512-Q1CnsQrytI3TlCB1IVWXWeqUIPGVEKGaE7IbVdt13Nq/3i0JESAkQQERrfiQkmlpijl+++qyqPgaS31Bvc1jRQ==} engines: {node: '>=16'} '@esbuild/aix-ppc64@0.20.2': @@ -845,20 +845,26 @@ packages: '@sveltia/ui@0.13.2': resolution: {integrity: sha512-2KW24nRu7v5YIPicJdA1IhRoBfjYvayfbH9bz8YevagfZe8szpjPF1bN2vOPtppHaV2DWQiQb8KUsS4/RiJ5cg==} - '@sveltia/utils@0.1.2': - resolution: {integrity: sha512-WT4eTTGj7g2KIaYAROm3UjfIPCvCrj+Qla7Dya3VV6rjYvq1mJ0iJODBGUBXapfI2rnlg3QdkltDOmzjWIlcGw==} + '@sveltia/utils@0.1.4': + resolution: {integrity: sha512-2+565rIkVa1GzteZrfkX9I9Je+MBby6ndnhx3Rz47WE4TGOfNLHw6vobxN096vhzlj8sf2PNOuM0CF2IiXBxZw==} '@types/dompurify@3.0.5': resolution: {integrity: sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==} + '@types/eslint@8.56.10': + resolution: {integrity: sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==} + '@types/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} + '@types/json-schema@7.0.15': + resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} + '@types/json5@0.0.29': resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/node@20.12.8': - resolution: {integrity: sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==} + '@types/node@20.12.11': + resolution: {integrity: sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==} '@types/pug@2.0.6': resolution: {integrity: sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==} @@ -866,6 +872,10 @@ packages: '@types/trusted-types@2.0.2': resolution: {integrity: sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==} + '@typescript-eslint/types@7.8.0': + resolution: {integrity: sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==} + engines: {node: ^18.18.0 || >=20.0.0} + '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} @@ -1117,10 +1127,6 @@ packages: concat-map@0.0.1: resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} - configstore@6.0.0: - resolution: {integrity: sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==} - engines: {node: '>=12'} - confusing-browser-globals@1.0.11: resolution: {integrity: sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==} @@ -1144,46 +1150,42 @@ packages: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} - crypto-random-string@4.0.0: - resolution: {integrity: sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==} - engines: {node: '>=12'} - - cspell-config-lib@8.8.0: - resolution: {integrity: sha512-Sz+bKXV9qpEVdi0e+MSUVMwbJ5Kin3m+6tyJp/Rk2rXKjBIXVmFBmnixv964rhr6c5GzbblV7GuMn94B2p7B3Q==} + cspell-config-lib@8.8.1: + resolution: {integrity: sha512-NTFfwL7Si1jp+0TINS9miXGdtPtDq95PhSbZKF9jnuBwnsnAURHCGALryLHlkRvj5JZk6dpkDfw4WxqQXdULNw==} engines: {node: '>=18'} - cspell-dictionary@8.8.0: - resolution: {integrity: sha512-Iloe3GBJV3sVkZG0j0rmxwuNxIcuOHy+eLhFfSHKiLK62FyOBL3T2Rm50h2Q6fCiLONu/3CNp0Z3BKbQ8cZxZg==} + cspell-dictionary@8.8.1: + resolution: {integrity: sha512-WJqCLR/icyZc0rphEO6dZZDlSIaWIXd95QjZu3agL7a1LRLjorqhVJty6WZrV4zkOLT6PPB+qcjMxcCCxIlWiw==} engines: {node: '>=18'} - cspell-gitignore@8.8.0: - resolution: {integrity: sha512-djM1Z0SnA1MehJHLiSRnfhY9sMPvJgQ9Gbnuub/l4VZeC0YDKIf+nAu+GPMQPtsL4QBvqj/oSy0GmUNWiMhbew==} + cspell-gitignore@8.8.1: + resolution: {integrity: sha512-j7wbz/VT/uZ+7oL8xwtxfA05FCv41ZrEKh1aNuMa4BI1xv/VRBmv6thOTz7aq7UcDYPNr8K5VVfBlXT/SvkEvA==} engines: {node: '>=18'} hasBin: true - cspell-glob@8.8.0: - resolution: {integrity: sha512-LAq4PrE92vvuKoIbZN6B6HqmNlSEw9yds6pkmugYYpd6vLMBvzMbtTGjIEq0o+KhfoJPOnfOxRssPoiezwvIhA==} + cspell-glob@8.8.1: + resolution: {integrity: sha512-x2rS6gJzaF3KZB6FuNkuS3Kb3ynYns0zfC0uG/QJb9V/xc0DmAjQGQhiLIDx6XmvvDvowKmyQ/kBjY/K4VjCvQ==} engines: {node: '>=18'} - cspell-grammar@8.8.0: - resolution: {integrity: sha512-sB9IvSQ89Q5TgmAwXwXubs5U8dfZFvvaMT5LGKKW/XMGO4gVSBTAwRwGP2INZXdHHzFXUaVhEd+Tf4S3djoOdw==} + cspell-grammar@8.8.1: + resolution: {integrity: sha512-YTyrutwIkiPH9t255l+BQtneGAkgE3uZXmnRHeIi6X+qdmnf61i8XYaSaO66VKQJX6VPZG18hBVMSUPZmYtoSw==} engines: {node: '>=18'} hasBin: true - cspell-io@8.8.0: - resolution: {integrity: sha512-98sPDQiwLTI3eNqGe6ksJv6ue5BJCMjM6CDF686Sxx2GlYe50saJK1XizM1yuhBcaHPZysSYHzbsLTMb7aSzWQ==} + cspell-io@8.8.1: + resolution: {integrity: sha512-qwKEV2kfwT9gbq6EpYt6gcEs0oe0sDPG1YJunt8niuX4YoBe7/9ZHBfUyqNOEA+sBmvI/tjY/Wy6g9mmSRaOYA==} engines: {node: '>=18'} - cspell-lib@8.8.0: - resolution: {integrity: sha512-P6WBilxNOXFWBgAFtTJn8VIBgBwn39v/TuA7d9uUWiRI/bhcMddEMCwVyjSZ3YYW/OmDEyN/c+R/4HjOw1Ny8A==} + cspell-lib@8.8.1: + resolution: {integrity: sha512-xntkgDGwDtUehM+fZudp4GbB87a2tY29G6ZqDF7WBcQsg3eyDVK/nc9KzbIfCvdWUCrsB9p+SGBoOmjYTwcocg==} engines: {node: '>=18'} - cspell-trie-lib@8.8.0: - resolution: {integrity: sha512-0UJp2Y5QMaBdapyIWtZ5DTH9BlM0tMcAYxOeqwmbnsdyfe2Ix8w9Ur3ZSQAAVnHEFhPJA83D0D1rMsKdYdQ4zQ==} + cspell-trie-lib@8.8.1: + resolution: {integrity: sha512-S84XzQYGqKGApjVgamMp8tbHfKCeGZFxMwqedb4vxEJTYnUuCHaVPX2BK2SKaLSv/Vrd8mrJ/57sx5f8C44cFg==} engines: {node: '>=18'} - cspell@8.8.0: - resolution: {integrity: sha512-WDysxJ1IVbPSK+bO0coGDgaA2+on9ubS+Ya2sw7opKEVpp5a0T+Fd7rEkaAmvD0ipsn8hm/S60tVNz4+m2kRUg==} + cspell@8.8.1: + resolution: {integrity: sha512-YDJ62Q400LqxKTQV5Nk+Ub2IZGm5L0p832KbFUMy7FXDwkPLaxp3mfcLFV677FRiTcnGUtGYD+SnPkFJ2hiqsg==} engines: {node: '>=18'} hasBin: true @@ -1298,10 +1300,6 @@ packages: domutils@3.0.1: resolution: {integrity: sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==} - dot-prop@6.0.1: - resolution: {integrity: sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==} - engines: {node: '>=10'} - eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} @@ -1319,6 +1317,10 @@ packages: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} + env-paths@3.0.0: + resolution: {integrity: sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} @@ -1432,14 +1434,14 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-jsdoc@48.2.3: - resolution: {integrity: sha512-r9DMAmFs66VNvNqRLLjHejdnJtILrt3xGi+Qx0op0oRfFGVpOR1Hb3BC++MacseHx93d8SKYPhyrC9BS7Os2QA==} + eslint-plugin-jsdoc@48.2.4: + resolution: {integrity: sha512-3ebvVgCJFy06gpmuS2ynz13uh9iFSzZ1C1dDkgcSAqVVg82zlORKMk2fvjq708pAO6bwfs5YLttknFEbaoDiGw==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - eslint-plugin-svelte@2.38.0: - resolution: {integrity: sha512-IwwxhHzitx3dr0/xo0z4jjDlb2AAHBPKt+juMyKKGTLlKi1rZfA4qixMwnveU20/JTHyipM6keX4Vr7LZFYc9g==} + eslint-plugin-svelte@2.39.0: + resolution: {integrity: sha512-FXktBLXsrxbA+6ZvJK2z/sQOrUKyzSg3fNWK5h0reSCjr2fjAsc9ai/s/JvSl4Hgvz3nYVtTIMwarZH5RcB7BA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0-0 || ^9.0.0-0 @@ -1859,10 +1861,6 @@ packages: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} - is-obj@2.0.0: - resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} - engines: {node: '>=8'} - is-path-inside@3.0.3: resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} engines: {node: '>=8'} @@ -1903,9 +1901,6 @@ packages: resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} engines: {node: '>= 0.4'} - is-typedarray@1.0.0: - resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} - is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} @@ -1930,12 +1925,12 @@ packages: js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - js-tokens@8.0.0: - resolution: {integrity: sha512-PC7MzqInq9OqKyTXfIvQNcjMkODJYC8A17kAaQgeW79yfhqTWSOfjHYQ2mDDcwJ96Iibtwkfh0C7R/OvqPlgVA==} - js-tokens@8.0.3: resolution: {integrity: sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==} + js-tokens@9.0.0: + resolution: {integrity: sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==} + js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true @@ -1992,6 +1987,9 @@ packages: known-css-properties@0.30.0: resolution: {integrity: sha512-VSWXYUnsPu9+WYKkfmJyLKtIvaRJi1kXUqVmBACORXZQxT5oZDsoZ2vQP+bQFDnWtpI/4eq3MLoRMjI2fnLzTQ==} + known-css-properties@0.31.0: + resolution: {integrity: sha512-sBPIUGTNF0czz0mwGGUoKKJC8Q7On1GPbCSFPfyEsfHb2DyBG0Y4QtV+EVWpINSaiGKZblDNuF5AezxSgOhesQ==} + levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} @@ -2301,8 +2299,8 @@ packages: pkg-types@1.0.3: resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} - postcss-html@1.6.0: - resolution: {integrity: sha512-OWgQ9/Pe23MnNJC0PL4uZp8k0EDaUvqpJFSiwFxOLClAhmD7UEisyhO3x5hVsD4xFrjReVTXydlrMes45dJ71w==} + postcss-html@1.7.0: + resolution: {integrity: sha512-MfcMpSUIaR/nNgeVS8AyvyDugXlADjN9AcV7e5rDfrF1wduIAGSkL4q2+wgrZgA3sHVAHLDO9FuauHhZYW2nBw==} engines: {node: ^12 || >=14} postcss-load-config@3.1.4: @@ -2493,8 +2491,8 @@ packages: sander@0.5.1: resolution: {integrity: sha512-3lVqBir7WuKDHGrKRDn/1Ye3kwpXaDOMsiRP1wd6wpZW56gJhsbp5RqQpA6JG/P+pkXizygnr1dKR8vzWaVsfA==} - sass@1.76.0: - resolution: {integrity: sha512-nc3LeqvF2FNW5xGF1zxZifdW3ffIz5aBb7I7tSvOoNu7z1RQ6pFt9MBuiPtjgaI62YWrM/txjWlOCFiGtf2xpw==} + sass@1.77.1: + resolution: {integrity: sha512-OMEyfirt9XEfyvocduUIOlUSkWOXS/LAt6oblR/ISXCTukyavjex+zQNm51pPCOiFKY1QpWvEH1EeCkgyV3I6w==} engines: {node: '>=14.0.0'} hasBin: true @@ -2519,6 +2517,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.6.2: + resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} + engines: {node: '>=10'} + hasBin: true + shebang-command@1.2.0: resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} engines: {node: '>=0.10.0'} @@ -2544,9 +2547,6 @@ packages: siginfo@2.0.0: resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} - signal-exit@3.0.7: - resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} - signal-exit@4.1.0: resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} @@ -2698,11 +2698,11 @@ packages: peerDependencies: svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0 - svelte-eslint-parser@0.35.0: - resolution: {integrity: sha512-CtbPseajW0gjwEvHiuzYJkPDjAcHz2FaHt540j6RVYrZgnE6xWkzUBodQ4I3nV+G5AS0Svt8K6aIA/CIU9xT2Q==} + svelte-eslint-parser@0.36.0: + resolution: {integrity: sha512-/6YmUSr0FAVxW8dXNdIMydBnddPMHzaHirAZ7RrT21XYdgGGZMh0LQG6CZsvAFS4r2Y4ItUuCQc8TQ3urB30mQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - svelte: ^3.37.0 || ^4.0.0 || ^5.0.0-next.112 + svelte: ^3.37.0 || ^4.0.0 || ^5.0.0-next.115 peerDependenciesMeta: svelte: optional: true @@ -2757,8 +2757,8 @@ packages: typescript: optional: true - svelte@4.2.15: - resolution: {integrity: sha512-j9KJSccHgLeRERPlhMKrCXpk2TqL2m5Z+k+OBTQhZOhIdCCd3WfqV+ylPWeipEwq17P/ekiSFWwrVQv93i3bsg==} + svelte@4.2.16: + resolution: {integrity: sha512-mQwHpqHD2PmFcCyHaZ7XiTqposaLvJ75WpYcyY5/ce3qxbYtwQpZ+M7ZKP+2CG5U6kfnBZBpPLyofhlE6ROrnQ==} engines: {node: '>=16'} svg-tags@1.0.0: @@ -2825,10 +2825,6 @@ packages: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} - type-fest@1.4.0: - resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} - engines: {node: '>=10'} - type@1.2.0: resolution: {integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==} @@ -2850,9 +2846,6 @@ packages: typed-array-length@1.0.4: resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} - typedarray-to-buffer@3.1.5: - resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} - typescript@5.0.4: resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} engines: {node: '>=12.20'} @@ -2867,10 +2860,6 @@ packages: undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - unique-string@3.0.0: - resolution: {integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==} - engines: {node: '>=12'} - universalify@0.2.0: resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} engines: {node: '>= 4.0.0'} @@ -3011,9 +3000,6 @@ packages: wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - write-file-atomic@3.0.3: - resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} - write-file-atomic@5.0.1: resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -3094,7 +3080,7 @@ snapshots: chalk: 2.4.2 js-tokens: 4.0.0 - '@cspell/cspell-bundled-dicts@8.8.0': + '@cspell/cspell-bundled-dicts@8.8.1': dependencies: '@cspell/dict-ada': 4.0.2 '@cspell/dict-aws': 4.0.1 @@ -3148,19 +3134,19 @@ snapshots: '@cspell/dict-typescript': 3.1.4 '@cspell/dict-vue': 3.0.0 - '@cspell/cspell-json-reporter@8.8.0': + '@cspell/cspell-json-reporter@8.8.1': dependencies: - '@cspell/cspell-types': 8.8.0 + '@cspell/cspell-types': 8.8.1 - '@cspell/cspell-pipe@8.8.0': {} + '@cspell/cspell-pipe@8.8.1': {} - '@cspell/cspell-resolver@8.8.0': + '@cspell/cspell-resolver@8.8.1': dependencies: global-directory: 4.0.1 - '@cspell/cspell-service-bus@8.8.0': {} + '@cspell/cspell-service-bus@8.8.1': {} - '@cspell/cspell-types@8.8.0': {} + '@cspell/cspell-types@8.8.1': {} '@cspell/dict-ada@4.0.2': {} @@ -3268,11 +3254,11 @@ snapshots: '@cspell/dict-vue@3.0.0': {} - '@cspell/dynamic-import@8.8.0': + '@cspell/dynamic-import@8.8.1': dependencies: import-meta-resolve: 4.1.0 - '@cspell/strong-weak-map@8.8.0': {} + '@cspell/strong-weak-map@8.8.1': {} '@csstools/css-parser-algorithms@2.6.1(@csstools/css-tokenizer@2.2.4)': dependencies: @@ -3291,8 +3277,11 @@ snapshots: '@dual-bundle/import-meta-resolve@4.0.0': {} - '@es-joy/jsdoccomment@0.42.0': + '@es-joy/jsdoccomment@0.43.0': dependencies: + '@types/eslint': 8.56.10 + '@types/estree': 1.0.5 + '@typescript-eslint/types': 7.8.0 comment-parser: 1.4.1 esquery: 1.5.0 jsdoc-type-pratt-parser: 4.0.0 @@ -3656,26 +3645,26 @@ snapshots: '@sinclair/typebox@0.27.8': {} - '@sveltejs/vite-plugin-svelte-inspector@2.0.0(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.15)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)))(svelte@4.2.15)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0))': + '@sveltejs/vite-plugin-svelte-inspector@2.0.0(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.16)(vite@5.2.11(@types/node@20.12.11)(sass@1.77.1)))(svelte@4.2.16)(vite@5.2.11(@types/node@20.12.11)(sass@1.77.1))': dependencies: - '@sveltejs/vite-plugin-svelte': 3.1.0(svelte@4.2.15)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)) + '@sveltejs/vite-plugin-svelte': 3.1.0(svelte@4.2.16)(vite@5.2.11(@types/node@20.12.11)(sass@1.77.1)) debug: 4.3.4 - svelte: 4.2.15 - vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0) + svelte: 4.2.16 + vite: 5.2.11(@types/node@20.12.11)(sass@1.77.1) transitivePeerDependencies: - supports-color - '@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.15)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0))': + '@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.16)(vite@5.2.11(@types/node@20.12.11)(sass@1.77.1))': dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 2.0.0(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.15)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)))(svelte@4.2.15)(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)) + '@sveltejs/vite-plugin-svelte-inspector': 2.0.0(@sveltejs/vite-plugin-svelte@3.1.0(svelte@4.2.16)(vite@5.2.11(@types/node@20.12.11)(sass@1.77.1)))(svelte@4.2.16)(vite@5.2.11(@types/node@20.12.11)(sass@1.77.1)) debug: 4.3.4 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.9 - svelte: 4.2.15 - svelte-hmr: 0.16.0(svelte@4.2.15) - vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0) - vitefu: 0.2.5(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)) + svelte: 4.2.16 + svelte-hmr: 0.16.0(svelte@4.2.16) + vite: 5.2.11(@types/node@20.12.11)(sass@1.77.1) + vitefu: 0.2.5(vite@5.2.11(@types/node@20.12.11)(sass@1.77.1)) transitivePeerDependencies: - supports-color @@ -3690,11 +3679,11 @@ snapshots: '@lexical/selection': 0.14.5 '@lexical/table': 0.14.5 '@lexical/utils': 0.14.5 - '@sveltia/utils': 0.1.2 + '@sveltia/utils': 0.1.4 lexical: 0.14.5 - svelte: 4.2.15 + svelte: 4.2.16 - '@sveltia/utils@0.1.2': + '@sveltia/utils@0.1.4': dependencies: base32-encode: 2.0.0 @@ -3702,11 +3691,18 @@ snapshots: dependencies: '@types/trusted-types': 2.0.2 + '@types/eslint@8.56.10': + dependencies: + '@types/estree': 1.0.5 + '@types/json-schema': 7.0.15 + '@types/estree@1.0.5': {} + '@types/json-schema@7.0.15': {} + '@types/json5@0.0.29': {} - '@types/node@20.12.8': + '@types/node@20.12.11': dependencies: undici-types: 5.26.5 @@ -3714,6 +3710,8 @@ snapshots: '@types/trusted-types@2.0.2': {} + '@typescript-eslint/types@7.8.0': {} + '@ungap/structured-clone@1.2.0': {} '@vitest/expect@1.6.0': @@ -4002,14 +4000,6 @@ snapshots: concat-map@0.0.1: {} - configstore@6.0.0: - dependencies: - dot-prop: 6.0.1 - graceful-fs: 4.2.10 - unique-string: 3.0.0 - write-file-atomic: 3.0.3 - xdg-basedir: 5.1.0 - confusing-browser-globals@1.0.11: {} core-util-is@1.0.3: {} @@ -4037,90 +4027,87 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 - crypto-random-string@4.0.0: + cspell-config-lib@8.8.1: dependencies: - type-fest: 1.4.0 - - cspell-config-lib@8.8.0: - dependencies: - '@cspell/cspell-types': 8.8.0 + '@cspell/cspell-types': 8.8.1 comment-json: 4.2.3 yaml: 2.4.2 - cspell-dictionary@8.8.0: + cspell-dictionary@8.8.1: dependencies: - '@cspell/cspell-pipe': 8.8.0 - '@cspell/cspell-types': 8.8.0 - cspell-trie-lib: 8.8.0 + '@cspell/cspell-pipe': 8.8.1 + '@cspell/cspell-types': 8.8.1 + cspell-trie-lib: 8.8.1 fast-equals: 5.0.1 gensequence: 7.0.0 - cspell-gitignore@8.8.0: + cspell-gitignore@8.8.1: dependencies: - cspell-glob: 8.8.0 + cspell-glob: 8.8.1 find-up-simple: 1.0.0 - cspell-glob@8.8.0: + cspell-glob@8.8.1: dependencies: micromatch: 4.0.5 - cspell-grammar@8.8.0: + cspell-grammar@8.8.1: dependencies: - '@cspell/cspell-pipe': 8.8.0 - '@cspell/cspell-types': 8.8.0 + '@cspell/cspell-pipe': 8.8.1 + '@cspell/cspell-types': 8.8.1 - cspell-io@8.8.0: + cspell-io@8.8.1: dependencies: - '@cspell/cspell-service-bus': 8.8.0 + '@cspell/cspell-service-bus': 8.8.1 - cspell-lib@8.8.0: + cspell-lib@8.8.1: dependencies: - '@cspell/cspell-bundled-dicts': 8.8.0 - '@cspell/cspell-pipe': 8.8.0 - '@cspell/cspell-resolver': 8.8.0 - '@cspell/cspell-types': 8.8.0 - '@cspell/dynamic-import': 8.8.0 - '@cspell/strong-weak-map': 8.8.0 + '@cspell/cspell-bundled-dicts': 8.8.1 + '@cspell/cspell-pipe': 8.8.1 + '@cspell/cspell-resolver': 8.8.1 + '@cspell/cspell-types': 8.8.1 + '@cspell/dynamic-import': 8.8.1 + '@cspell/strong-weak-map': 8.8.1 clear-module: 4.1.2 comment-json: 4.2.3 - configstore: 6.0.0 - cspell-config-lib: 8.8.0 - cspell-dictionary: 8.8.0 - cspell-glob: 8.8.0 - cspell-grammar: 8.8.0 - cspell-io: 8.8.0 - cspell-trie-lib: 8.8.0 + cspell-config-lib: 8.8.1 + cspell-dictionary: 8.8.1 + cspell-glob: 8.8.1 + cspell-grammar: 8.8.1 + cspell-io: 8.8.1 + cspell-trie-lib: 8.8.1 + env-paths: 3.0.0 fast-equals: 5.0.1 gensequence: 7.0.0 import-fresh: 3.3.0 resolve-from: 5.0.0 vscode-languageserver-textdocument: 1.0.11 vscode-uri: 3.0.8 + xdg-basedir: 5.1.0 - cspell-trie-lib@8.8.0: + cspell-trie-lib@8.8.1: dependencies: - '@cspell/cspell-pipe': 8.8.0 - '@cspell/cspell-types': 8.8.0 + '@cspell/cspell-pipe': 8.8.1 + '@cspell/cspell-types': 8.8.1 gensequence: 7.0.0 - cspell@8.8.0: + cspell@8.8.1: dependencies: - '@cspell/cspell-json-reporter': 8.8.0 - '@cspell/cspell-pipe': 8.8.0 - '@cspell/cspell-types': 8.8.0 - '@cspell/dynamic-import': 8.8.0 + '@cspell/cspell-json-reporter': 8.8.1 + '@cspell/cspell-pipe': 8.8.1 + '@cspell/cspell-types': 8.8.1 + '@cspell/dynamic-import': 8.8.1 chalk: 5.3.0 chalk-template: 1.1.0 commander: 12.0.0 - cspell-gitignore: 8.8.0 - cspell-glob: 8.8.0 - cspell-io: 8.8.0 - cspell-lib: 8.8.0 + cspell-gitignore: 8.8.1 + cspell-glob: 8.8.1 + cspell-io: 8.8.1 + cspell-lib: 8.8.1 fast-glob: 3.3.2 fast-json-stable-stringify: 2.1.0 file-entry-cache: 8.0.0 get-stdin: 9.0.0 - semver: 7.6.0 + semver: 7.6.2 strip-ansi: 7.1.0 vscode-uri: 3.0.8 @@ -4217,10 +4204,6 @@ snapshots: domelementtype: 2.3.0 domhandler: 5.0.3 - dot-prop@6.0.1: - dependencies: - is-obj: 2.0.0 - eastasianwidth@0.2.0: {} emoji-regex@8.0.0: {} @@ -4231,6 +4214,8 @@ snapshots: env-paths@2.2.1: {} + env-paths@3.0.0: {} + error-ex@1.3.2: dependencies: is-arrayish: 0.2.1 @@ -4463,9 +4448,9 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-jsdoc@48.2.3(eslint@8.57.0): + eslint-plugin-jsdoc@48.2.4(eslint@8.57.0): dependencies: - '@es-joy/jsdoccomment': 0.42.0 + '@es-joy/jsdoccomment': 0.43.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 debug: 4.3.4 @@ -4478,7 +4463,7 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-plugin-svelte@2.38.0(eslint@8.57.0)(svelte@4.2.15): + eslint-plugin-svelte@2.39.0(eslint@8.57.0)(svelte@4.2.16): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@jridgewell/sourcemap-codec': 1.4.15 @@ -4486,15 +4471,15 @@ snapshots: eslint: 8.57.0 eslint-compat-utils: 0.5.0(eslint@8.57.0) esutils: 2.0.3 - known-css-properties: 0.30.0 + known-css-properties: 0.31.0 postcss: 8.4.38 postcss-load-config: 3.1.4(postcss@8.4.38) postcss-safe-parser: 6.0.0(postcss@8.4.38) postcss-selector-parser: 6.0.16 semver: 7.6.0 - svelte-eslint-parser: 0.35.0(svelte@4.2.15) + svelte-eslint-parser: 0.36.0(svelte@4.2.16) optionalDependencies: - svelte: 4.2.15 + svelte: 4.2.16 transitivePeerDependencies: - supports-color - ts-node @@ -4949,8 +4934,6 @@ snapshots: is-number@7.0.0: {} - is-obj@2.0.0: {} - is-path-inside@3.0.3: {} is-plain-object@5.0.0: {} @@ -4986,8 +4969,6 @@ snapshots: dependencies: which-typed-array: 1.1.11 - is-typedarray@1.0.0: {} - is-weakref@1.0.2: dependencies: call-bind: 1.0.2 @@ -5019,10 +5000,10 @@ snapshots: js-tokens@4.0.0: {} - js-tokens@8.0.0: {} - js-tokens@8.0.3: {} + js-tokens@9.0.0: {} + js-yaml@4.1.0: dependencies: argparse: 2.0.1 @@ -5085,6 +5066,8 @@ snapshots: known-css-properties@0.30.0: {} + known-css-properties@0.31.0: {} + levn@0.4.1: dependencies: prelude-ls: 1.2.1 @@ -5386,10 +5369,10 @@ snapshots: mlly: 1.4.2 pathe: 1.1.1 - postcss-html@1.6.0: + postcss-html@1.7.0: dependencies: htmlparser2: 8.0.1 - js-tokens: 8.0.0 + js-tokens: 9.0.0 postcss: 8.4.38 postcss-safe-parser: 6.0.0(postcss@8.4.38) @@ -5431,10 +5414,10 @@ snapshots: prelude-ls@1.2.1: {} - prettier-plugin-svelte@3.2.3(prettier@3.2.5)(svelte@4.2.15): + prettier-plugin-svelte@3.2.3(prettier@3.2.5)(svelte@4.2.16): dependencies: prettier: 3.2.5 - svelte: 4.2.15 + svelte: 4.2.16 prettier@3.2.5: {} @@ -5576,7 +5559,7 @@ snapshots: mkdirp: 0.5.6 rimraf: 2.7.1 - sass@1.76.0: + sass@1.77.1: dependencies: chokidar: 3.5.3 immutable: 4.1.0 @@ -5596,6 +5579,8 @@ snapshots: dependencies: lru-cache: 6.0.0 + semver@7.6.2: {} + shebang-command@1.2.0: dependencies: shebang-regex: 1.0.0 @@ -5618,8 +5603,6 @@ snapshots: siginfo@2.0.0: {} - signal-exit@3.0.7: {} - signal-exit@4.1.0: {} slash@3.0.0: {} @@ -5808,7 +5791,7 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} - svelte-check@3.7.1(postcss-load-config@3.1.4(postcss@8.4.38))(postcss@8.4.38)(sass@1.76.0)(svelte@4.2.15): + svelte-check@3.7.1(postcss-load-config@3.1.4(postcss@8.4.38))(postcss@8.4.38)(sass@1.77.1)(svelte@4.2.16): dependencies: '@jridgewell/trace-mapping': 0.3.18 chokidar: 3.5.3 @@ -5816,8 +5799,8 @@ snapshots: import-fresh: 3.3.0 picocolors: 1.0.0 sade: 1.8.1 - svelte: 4.2.15 - svelte-preprocess: 5.1.4(postcss-load-config@3.1.4(postcss@8.4.38))(postcss@8.4.38)(sass@1.76.0)(svelte@4.2.15)(typescript@5.0.4) + svelte: 4.2.16 + svelte-preprocess: 5.1.4(postcss-load-config@3.1.4(postcss@8.4.38))(postcss@8.4.38)(sass@1.77.1)(svelte@4.2.16)(typescript@5.0.4) typescript: 5.0.4 transitivePeerDependencies: - '@babel/core' @@ -5830,7 +5813,7 @@ snapshots: - stylus - sugarss - svelte-eslint-parser@0.35.0(svelte@4.2.15): + svelte-eslint-parser@0.36.0(svelte@4.2.16): dependencies: eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 @@ -5838,13 +5821,13 @@ snapshots: postcss: 8.4.38 postcss-scss: 4.0.9(postcss@8.4.38) optionalDependencies: - svelte: 4.2.15 + svelte: 4.2.16 - svelte-hmr@0.16.0(svelte@4.2.15): + svelte-hmr@0.16.0(svelte@4.2.16): dependencies: - svelte: 4.2.15 + svelte: 4.2.16 - svelte-i18n@4.0.0(svelte@4.2.15): + svelte-i18n@4.0.0(svelte@4.2.16): dependencies: cli-color: 2.0.3 deepmerge: 4.3.1 @@ -5852,24 +5835,24 @@ snapshots: estree-walker: 2.0.2 intl-messageformat: 10.5.4 sade: 1.8.1 - svelte: 4.2.15 + svelte: 4.2.16 tiny-glob: 0.2.9 - svelte-preprocess@5.1.4(postcss-load-config@3.1.4(postcss@8.4.38))(postcss@8.4.38)(sass@1.76.0)(svelte@4.2.15)(typescript@5.0.4): + svelte-preprocess@5.1.4(postcss-load-config@3.1.4(postcss@8.4.38))(postcss@8.4.38)(sass@1.77.1)(svelte@4.2.16)(typescript@5.0.4): dependencies: '@types/pug': 2.0.6 detect-indent: 6.1.0 magic-string: 0.30.9 sorcery: 0.11.0 strip-indent: 3.0.0 - svelte: 4.2.15 + svelte: 4.2.16 optionalDependencies: postcss: 8.4.38 postcss-load-config: 3.1.4(postcss@8.4.38) - sass: 1.76.0 + sass: 1.77.1 typescript: 5.0.4 - svelte@4.2.15: + svelte@4.2.16: dependencies: '@ampproject/remapping': 2.2.1 '@jridgewell/sourcemap-codec': 1.4.15 @@ -5950,8 +5933,6 @@ snapshots: type-fest@0.20.2: {} - type-fest@1.4.0: {} - type@1.2.0: {} type@2.7.2: {} @@ -5983,10 +5964,6 @@ snapshots: for-each: 0.3.3 is-typed-array: 1.1.12 - typedarray-to-buffer@3.1.5: - dependencies: - is-typedarray: 1.0.0 - typescript@5.0.4: {} ufo@1.3.2: {} @@ -6000,10 +5977,6 @@ snapshots: undici-types@5.26.5: {} - unique-string@3.0.0: - dependencies: - crypto-random-string: 4.0.0 - universalify@0.2.0: {} uri-js@4.4.1: @@ -6022,13 +5995,13 @@ snapshots: spdx-correct: 3.1.1 spdx-expression-parse: 3.0.1 - vite-node@1.6.0(@types/node@20.12.8)(sass@1.76.0): + vite-node@1.6.0(@types/node@20.12.11)(sass@1.77.1): dependencies: cac: 6.7.14 debug: 4.3.4 pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0) + vite: 5.2.11(@types/node@20.12.11)(sass@1.77.1) transitivePeerDependencies: - '@types/node' - less @@ -6039,21 +6012,21 @@ snapshots: - supports-color - terser - vite@5.2.11(@types/node@20.12.8)(sass@1.76.0): + vite@5.2.11(@types/node@20.12.11)(sass@1.77.1): dependencies: esbuild: 0.20.2 postcss: 8.4.38 rollup: 4.13.0 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.11 fsevents: 2.3.3 - sass: 1.76.0 + sass: 1.77.1 - vitefu@0.2.5(vite@5.2.11(@types/node@20.12.8)(sass@1.76.0)): + vitefu@0.2.5(vite@5.2.11(@types/node@20.12.11)(sass@1.77.1)): optionalDependencies: - vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0) + vite: 5.2.11(@types/node@20.12.11)(sass@1.77.1) - vitest@1.6.0(@types/node@20.12.8)(jsdom@24.0.0)(sass@1.76.0): + vitest@1.6.0(@types/node@20.12.11)(jsdom@24.0.0)(sass@1.77.1): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -6072,11 +6045,11 @@ snapshots: strip-literal: 2.0.0 tinybench: 2.5.1 tinypool: 0.8.3 - vite: 5.2.11(@types/node@20.12.8)(sass@1.76.0) - vite-node: 1.6.0(@types/node@20.12.8)(sass@1.76.0) + vite: 5.2.11(@types/node@20.12.11)(sass@1.77.1) + vite-node: 1.6.0(@types/node@20.12.11)(sass@1.77.1) why-is-node-running: 2.2.2 optionalDependencies: - '@types/node': 20.12.8 + '@types/node': 20.12.11 jsdom: 24.0.0 transitivePeerDependencies: - less @@ -6151,13 +6124,6 @@ snapshots: wrappy@1.0.2: {} - write-file-atomic@3.0.3: - dependencies: - imurmurhash: 0.1.4 - is-typedarray: 1.0.0 - signal-exit: 3.0.7 - typedarray-to-buffer: 3.1.5 - write-file-atomic@5.0.1: dependencies: imurmurhash: 0.1.4