From 66ca2344a286ce42df70342778252ffc93993a11 Mon Sep 17 00:00:00 2001 From: 0xB917 <50108258+kwaa@users.noreply.github.com> Date: Wed, 29 Dec 2021 15:56:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20keep=20daisyui@1.16.6=20&?= =?UTF-8?q?=20update=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix wrong references windicss/windicss#623 saadeghi/daisyui#356 --- package.json | 22 ++-- pnpm-lock.yaml | 297 ++++++++++++++++++++++++++----------------------- 2 files changed, 168 insertions(+), 151 deletions(-) diff --git a/package.json b/package.json index 31b256fa..287f8eac 100644 --- a/package.json +++ b/package.json @@ -18,14 +18,14 @@ "format": "prettier --write --plugin-search-dir=. ." }, "devDependencies": { - "@sveltejs/adapter-auto": "^1.0.0-next.3", - "@sveltejs/adapter-static": "^1.0.0-next.21", - "@sveltejs/kit": "^1.0.0-next.201", + "@sveltejs/adapter-auto": "^1.0.0-next.5", + "@sveltejs/adapter-static": "^1.0.0-next.23", + "@sveltejs/kit": "^1.0.0-next.206", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "chalk": "^4.1.2", "chokidar": "^3.5.2", - "daisyui": "^1.16.4", + "daisyui": "1.16.6", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-svelte3": "^3.2.1", @@ -36,18 +36,18 @@ "prettier": "^2.5.1", "prettier-plugin-svelte": "^2.5.1", "rehype-autolink-headings": "^6.1.0", - "rehype-external-links": "^1.0.0", + "rehype-external-links": "^1.0.1", "rehype-slug": "^5.0.0", "remark": "^14.0.2", "shiki": "^0.9.15", - "svelte": "^3.44.2", - "svelte-check": "^2.2.10", - "svelte-preprocess": "^4.9.8", + "svelte": "^3.44.3", + "svelte-check": "^2.2.11", + "svelte-preprocess": "^4.10.1", "tslib": "^2.3.1", - "typescript": "^4.5.3", + "typescript": "^4.5.4", "unist-util-visit": "^4.1.0", - "vite": "^2.7.1", - "vite-plugin-windicss": "^1.5.4", + "vite": "^2.7.9", + "vite-plugin-windicss": "^1.6.1", "workbox": "^0.0.0", "workbox-cacheable-response": "^6.4.2", "workbox-expiration": "^6.4.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 58be5ebc..5fc50fd6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,14 +1,14 @@ lockfileVersion: 5.3 specifiers: - '@sveltejs/adapter-auto': ^1.0.0-next.3 - '@sveltejs/adapter-static': ^1.0.0-next.21 - '@sveltejs/kit': ^1.0.0-next.201 + '@sveltejs/adapter-auto': ^1.0.0-next.5 + '@sveltejs/adapter-static': ^1.0.0-next.23 + '@sveltejs/kit': ^1.0.0-next.206 '@typescript-eslint/eslint-plugin': ^4.33.0 '@typescript-eslint/parser': ^4.33.0 chalk: ^4.1.2 chokidar: ^3.5.2 - daisyui: ^1.16.4 + daisyui: 1.16.6 eslint: ^7.32.0 eslint-config-prettier: ^8.3.0 eslint-plugin-svelte3: ^3.2.1 @@ -19,18 +19,18 @@ specifiers: prettier: ^2.5.1 prettier-plugin-svelte: ^2.5.1 rehype-autolink-headings: ^6.1.0 - rehype-external-links: ^1.0.0 + rehype-external-links: ^1.0.1 rehype-slug: ^5.0.0 remark: ^14.0.2 shiki: ^0.9.15 - svelte: ^3.44.2 - svelte-check: ^2.2.10 - svelte-preprocess: ^4.9.8 + svelte: ^3.44.3 + svelte-check: ^2.2.11 + svelte-preprocess: ^4.10.1 tslib: ^2.3.1 - typescript: ^4.5.3 + typescript: ^4.5.4 unist-util-visit: ^4.1.0 - vite: ^2.7.1 - vite-plugin-windicss: ^1.5.4 + vite: ^2.7.9 + vite-plugin-windicss: ^1.6.1 workbox: ^0.0.0 workbox-cacheable-response: ^6.4.2 workbox-expiration: ^6.4.2 @@ -39,36 +39,36 @@ specifiers: workbox-strategies: ^6.4.2 devDependencies: - '@sveltejs/adapter-auto': 1.0.0-next.3 - '@sveltejs/adapter-static': 1.0.0-next.21 - '@sveltejs/kit': 1.0.0-next.201_svelte@3.44.2 - '@typescript-eslint/eslint-plugin': 4.33.0_b77187731987bbf90b17856f1d20b7ae - '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.3 + '@sveltejs/adapter-auto': 1.0.0-next.5 + '@sveltejs/adapter-static': 1.0.0-next.23 + '@sveltejs/kit': 1.0.0-next.206_svelte@3.44.3 + '@typescript-eslint/eslint-plugin': 4.33.0_3289a875d95a672b97ebf589745c66ef + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.4 chalk: 4.1.2 chokidar: 3.5.2 - daisyui: 1.16.4 + daisyui: 1.16.6 eslint: 7.32.0 eslint-config-prettier: 8.3.0_eslint@7.32.0 - eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.44.2 + eslint-plugin-svelte3: 3.2.1_eslint@7.32.0+svelte@3.44.3 github-slugger: 1.4.0 mdast-util-to-string: 3.1.0 - mdsvex: 0.9.8_svelte@3.44.2 + mdsvex: 0.9.8_svelte@3.44.3 npm-run-all: 4.1.5 prettier: 2.5.1 - prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.44.2 + prettier-plugin-svelte: 2.5.1_prettier@2.5.1+svelte@3.44.3 rehype-autolink-headings: 6.1.0 - rehype-external-links: 1.0.0 + rehype-external-links: 1.0.1 rehype-slug: 5.0.0 remark: 14.0.2 shiki: 0.9.15 - svelte: 3.44.2 - svelte-check: 2.2.10_svelte@3.44.2 - svelte-preprocess: 4.9.8_svelte@3.44.2+typescript@4.5.3 + svelte: 3.44.3 + svelte-check: 2.2.11_svelte@3.44.3 + svelte-preprocess: 4.10.1_svelte@3.44.3+typescript@4.5.4 tslib: 2.3.1 - typescript: 4.5.3 + typescript: 4.5.4 unist-util-visit: 4.1.0 - vite: 2.7.1 - vite-plugin-windicss: 1.5.4_vite@2.7.1 + vite: 2.7.9 + vite-plugin-windicss: 1.6.1_vite@2.7.9 workbox: 0.0.0 workbox-cacheable-response: 6.4.2 workbox-expiration: 6.4.2 @@ -161,57 +161,59 @@ packages: fastq: 1.13.0 dev: true - /@rollup/pluginutils/4.1.1: - resolution: {integrity: sha512-clDjivHqWGXi7u+0d2r2sBi4Ie6VLEAzWMIkvJLnDmxoOhBYOTfzGbOQBA32THHm11/LiJbd01tJUpJsbshSWQ==} + /@rollup/pluginutils/4.1.2: + resolution: {integrity: sha512-ROn4qvkxP9SyPeHaf7uQC/GPFY6L/OWy9+bd9AwcjOAWQwxRscoEyAUD8qCY5o5iL4jqQwoLk2kaTKJPb/HwzQ==} engines: {node: '>= 8.0.0'} dependencies: estree-walker: 2.0.2 picomatch: 2.3.0 dev: true - /@sveltejs/adapter-auto/1.0.0-next.3: - resolution: {integrity: sha512-FVNLtr0bj/slQqA0TuoylnVsGrvBYdYL+hpp2Qy5Kg3q1m8i9bJ0aifKnaGn7m01II2KUSnpnhuRbX/HwKVDcA==} + /@sveltejs/adapter-auto/1.0.0-next.5: + resolution: {integrity: sha512-pD0iULDFuOQ0I9fLvdjL9BrA90hZwYtcaI25pNCdxGzdn9sgpXhxmON807fJgn1lG9HQ1LBTABz4gUMXviVAdg==} dependencies: - '@sveltejs/adapter-cloudflare': 1.0.0-next.2 - '@sveltejs/adapter-netlify': 1.0.0-next.35 - '@sveltejs/adapter-vercel': 1.0.0-next.31 + '@sveltejs/adapter-cloudflare': 1.0.0-next.4 + '@sveltejs/adapter-netlify': 1.0.0-next.36 + '@sveltejs/adapter-vercel': 1.0.0-next.32 dev: true - /@sveltejs/adapter-cloudflare/1.0.0-next.2: - resolution: {integrity: sha512-4Q7ZuoMck7wwzIO7gd8gqnm7gWflztTDHU/C1DzLr8V2UprQFQwsUE/padtQhFPXkgAiXJ8AwLksey4A8qjOsA==} + /@sveltejs/adapter-cloudflare/1.0.0-next.4: + resolution: {integrity: sha512-c792TBbVhWtqAjxeorkHUArz4bTFpvAXfgMZALakNV4lakUH/1bgjisrSg5xMNQlUqu1kkUlKQic61avsKH8gw==} dependencies: esbuild: 0.13.15 dev: true - /@sveltejs/adapter-netlify/1.0.0-next.35: - resolution: {integrity: sha512-3PC1RaRReu652ot+LC9EOjkebnZehdwvUm0zhPC8OFPJJccQwq6Y1kbHDeACIIFRTaKLIRBpuYh3idP6ffUGdw==} + /@sveltejs/adapter-netlify/1.0.0-next.36: + resolution: {integrity: sha512-LdrIXCTBnIubtt/lthcnyt5VljuHpZlVzUqpWXk9Eu6bpNKblqQLMHkTBQfIbPfanmNSDZXJQVsdcFLqF2/+Cw==} dependencies: '@iarna/toml': 2.2.5 esbuild: 0.13.15 dev: true - /@sveltejs/adapter-static/1.0.0-next.21: - resolution: {integrity: sha512-B4+QoUVAaANKx+mHntG8SqF45zbj3Ct4Akg/cGauo6COyfKZRhO5OsMa+wPuT2TKJBZC4eEDK0p+p9nyQBkxKQ==} + /@sveltejs/adapter-static/1.0.0-next.23: + resolution: {integrity: sha512-7fp+tVjh/Fi5PQxTBQAdwbOgBqtJYtNNVaa6Gb7nf7ETClojrZWFZq9ZtRfIkrrNyRNGPOl81IMO5tIHNkVfxw==} + dependencies: + tiny-glob: 0.2.9 dev: true - /@sveltejs/adapter-vercel/1.0.0-next.31: - resolution: {integrity: sha512-W8p/U00B6ihVrDpwMkgEexfVUzaLmn4MRtXj//Gw4NDFfsrZR4P5wBidrOAIkCYBMvqCOHD+vbAvIiAMOaN23g==} + /@sveltejs/adapter-vercel/1.0.0-next.32: + resolution: {integrity: sha512-ZcltaS5bAobGD5P0z7xJIjPHSlGpF7padMIkqTzJxwMEb/acGgdO5yzDS8XUEaSNgj+prpD2oG8+gm33ds8x0A==} dependencies: esbuild: 0.13.15 dev: true - /@sveltejs/kit/1.0.0-next.201_svelte@3.44.2: - resolution: {integrity: sha512-WcYexOEPWgDWOk0oOteTU5QwWykdIcOFJig+akeHqwE/jVtPURLZFtTNx0ymUWXN4S+dUXf60KF6HEMv74FHpA==} + /@sveltejs/kit/1.0.0-next.206_svelte@3.44.3: + resolution: {integrity: sha512-AQEOKZLG1GKkuBfWUKKxMs9A3AzE9tSHYc4Lu+AL/4BAs4erIFdOei2ldsxak2ICxxeaCloqVRPvIOtj7UEacg==} engines: {node: '>=14.13'} hasBin: true peerDependencies: svelte: ^3.44.0 dependencies: - '@sveltejs/vite-plugin-svelte': 1.0.0-next.31_svelte@3.44.2+vite@2.7.1 + '@sveltejs/vite-plugin-svelte': 1.0.0-next.32_svelte@3.44.3+vite@2.7.9 cheap-watch: 1.0.4 sade: 1.7.4 - svelte: 3.44.2 - vite: 2.7.1 + svelte: 3.44.3 + vite: 2.7.9 transitivePeerDependencies: - diff-match-patch - less @@ -220,25 +222,25 @@ packages: - supports-color dev: true - /@sveltejs/vite-plugin-svelte/1.0.0-next.31_svelte@3.44.2+vite@2.7.1: - resolution: {integrity: sha512-8K3DcGP1V+XBv389u32S6wt8xiun6hHd5wn28AKLSoNTIhOmJOA2RJUJzp0seTRI86Shme4lzHI2Fgq4qz1wXQ==} + /@sveltejs/vite-plugin-svelte/1.0.0-next.32_svelte@3.44.3+vite@2.7.9: + resolution: {integrity: sha512-Lhf5BxVylosHIW6U2s6WDQA39ycd+bXivC8gHsXCJeLzxoHj7Pv7XAOk25xRSXT4wHg9DWFMBQh2DFU0DxHZ2g==} engines: {node: ^14.13.1 || >= 16} peerDependencies: diff-match-patch: ^1.0.5 svelte: ^3.44.0 - vite: ^2.6.0 + vite: ^2.7.0 peerDependenciesMeta: diff-match-patch: optional: true dependencies: - '@rollup/pluginutils': 4.1.1 + '@rollup/pluginutils': 4.1.2 debug: 4.3.3 kleur: 4.1.4 magic-string: 0.25.7 require-relative: 0.8.7 - svelte: 3.44.2 - svelte-hmr: 0.14.7_svelte@3.44.2 - vite: 2.7.1 + svelte: 3.44.3 + svelte-hmr: 0.14.9_svelte@3.44.3 + vite: 2.7.9 transitivePeerDependencies: - supports-color dev: true @@ -269,18 +271,18 @@ packages: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: true - /@types/node/16.11.12: - resolution: {integrity: sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==} + /@types/node/17.0.5: + resolution: {integrity: sha512-w3mrvNXLeDYV1GKTZorGJQivK6XLCoGwpnyJFbJVK/aTBQUxOCaa/GlFAAN3OTDFcb7h5tiFG+YXCO2By+riZw==} dev: true - /@types/pug/2.0.5: - resolution: {integrity: sha512-LOnASQoeNZMkzexRuyqcBBDZ6rS+rQxUMkmj5A0PkhhiSZivLIuz6Hxyr1mkGoEZEkk66faROmpMi4fFkrKsBA==} + /@types/pug/2.0.6: + resolution: {integrity: sha512-SnHmG9wN1UVmagJOnyo/qkk0Z7gejYxOYYmaAwr5u2yFYfsupN3sg10kyzN8Hep/2zbHxCnsumxOoRIRMBwKCg==} dev: true /@types/sass/1.43.1: resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==} dependencies: - '@types/node': 16.11.12 + '@types/node': 17.0.5 dev: true /@types/throttle-debounce/2.1.0: @@ -291,7 +293,7 @@ packages: resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} dev: true - /@typescript-eslint/eslint-plugin/4.33.0_b77187731987bbf90b17856f1d20b7ae: + /@typescript-eslint/eslint-plugin/4.33.0_3289a875d95a672b97ebf589745c66ef: resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -302,22 +304,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.5.3 - '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.3 + '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.5.4 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.4 '@typescript-eslint/scope-manager': 4.33.0 debug: 4.3.3 eslint: 7.32.0 functional-red-black-tree: 1.0.1 - ignore: 5.1.9 + ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.3 - typescript: 4.5.3 + tsutils: 3.21.0_typescript@4.5.4 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.33.0_eslint@7.32.0+typescript@4.5.3: + /@typescript-eslint/experimental-utils/4.33.0_eslint@7.32.0+typescript@4.5.4: resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -326,7 +328,7 @@ packages: '@types/json-schema': 7.0.9 '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.5.3 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.5.4 eslint: 7.32.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@7.32.0 @@ -335,7 +337,7 @@ packages: - typescript dev: true - /@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.5.3: + /@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.5.4: resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -347,10 +349,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.5.3 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.5.4 debug: 4.3.3 eslint: 7.32.0 - typescript: 4.5.3 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: true @@ -368,7 +370,7 @@ packages: engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/typescript-estree/4.33.0_typescript@4.5.3: + /@typescript-eslint/typescript-estree/4.33.0_typescript@4.5.4: resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -383,8 +385,8 @@ packages: globby: 11.0.4 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.3 - typescript: 4.5.3 + tsutils: 3.21.0_typescript@4.5.4 + typescript: 4.5.4 transitivePeerDependencies: - supports-color dev: true @@ -397,26 +399,26 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /@windicss/config/1.5.4: - resolution: {integrity: sha512-muRPFulqh7nU3VrsPb5+k6ulNyiw8VGg62zAWRZIBfeCRXZb2gV1Q8a/tPn8X1T/+HTt4f/1bzFiusqMKscmlw==} + /@windicss/config/1.6.1: + resolution: {integrity: sha512-E4FKtWdYl5HwFknBQ+Z2JIF58TZiR4/ZiP8B30sfRxNlG6clh4agn5MJqTb4ER0MLkDb30Hugl2tGun0AQNbFw==} dependencies: debug: 4.3.3 jiti: 1.12.9 - windicss: 3.3.0 + windicss: 3.4.1 transitivePeerDependencies: - supports-color dev: true - /@windicss/plugin-utils/1.5.4: - resolution: {integrity: sha512-fS4y52OYB9rIzEUolIWIrrHYuaQfcqTaX3ISbFUiNbvNgH97JATjzB2iOnNqWNy6pH3M8RP0TqYQOOCCeanDoA==} + /@windicss/plugin-utils/1.6.1: + resolution: {integrity: sha512-hFQY27bOr9SSpekIvSwBpIX25nR4cwrU5/1kJFqCwAzqyazvd7U9c/iI1E2sTEQOkPbpTTJkY2Act21Q70oSDQ==} dependencies: '@antfu/utils': 0.3.0 - '@windicss/config': 1.5.4 + '@windicss/config': 1.6.1 debug: 4.3.3 fast-glob: 3.2.7 magic-string: 0.25.7 micromatch: 4.0.4 - windicss: 3.3.0 + windicss: 3.4.1 transitivePeerDependencies: - supports-color dev: true @@ -619,7 +621,7 @@ packages: /core-js/2.6.12: resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} - deprecated: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. + deprecated: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true dev: true @@ -643,8 +645,8 @@ packages: which: 2.0.2 dev: true - /daisyui/1.16.4: - resolution: {integrity: sha512-bpPUlIR6PJdnaM+Vj+Rd0ljMwbdwjvFAW9E/bhxCRDEU48OnmpKQxnkwNGAtXbwWWATS6I1dEIlLdM8zCbV3uQ==} + /daisyui/1.16.6: + resolution: {integrity: sha512-kso740gqMVVqritCQliQCpfPwos9lxp7/TEiEev4w6GGQyLNRyfriWY+DWxfawMY/DwGDzBl2DZtekCMf73bzw==} dev: true /debug/4.3.3: @@ -740,7 +742,7 @@ packages: is-shared-array-buffer: 1.0.1 is-string: 1.0.7 is-weakref: 1.0.2 - object-inspect: 1.11.1 + object-inspect: 1.12.0 object-keys: 1.1.1 object.assign: 4.1.2 string.prototype.trimend: 1.0.4 @@ -940,7 +942,7 @@ packages: eslint: 7.32.0 dev: true - /eslint-plugin-svelte3/3.2.1_eslint@7.32.0+svelte@3.44.2: + /eslint-plugin-svelte3/3.2.1_eslint@7.32.0+svelte@3.44.3: resolution: {integrity: sha512-YoBR9mLoKCjGghJ/gvpnFZKaMEu/VRcuxpSRS8KuozuEo7CdBH7bmBHa6FmMm0i4kJnOyx+PVsaptz96K6H/4Q==} engines: {node: '>=10'} peerDependencies: @@ -948,7 +950,7 @@ packages: svelte: ^3.2.0 dependencies: eslint: 7.32.0 - svelte: 3.44.2 + svelte: 3.44.3 dev: true /eslint-scope/5.1.1: @@ -1207,6 +1209,10 @@ packages: type-fest: 0.20.2 dev: true + /globalyzer/0.1.0: + resolution: {integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==} + dev: true + /globby/11.0.4: resolution: {integrity: sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==} engines: {node: '>=10'} @@ -1214,11 +1220,15 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.7 - ignore: 5.1.9 + ignore: 5.2.0 merge2: 1.4.1 slash: 3.0.0 dev: true + /globrex/0.1.2: + resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} + dev: true + /graceful-fs/4.2.8: resolution: {integrity: sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==} dev: true @@ -1292,8 +1302,8 @@ packages: engines: {node: '>= 4'} dev: true - /ignore/5.1.9: - resolution: {integrity: sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==} + /ignore/5.2.0: + resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} engines: {node: '>= 4'} dev: true @@ -1500,8 +1510,8 @@ packages: engines: {node: '>=6'} dev: true - /kolorist/1.5.0: - resolution: {integrity: sha512-pPobydIHK884YBtkS/tWSZXpSAEpcMbilyun3KL37ot935qL2HNKm/tI45i/Rd+MxdIWEhm7/LmUQzWZYK+Qhg==} + /kolorist/1.5.1: + resolution: {integrity: sha512-lxpCM3HTvquGxKGzHeknB/sUjuVoUElLlfYnXZT73K8geR9jQbroGlSCFBax9/0mpGoD3kzcMLnOlGQPJJNyqQ==} dev: true /levn/0.4.1: @@ -1582,7 +1592,7 @@ packages: resolution: {integrity: sha512-n4Vypz/DZgwo0iMHLQL49dJzlp7YtAJP+N07MZHpjPf/5XJuHUWstviF4Mn2jEiR/GNmtnRRqnwsXExk3igfFA==} dev: true - /mdsvex/0.9.8_svelte@3.44.2: + /mdsvex/0.9.8_svelte@3.44.3: resolution: {integrity: sha512-5QvThjRKoKkGH00qdHxLZ5ROd80RgGiJvM2B9opeFreaiGFTLoKKFUgEBCslLrwM24cVGJLmIM3rR83OFDf3tQ==} peerDependencies: svelte: 3.x @@ -1590,7 +1600,7 @@ packages: '@types/unist': 2.0.6 prism-svelte: 0.4.7 prismjs: 1.25.0 - svelte: 3.44.2 + svelte: 3.44.3 vfile-message: 2.0.4 dev: true @@ -1711,8 +1721,8 @@ packages: micromark-util-symbol: 1.0.1 dev: true - /micromark-util-encode/1.0.0: - resolution: {integrity: sha512-cJpFVM768h6zkd8qJ1LNRrITfY4gwFt+tziPcIf71Ui8yFzY9wG3snZQqiWVq93PG4Sw6YOtcNiKJfVIs9qfGg==} + /micromark-util-encode/1.0.1: + resolution: {integrity: sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA==} dev: true /micromark-util-html-tag-name/1.0.0: @@ -1735,7 +1745,7 @@ packages: resolution: {integrity: sha512-cCxvBKlmac4rxCGx6ejlIviRaMKZc0fWm5HdCHEeDWRSkn44l6NdYVRyU+0nT1XC72EQJMZV8IPHF+jTr56lAg==} dependencies: micromark-util-character: 1.1.0 - micromark-util-encode: 1.0.0 + micromark-util-encode: 1.0.1 micromark-util-symbol: 1.0.1 dev: true @@ -1768,7 +1778,7 @@ packages: micromark-util-chunked: 1.0.0 micromark-util-combine-extensions: 1.0.0 micromark-util-decode-numeric-character-reference: 1.0.0 - micromark-util-encode: 1.0.0 + micromark-util-encode: 1.0.1 micromark-util-normalize-identifier: 1.0.0 micromark-util-resolve-all: 1.0.0 micromark-util-sanitize-uri: 1.0.0 @@ -1863,8 +1873,8 @@ packages: string.prototype.padend: 3.1.3 dev: true - /object-inspect/1.11.1: - resolution: {integrity: sha512-If7BjFlpkzzBeV1cqgT3OSWT3azyoxDGajR+iGnFBfVV2EWyDyWaZZW2ERDjUaY2QM8i5jI3Sj7mhsM4DDAqWA==} + /object-inspect/1.12.0: + resolution: {integrity: sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==} dev: true /object-keys/1.1.1: @@ -1980,14 +1990,14 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier-plugin-svelte/2.5.1_prettier@2.5.1+svelte@3.44.2: + /prettier-plugin-svelte/2.5.1_prettier@2.5.1+svelte@3.44.3: resolution: {integrity: sha512-IhZUcqr7Bg4LY15d87t9lDr7EyC0IPehkzH5ya5igG8zYwf3UYaYDFnVW2mckREaZyLREcH9YOouesmt4f5Ozg==} peerDependencies: prettier: ^1.16.4 || ^2.0.0 svelte: ^3.2.0 dependencies: prettier: 2.5.1 - svelte: 3.44.2 + svelte: 3.44.3 dev: true /prettier/2.5.1: @@ -2055,8 +2065,8 @@ packages: unist-util-visit: 4.1.0 dev: true - /rehype-external-links/1.0.0: - resolution: {integrity: sha512-IHXDsz2ZSseOc2TYNqH9zWOfCeb0UAwdwMuGvQCvoxMyUNU7IC1KZ94zllAqaV1O1rnXPt8nLQWtyMNPZ0HEkw==} + /rehype-external-links/1.0.1: + resolution: {integrity: sha512-SrMMtIO2tPLWDfvibhECAn9cuEMW6Fi40ZVK2UQSPTnDEv3LraLzGVyKGb/vrDlUy4RCYTcmm0rq/ss9nPqrsw==} dependencies: '@types/hast': 2.3.4 extend: 3.0.2 @@ -2147,8 +2157,8 @@ packages: glob: 7.2.0 dev: true - /rollup/2.61.1: - resolution: {integrity: sha512-BbTXlEvB8d+XFbK/7E5doIcRtxWPRiqr0eb5vQ0+2paMM04Ye4PZY5nHOQef2ix24l/L0SpLd5hwcH15QHPdvA==} + /rollup/2.62.0: + resolution: {integrity: sha512-cJEQq2gwB0GWMD3rYImefQTSjrPYaC6s4J9pYqnstVLJ1CHa/aZNVkD4Epuvg4iLeMA4KRiq7UM7awKK6j7jcw==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -2231,7 +2241,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.1 - object-inspect: 1.11.1 + object-inspect: 1.12.0 dev: true /slash/3.0.0: @@ -2372,8 +2382,8 @@ packages: has-flag: 4.0.0 dev: true - /svelte-check/2.2.10_svelte@3.44.2: - resolution: {integrity: sha512-UVLd/N7hUIG2v6dytofsw8MxYn2iS2hpNSglsGz9Z9b8ZfbJ5jayl4Mm1SXhNwiFs5aklG90zSBJtd7NTK8dTg==} + /svelte-check/2.2.11_svelte@3.44.3: + resolution: {integrity: sha512-clotPGGZPj3LuS9qP1lk+Wwnsj+js42ehCPmHk+qtyaQh/dU95e0qkpPmtmOMYHN6My5Y75XqeN1QNLj5V5gwA==} hasBin: true peerDependencies: svelte: ^3.24.0 @@ -2385,9 +2395,9 @@ packages: minimist: 1.2.5 sade: 1.7.4 source-map: 0.7.3 - svelte: 3.44.2 - svelte-preprocess: 4.9.8_svelte@3.44.2+typescript@4.5.3 - typescript: 4.5.3 + svelte: 3.44.3 + svelte-preprocess: 4.10.1_svelte@3.44.3+typescript@4.5.4 + typescript: 4.5.4 transitivePeerDependencies: - '@babel/core' - coffeescript @@ -2401,16 +2411,16 @@ packages: - sugarss dev: true - /svelte-hmr/0.14.7_svelte@3.44.2: - resolution: {integrity: sha512-pDrzgcWSoMaK6AJkBWkmgIsecW0GChxYZSZieIYfCP0v2oPyx2CYU/zm7TBIcjLVUPP714WxmViE9Thht4etog==} + /svelte-hmr/0.14.9_svelte@3.44.3: + resolution: {integrity: sha512-bKE9+4qb4sAnA+TKHiYurUl970rjA0XmlP9TEP7K/ncyWz3m81kA4HOgmlZK/7irGK7gzZlaPDI3cmf8fp/+tg==} peerDependencies: svelte: '>=3.19.0' dependencies: - svelte: 3.44.2 + svelte: 3.44.3 dev: true - /svelte-preprocess/4.9.8_svelte@3.44.2+typescript@4.5.3: - resolution: {integrity: sha512-EQS/oRZzMtYdAprppZxY3HcysKh11w54MgA63ybtL+TAZ4hVqYOnhw41JVJjWN9dhPnNjjLzvbZ2tMhTsla1Og==} + /svelte-preprocess/4.10.1_svelte@3.44.3+typescript@4.5.4: + resolution: {integrity: sha512-NSNloaylf+o9UeyUR2KvpdxrAyMdHl3U7rMnoP06/sG0iwJvlUM4TpMno13RaNqovh4AAoGsx1jeYcIyuGUXMw==} engines: {node: '>= 9.11.2'} requiresBuild: true peerDependencies: @@ -2425,7 +2435,7 @@ packages: stylus: ^0.54.7 sugarss: ^2.0.0 svelte: ^3.23.0 - typescript: ^3.9.5 || ^4.0.0 + typescript: ^4.5.2 peerDependenciesMeta: '@babel/core': optional: true @@ -2450,18 +2460,18 @@ packages: typescript: optional: true dependencies: - '@types/pug': 2.0.5 + '@types/pug': 2.0.6 '@types/sass': 1.43.1 detect-indent: 6.1.0 magic-string: 0.25.7 sorcery: 0.10.0 strip-indent: 3.0.0 - svelte: 3.44.2 - typescript: 4.5.3 + svelte: 3.44.3 + typescript: 4.5.4 dev: true - /svelte/3.44.2: - resolution: {integrity: sha512-jrZhZtmH3ZMweXg1Q15onb8QlWD+a5T5Oca4C1jYvSURp2oD35h4A5TV6t6MEa93K4LlX6BkafZPdQoFjw/ylA==} + /svelte/3.44.3: + resolution: {integrity: sha512-aGgrNCip5PQFNfq9e9tmm7EYxWLVHoFsEsmKrtOeRD8dmoGDdyTQ+21xd7qgFd8MNdKGSYvg7F9dr+Tc0yDymg==} engines: {node: '>= 8'} dev: true @@ -2480,6 +2490,13 @@ packages: resolution: {integrity: sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=} dev: true + /tiny-glob/0.2.9: + resolution: {integrity: sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==} + dependencies: + globalyzer: 0.1.0 + globrex: 0.1.2 + dev: true + /to-regex-range/5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -2504,14 +2521,14 @@ packages: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} dev: true - /tsutils/3.21.0_typescript@4.5.3: + /tsutils/3.21.0_typescript@4.5.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.5.3 + typescript: 4.5.4 dev: true /type-check/0.4.0: @@ -2526,8 +2543,8 @@ packages: engines: {node: '>=10'} dev: true - /typescript/4.5.3: - resolution: {integrity: sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==} + /typescript/4.5.4: + resolution: {integrity: sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -2620,8 +2637,8 @@ packages: unist-util-stringify-position: 2.0.3 dev: true - /vfile-message/3.0.2: - resolution: {integrity: sha512-UUjZYIOg9lDRwwiBAuezLIsu9KlXntdxwG+nXnjuQAHvBpcX3x0eN8h+I7TkY5nkCXj+cWVp4ZqebtGBvok8ww==} + /vfile-message/3.1.0: + resolution: {integrity: sha512-4QJbBk+DkPEhBXq3f260xSaWtjE4gPKOfulzfMFF8ZNwaPZieWsg3iVlcmF04+eebzpcpeXOOFMfrYzJHVYg+g==} dependencies: '@types/unist': 2.0.6 unist-util-stringify-position: 3.0.0 @@ -2633,25 +2650,25 @@ packages: '@types/unist': 2.0.6 is-buffer: 2.0.5 unist-util-stringify-position: 3.0.0 - vfile-message: 3.0.2 + vfile-message: 3.1.0 dev: true - /vite-plugin-windicss/1.5.4_vite@2.7.1: - resolution: {integrity: sha512-bG2IERA9J50MGq1QEbGC/PjrkVIaq2b3LilCeidyIpmFV/4aR14/wGDe83SobF+8coIeJ+23S0uDK/fXX5X0pQ==} + /vite-plugin-windicss/1.6.1_vite@2.7.9: + resolution: {integrity: sha512-63uv4HqBxtSZB0WOtrZS8yhyfQPgGQwYgcBald+/BpLSlYJREcDKgX9Xd/qDgTAjpDRozxKQj/JWreIlyIahGg==} peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': 1.5.4 + '@windicss/plugin-utils': 1.6.1 debug: 4.3.3 - kolorist: 1.5.0 - vite: 2.7.1 - windicss: 3.3.0 + kolorist: 1.5.1 + vite: 2.7.9 + windicss: 3.4.1 transitivePeerDependencies: - supports-color dev: true - /vite/2.7.1: - resolution: {integrity: sha512-TDXXhcu5lyQ6uosK4ZWaOyB4VzOiizk0biitRzDzaEtgSUi8rVYPc4k1xgOjLSf0OuceDJmojFKXHOX9DB1WuQ==} + /vite/2.7.9: + resolution: {integrity: sha512-CyopIJIRrc26Wnbkch5BCHFhQodzeV4jjSegLAEw1RImvXSuoOo2SfpEW9zRVi188WmjJwCqCaoG25C0r4nekw==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -2669,7 +2686,7 @@ packages: esbuild: 0.13.15 postcss: 8.4.5 resolve: 1.20.0 - rollup: 2.61.1 + rollup: 2.62.0 optionalDependencies: fsevents: 2.3.2 dev: true @@ -2707,8 +2724,8 @@ packages: isexe: 2.0.0 dev: true - /windicss/3.3.0: - resolution: {integrity: sha512-LxA9iCPEe4lBbC5MGLo6g1gbJxYlTXpDCLJRaHo0EcEN6X0ki26hunOJWGcBvO9qz1r/ead1L7wS5MkSoOCIZQ==} + /windicss/3.4.1: + resolution: {integrity: sha512-g6mX0q8divtPT+TSWqvI35lc77pOhGwMrwCdcX48dFA16wUlSDn1kOv5z1msZy3SlWLx3Bjbe7FA6uNTvdVH8A==} engines: {node: '>= 12'} hasBin: true dev: true