From 23ca2bbfc7b657c523b999d42079368e6714286c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Mar 2023 11:30:31 +0000 Subject: [PATCH 1/4] chore(deps): update dependency svelte-check to v3.1.3 --- frontend/package.json | 2 +- frontend/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 9b211cf..1da8254 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "prettier-plugin-svelte": "2.9.0", "sass": "1.59.2", "svelte": "3.56.0", - "svelte-check": "3.1.2", + "svelte-check": "3.1.3", "tslib": "2.5.0", "typescript": "4.9.5", "vite": "4.1.4", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 89f23f3..0401a89 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -17,7 +17,7 @@ specifiers: prettier-plugin-svelte: 2.9.0 sass: 1.59.2 svelte: 3.56.0 - svelte-check: 3.1.2 + svelte-check: 3.1.3 tslib: 2.5.0 typescript: 4.9.5 vite: 4.1.4 @@ -40,7 +40,7 @@ devDependencies: prettier-plugin-svelte: 2.9.0_gan2xfhhcbz3kbkivttwsjndea sass: 1.59.2 svelte: 3.56.0 - svelte-check: 3.1.2_sass@1.59.2+svelte@3.56.0 + svelte-check: 3.1.3_sass@1.59.2+svelte@3.56.0 tslib: 2.5.0 typescript: 4.9.5 vite: 4.1.4_sass@1.59.2 @@ -1919,8 +1919,8 @@ packages: engines: {node: '>= 0.4'} dev: true - /svelte-check/3.1.2_sass@1.59.2+svelte@3.56.0: - resolution: {integrity: sha512-8nIPXPe8TiUiWPCAoegU+l1NaL5DKLnN6+H1dJqbjkD6IkhpDTMj2q8Z88lhCOsq1F3E7st5/Vn7eGeGkSo/aA==} + /svelte-check/3.1.3_sass@1.59.2+svelte@3.56.0: + resolution: {integrity: sha512-DK+DJBD4l9Q9wgphQvSzL9hXhmHbGjq8Y0PDgVth1ewikJzHBIxu7jWuOR7SZcWkorBm3wCJzWMNtZzMyJvHBQ==} hasBin: true peerDependencies: svelte: ^3.55.0 From aee0114d628adc1347cef703226771a65b508dd4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Mar 2023 17:30:31 +0000 Subject: [PATCH 2/4] chore(deps): update dependency svelte-check to v3.1.4 --- frontend/package.json | 2 +- frontend/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 1da8254..6462b80 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "prettier-plugin-svelte": "2.9.0", "sass": "1.59.2", "svelte": "3.56.0", - "svelte-check": "3.1.3", + "svelte-check": "3.1.4", "tslib": "2.5.0", "typescript": "4.9.5", "vite": "4.1.4", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 0401a89..e809882 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -17,7 +17,7 @@ specifiers: prettier-plugin-svelte: 2.9.0 sass: 1.59.2 svelte: 3.56.0 - svelte-check: 3.1.3 + svelte-check: 3.1.4 tslib: 2.5.0 typescript: 4.9.5 vite: 4.1.4 @@ -40,7 +40,7 @@ devDependencies: prettier-plugin-svelte: 2.9.0_gan2xfhhcbz3kbkivttwsjndea sass: 1.59.2 svelte: 3.56.0 - svelte-check: 3.1.3_sass@1.59.2+svelte@3.56.0 + svelte-check: 3.1.4_sass@1.59.2+svelte@3.56.0 tslib: 2.5.0 typescript: 4.9.5 vite: 4.1.4_sass@1.59.2 @@ -1919,8 +1919,8 @@ packages: engines: {node: '>= 0.4'} dev: true - /svelte-check/3.1.3_sass@1.59.2+svelte@3.56.0: - resolution: {integrity: sha512-DK+DJBD4l9Q9wgphQvSzL9hXhmHbGjq8Y0PDgVth1ewikJzHBIxu7jWuOR7SZcWkorBm3wCJzWMNtZzMyJvHBQ==} + /svelte-check/3.1.4_sass@1.59.2+svelte@3.56.0: + resolution: {integrity: sha512-25Lb46ZS4IK/XpBMe4IBMrtYf23V8alqBX+szXoccb7uM0D2Wqq5rMRzYBONZnFVuU1bQG3R50lyIT5eRewv2g==} hasBin: true peerDependencies: svelte: ^3.55.0 From 68a367d97dad674a875530baf1fbc9850b409a56 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Mar 2023 18:30:49 +0000 Subject: [PATCH 3/4] chore(deps): update typescript-eslint monorepo to v5.55.0 --- frontend/package.json | 4 +- frontend/pnpm-lock.yaml | 98 ++++++++++++++++------------------------- 2 files changed, 41 insertions(+), 61 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 6462b80..965d3a3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,8 +18,8 @@ "@sveltejs/adapter-auto": "2.0.0", "@sveltejs/adapter-static": "2.0.1", "@sveltejs/kit": "1.11.0", - "@typescript-eslint/eslint-plugin": "5.54.1", - "@typescript-eslint/parser": "5.54.1", + "@typescript-eslint/eslint-plugin": "5.55.0", + "@typescript-eslint/parser": "5.55.0", "carbon-components-svelte": "0.73.3", "carbon-icons-svelte": "11.4.0", "carbon-preprocess-svelte": "0.9.1", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index e809882..0d83612 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -5,8 +5,8 @@ specifiers: '@sveltejs/adapter-auto': 2.0.0 '@sveltejs/adapter-static': 2.0.1 '@sveltejs/kit': 1.11.0 - '@typescript-eslint/eslint-plugin': 5.54.1 - '@typescript-eslint/parser': 5.54.1 + '@typescript-eslint/eslint-plugin': 5.55.0 + '@typescript-eslint/parser': 5.55.0 carbon-components-svelte: 0.73.3 carbon-icons-svelte: 11.4.0 carbon-preprocess-svelte: 0.9.1 @@ -28,8 +28,8 @@ devDependencies: '@sveltejs/adapter-auto': 2.0.0_@sveltejs+kit@1.11.0 '@sveltejs/adapter-static': 2.0.1_@sveltejs+kit@1.11.0 '@sveltejs/kit': 1.11.0_svelte@3.56.0+vite@4.1.4 - '@typescript-eslint/eslint-plugin': 5.54.1_4rfaf6mlw2mmutqjcopwvbftpu - '@typescript-eslint/parser': 5.54.1_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/eslint-plugin': 5.55.0_342y7v4tc7ytrrysmit6jo4wri + '@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m carbon-components-svelte: 0.73.3 carbon-icons-svelte: 11.4.0 carbon-preprocess-svelte: 0.9.1_sass@1.59.2+svelte@3.56.0 @@ -455,8 +455,8 @@ packages: resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} dev: true - /@typescript-eslint/eslint-plugin/5.54.1_4rfaf6mlw2mmutqjcopwvbftpu: - resolution: {integrity: sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew==} + /@typescript-eslint/eslint-plugin/5.55.0_342y7v4tc7ytrrysmit6jo4wri: + resolution: {integrity: sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -466,16 +466,16 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.54.1_vgl77cfdswitgr47lm5swmv43m - '@typescript-eslint/scope-manager': 5.54.1 - '@typescript-eslint/type-utils': 5.54.1_vgl77cfdswitgr47lm5swmv43m - '@typescript-eslint/utils': 5.54.1_vgl77cfdswitgr47lm5swmv43m + '@eslint-community/regexpp': 4.4.0 + '@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/scope-manager': 5.55.0 + '@typescript-eslint/type-utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m debug: 4.3.4 eslint: 8.36.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - regexpp: 3.2.0 semver: 7.3.8 tsutils: 3.21.0_typescript@4.9.5 typescript: 4.9.5 @@ -483,8 +483,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.54.1_vgl77cfdswitgr47lm5swmv43m: - resolution: {integrity: sha512-8zaIXJp/nG9Ff9vQNh7TI+C3nA6q6iIsGJ4B4L6MhZ7mHnTMR4YP5vp2xydmFXIy8rpyIVbNAG44871LMt6ujg==} + /@typescript-eslint/parser/5.55.0_vgl77cfdswitgr47lm5swmv43m: + resolution: {integrity: sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -493,9 +493,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.54.1 - '@typescript-eslint/types': 5.54.1 - '@typescript-eslint/typescript-estree': 5.54.1_typescript@4.9.5 + '@typescript-eslint/scope-manager': 5.55.0 + '@typescript-eslint/types': 5.55.0 + '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 debug: 4.3.4 eslint: 8.36.0 typescript: 4.9.5 @@ -503,16 +503,16 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.54.1: - resolution: {integrity: sha512-zWKuGliXxvuxyM71UA/EcPxaviw39dB2504LqAmFDjmkpO8qNLHcmzlh6pbHs1h/7YQ9bnsO8CCcYCSA8sykUg==} + /@typescript-eslint/scope-manager/5.55.0: + resolution: {integrity: sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.54.1 - '@typescript-eslint/visitor-keys': 5.54.1 + '@typescript-eslint/types': 5.55.0 + '@typescript-eslint/visitor-keys': 5.55.0 dev: true - /@typescript-eslint/type-utils/5.54.1_vgl77cfdswitgr47lm5swmv43m: - resolution: {integrity: sha512-WREHsTz0GqVYLIbzIZYbmUUr95DKEKIXZNH57W3s+4bVnuF1TKe2jH8ZNH8rO1CeMY3U4j4UQeqPNkHMiGem3g==} + /@typescript-eslint/type-utils/5.55.0_vgl77cfdswitgr47lm5swmv43m: + resolution: {integrity: sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -521,8 +521,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.54.1_typescript@4.9.5 - '@typescript-eslint/utils': 5.54.1_vgl77cfdswitgr47lm5swmv43m + '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 + '@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m debug: 4.3.4 eslint: 8.36.0 tsutils: 3.21.0_typescript@4.9.5 @@ -531,13 +531,13 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.54.1: - resolution: {integrity: sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==} + /@typescript-eslint/types/5.55.0: + resolution: {integrity: sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.54.1_typescript@4.9.5: - resolution: {integrity: sha512-bjK5t+S6ffHnVwA0qRPTZrxKSaFYocwFIkZx5k7pvWfsB1I57pO/0M0Skatzzw1sCkjJ83AfGTL0oFIFiDX3bg==} + /@typescript-eslint/typescript-estree/5.55.0_typescript@4.9.5: + resolution: {integrity: sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -545,8 +545,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.54.1 - '@typescript-eslint/visitor-keys': 5.54.1 + '@typescript-eslint/types': 5.55.0 + '@typescript-eslint/visitor-keys': 5.55.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -557,31 +557,31 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.54.1_vgl77cfdswitgr47lm5swmv43m: - resolution: {integrity: sha512-IY5dyQM8XD1zfDe5X8jegX6r2EVU5o/WJnLu/znLPWCBF7KNGC+adacXnt5jEYS9JixDcoccI6CvE4RCjHMzCQ==} + /@typescript-eslint/utils/5.55.0_vgl77cfdswitgr47lm5swmv43m: + resolution: {integrity: sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: + '@eslint-community/eslint-utils': 4.2.0_eslint@8.36.0 '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.54.1 - '@typescript-eslint/types': 5.54.1 - '@typescript-eslint/typescript-estree': 5.54.1_typescript@4.9.5 + '@typescript-eslint/scope-manager': 5.55.0 + '@typescript-eslint/types': 5.55.0 + '@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 eslint: 8.36.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.36.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.54.1: - resolution: {integrity: sha512-q8iSoHTgwCfgcRJ2l2x+xCbu8nBlRAlsQ33k24Adj8eoVBE0f8dUeI+bAa8F84Mv05UGbAx57g2zrRsYIooqQg==} + /@typescript-eslint/visitor-keys/5.55.0: + resolution: {integrity: sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.54.1 + '@typescript-eslint/types': 5.55.0 eslint-visitor-keys: 3.3.0 dev: true @@ -993,21 +993,6 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.36.0: - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5' - dependencies: - eslint: 8.36.0 - eslint-visitor-keys: 2.1.0 - dev: true - - /eslint-visitor-keys/2.1.0: - resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} - engines: {node: '>=10'} - dev: true - /eslint-visitor-keys/3.3.0: resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -1690,11 +1675,6 @@ packages: picomatch: 2.3.1 dev: true - /regexpp/3.2.0: - resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} - engines: {node: '>=8'} - dev: true - /resolve-from/4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} engines: {node: '>=4'} From 423ba2f9fbd58f9adb32faeee4f51a1b39e68ad0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Mar 2023 21:30:34 +0000 Subject: [PATCH 4/4] chore(deps): update dependency sass to v1.59.3 --- frontend/package.json | 2 +- frontend/pnpm-lock.yaml | 56 ++++++++++++++++++++--------------------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 965d3a3..6474d2b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "eslint-plugin-svelte3": "4.0.0", "prettier": "2.8.4", "prettier-plugin-svelte": "2.9.0", - "sass": "1.59.2", + "sass": "1.59.3", "svelte": "3.56.0", "svelte-check": "3.1.4", "tslib": "2.5.0", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 0d83612..66fd828 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -15,7 +15,7 @@ specifiers: eslint-plugin-svelte3: 4.0.0 prettier: 2.8.4 prettier-plugin-svelte: 2.9.0 - sass: 1.59.2 + sass: 1.59.3 svelte: 3.56.0 svelte-check: 3.1.4 tslib: 2.5.0 @@ -32,19 +32,19 @@ devDependencies: '@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m carbon-components-svelte: 0.73.3 carbon-icons-svelte: 11.4.0 - carbon-preprocess-svelte: 0.9.1_sass@1.59.2+svelte@3.56.0 + carbon-preprocess-svelte: 0.9.1_sass@1.59.3+svelte@3.56.0 eslint: 8.36.0 eslint-config-prettier: 8.7.0_eslint@8.36.0 eslint-plugin-svelte3: 4.0.0_pdvxdpbnzjwxjm7tkjwumh3vqi prettier: 2.8.4 prettier-plugin-svelte: 2.9.0_gan2xfhhcbz3kbkivttwsjndea - sass: 1.59.2 + sass: 1.59.3 svelte: 3.56.0 - svelte-check: 3.1.4_sass@1.59.2+svelte@3.56.0 + svelte-check: 3.1.4_sass@1.59.3+svelte@3.56.0 tslib: 2.5.0 typescript: 4.9.5 - vite: 4.1.4_sass@1.59.2 - vitest: 0.29.2_sass@1.59.2 + vite: 4.1.4_sass@1.59.3 + vitest: 0.29.2_sass@1.59.3 packages: @@ -395,7 +395,7 @@ packages: svelte: 3.56.0 tiny-glob: 0.2.9 undici: 5.20.0 - vite: 4.1.4_sass@1.59.2 + vite: 4.1.4_sass@1.59.3 transitivePeerDependencies: - supports-color dev: true @@ -413,7 +413,7 @@ packages: magic-string: 0.27.0 svelte: 3.56.0 svelte-hmr: 0.15.1_svelte@3.56.0 - vite: 4.1.4_sass@1.59.2 + vite: 4.1.4_sass@1.59.3 vitefu: 0.2.4_vite@4.1.4 transitivePeerDependencies: - supports-color @@ -747,11 +747,11 @@ packages: resolution: {integrity: sha512-p/llZde2kP2BI9SOqM+QFKGfQnYrW+4dVxF1rAYriEADXDsjt9EYlh+KpQ5qf4JpXAq+e2+TB/r/lIG1xdUbAQ==} dev: true - /carbon-preprocess-svelte/0.9.1_sass@1.59.2+svelte@3.56.0: + /carbon-preprocess-svelte/0.9.1_sass@1.59.3+svelte@3.56.0: resolution: {integrity: sha512-i0hj5JrpSeu1F6q5Hehn4Qe3mpb1oXi57ybbsTF2TexFBGtzaBDQ3/mmXBKRNuk4PVQCtTIXQe4vk1A6Uyso6g==} dependencies: purgecss: 4.1.3 - svelte-preprocess: 4.10.7_d4myvinjlyr6ykl6uhg5azfiee + svelte-preprocess: 4.10.7_hullmg4jgwmcbd7oc4iermu7hy typescript: 4.9.5 transitivePeerDependencies: - '@babel/core' @@ -1738,8 +1738,8 @@ packages: rimraf: 2.7.1 dev: true - /sass/1.59.2: - resolution: {integrity: sha512-jJyO6SmbzkJexF8MUorHx5tAilcgabioYxT/BHbY4+OvoqmbHxsYlrjZ8Adhqcgl6Zqwie0TgMXLCAmPFxXOuw==} + /sass/1.59.3: + resolution: {integrity: sha512-QCq98N3hX1jfTCoUAsF3eyGuXLsY7BCnCEg9qAact94Yc21npG2/mVOqoDvE0fCbWDqiM4WlcJQla0gWG2YlxQ==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -1899,7 +1899,7 @@ packages: engines: {node: '>= 0.4'} dev: true - /svelte-check/3.1.4_sass@1.59.2+svelte@3.56.0: + /svelte-check/3.1.4_sass@1.59.3+svelte@3.56.0: resolution: {integrity: sha512-25Lb46ZS4IK/XpBMe4IBMrtYf23V8alqBX+szXoccb7uM0D2Wqq5rMRzYBONZnFVuU1bQG3R50lyIT5eRewv2g==} hasBin: true peerDependencies: @@ -1912,7 +1912,7 @@ packages: picocolors: 1.0.0 sade: 1.8.1 svelte: 3.56.0 - svelte-preprocess: 5.0.1_d4myvinjlyr6ykl6uhg5azfiee + svelte-preprocess: 5.0.1_hullmg4jgwmcbd7oc4iermu7hy typescript: 4.9.5 transitivePeerDependencies: - '@babel/core' @@ -1935,7 +1935,7 @@ packages: svelte: 3.56.0 dev: true - /svelte-preprocess/4.10.7_d4myvinjlyr6ykl6uhg5azfiee: + /svelte-preprocess/4.10.7_hullmg4jgwmcbd7oc4iermu7hy: resolution: {integrity: sha512-sNPBnqYD6FnmdBrUmBCaqS00RyCsCpj2BG58A1JBswNF7b0OKviwxqVrOL/CKyJrLSClrSeqQv5BXNg2RUbPOw==} engines: {node: '>= 9.11.2'} requiresBuild: true @@ -1980,14 +1980,14 @@ packages: '@types/sass': 1.43.1 detect-indent: 6.1.0 magic-string: 0.25.9 - sass: 1.59.2 + sass: 1.59.3 sorcery: 0.10.0 strip-indent: 3.0.0 svelte: 3.56.0 typescript: 4.9.5 dev: true - /svelte-preprocess/5.0.1_d4myvinjlyr6ykl6uhg5azfiee: + /svelte-preprocess/5.0.1_hullmg4jgwmcbd7oc4iermu7hy: resolution: {integrity: sha512-0HXyhCoc9rsW4zGOgtInylC6qj259E1hpFnJMJWTf+aIfeqh4O/QHT31KT2hvPEqQfdjmqBR/kO2JDkkciBLrQ==} engines: {node: '>= 14.10.0'} requiresBuild: true @@ -2029,7 +2029,7 @@ packages: '@types/sass': 1.43.1 detect-indent: 6.1.0 magic-string: 0.27.0 - sass: 1.59.2 + sass: 1.59.3 sorcery: 0.11.0 strip-indent: 3.0.0 svelte: 3.56.0 @@ -2140,7 +2140,7 @@ packages: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} dev: true - /vite-node/0.29.2_rttd2crae7zss2mftogkazkaee: + /vite-node/0.29.2_kcapgtpjo54bog736n2uuvftpm: resolution: {integrity: sha512-5oe1z6wzI3gkvc4yOBbDBbgpiWiApvuN4P55E8OI131JGrSuo4X3SOZrNmZYo4R8Zkze/dhi572blX0zc+6SdA==} engines: {node: '>=v14.16.0'} hasBin: true @@ -2150,7 +2150,7 @@ packages: mlly: 1.1.1 pathe: 1.1.0 picocolors: 1.0.0 - vite: 4.1.4_rttd2crae7zss2mftogkazkaee + vite: 4.1.4_kcapgtpjo54bog736n2uuvftpm transitivePeerDependencies: - '@types/node' - less @@ -2161,7 +2161,7 @@ packages: - terser dev: true - /vite/4.1.4_rttd2crae7zss2mftogkazkaee: + /vite/4.1.4_kcapgtpjo54bog736n2uuvftpm: resolution: {integrity: sha512-3knk/HsbSTKEin43zHu7jTwYWv81f8kgAL99G5NWBcA1LKvtvcVAC4JjBH1arBunO9kQka+1oGbrMKOjk4ZrBg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -2191,12 +2191,12 @@ packages: postcss: 8.4.21 resolve: 1.22.1 rollup: 3.17.2 - sass: 1.59.2 + sass: 1.59.3 optionalDependencies: fsevents: 2.3.2 dev: true - /vite/4.1.4_sass@1.59.2: + /vite/4.1.4_sass@1.59.3: resolution: {integrity: sha512-3knk/HsbSTKEin43zHu7jTwYWv81f8kgAL99G5NWBcA1LKvtvcVAC4JjBH1arBunO9kQka+1oGbrMKOjk4ZrBg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -2225,7 +2225,7 @@ packages: postcss: 8.4.21 resolve: 1.22.1 rollup: 3.17.2 - sass: 1.59.2 + sass: 1.59.3 optionalDependencies: fsevents: 2.3.2 dev: true @@ -2238,10 +2238,10 @@ packages: vite: optional: true dependencies: - vite: 4.1.4_sass@1.59.2 + vite: 4.1.4_sass@1.59.3 dev: true - /vitest/0.29.2_sass@1.59.2: + /vitest/0.29.2_sass@1.59.3: resolution: {integrity: sha512-ydK9IGbAvoY8wkg29DQ4ivcVviCaUi3ivuPKfZEVddMTenFHUfB8EEDXQV8+RasEk1ACFLgMUqAaDuQ/Nk+mQA==} engines: {node: '>=v14.16.0'} hasBin: true @@ -2284,8 +2284,8 @@ packages: tinybench: 2.3.1 tinypool: 0.3.1 tinyspy: 1.1.1 - vite: 4.1.4_rttd2crae7zss2mftogkazkaee - vite-node: 0.29.2_rttd2crae7zss2mftogkazkaee + vite: 4.1.4_kcapgtpjo54bog736n2uuvftpm + vite-node: 0.29.2_kcapgtpjo54bog736n2uuvftpm why-is-node-running: 2.2.2 transitivePeerDependencies: - less