From 25fa0f527d271c1474eeb64fff4ee40c512a52a8 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Fri, 3 Jun 2022 10:00:47 -0700 Subject: [PATCH] [ci] update lockfile (#3515) Co-authored-by: FredKSchott --- examples/blog-multiple-authors/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/subpath/package.json | 2 +- .../e2e/fixtures/client-only/package.json | 4 +- .../fixtures/multiple-frameworks/package.json | 4 +- .../fixtures/nested-in-preact/package.json | 4 +- .../e2e/fixtures/nested-in-react/package.json | 4 +- .../e2e/fixtures/nested-in-solid/package.json | 4 +- .../fixtures/nested-in-svelte/package.json | 4 +- .../e2e/fixtures/nested-in-vue/package.json | 4 +- packages/astro/package.json | 2 +- .../astro/test/fixtures/sass/package.json | 2 +- packages/integrations/lit/package.json | 2 +- pnpm-lock.yaml | 109 ++++++++---------- 15 files changed, 71 insertions(+), 80 deletions(-) diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 02a7fee497..b0a33f0507 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/preact": "^0.1.3", "astro": "^1.0.0-beta.40", - "sass": "^1.52.1" + "sass": "^1.52.2" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index f02c412730..06194b8105 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/preact": "^0.1.3", "astro": "^1.0.0-beta.40", - "sass": "^1.52.1" + "sass": "^1.52.2" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 10f64bd978..5e0df27e3b 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -15,7 +15,7 @@ "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", - "vite-imagetools": "^4.0.3" + "vite-imagetools": "^4.0.4" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 856de05dad..29e4bd010e 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/react": "^0.1.3", "astro": "^1.0.0-beta.40", - "sass": "^1.52.1" + "sass": "^1.52.2" }, "dependencies": { "react": "^18.1.0", diff --git a/packages/astro/e2e/fixtures/client-only/package.json b/packages/astro/e2e/fixtures/client-only/package.json index 522eb2ca7c..68bb898b62 100644 --- a/packages/astro/e2e/fixtures/client-only/package.json +++ b/packages/astro/e2e/fixtures/client-only/package.json @@ -5,10 +5,10 @@ "devDependencies": { "@astrojs/preact": "^0.1.3", "@astrojs/react": "^0.1.3", - "@astrojs/solid-js": "^0.1.3", + "@astrojs/solid-js": "^0.1.4", "@astrojs/svelte": "^0.1.4", "@astrojs/vue": "^0.1.5", - "astro": "^1.0.0-beta.38" + "astro": "^1.0.0-beta.40" }, "dependencies": { "preact": "^10.7.3", diff --git a/packages/astro/e2e/fixtures/multiple-frameworks/package.json b/packages/astro/e2e/fixtures/multiple-frameworks/package.json index cea83e9160..99615f5405 100644 --- a/packages/astro/e2e/fixtures/multiple-frameworks/package.json +++ b/packages/astro/e2e/fixtures/multiple-frameworks/package.json @@ -6,10 +6,10 @@ "@astrojs/lit": "^0.1.4", "@astrojs/preact": "^0.1.3", "@astrojs/react": "^0.1.3", - "@astrojs/solid-js": "^0.1.3", + "@astrojs/solid-js": "^0.1.4", "@astrojs/svelte": "^0.1.4", "@astrojs/vue": "^0.1.5", - "astro": "^1.0.0-beta.38" + "astro": "^1.0.0-beta.40" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/packages/astro/e2e/fixtures/nested-in-preact/package.json b/packages/astro/e2e/fixtures/nested-in-preact/package.json index 9e1716cdfe..477941cbe7 100644 --- a/packages/astro/e2e/fixtures/nested-in-preact/package.json +++ b/packages/astro/e2e/fixtures/nested-in-preact/package.json @@ -5,10 +5,10 @@ "devDependencies": { "@astrojs/preact": "^0.1.3", "@astrojs/react": "^0.1.3", - "@astrojs/solid-js": "^0.1.3", + "@astrojs/solid-js": "^0.1.4", "@astrojs/svelte": "^0.1.4", "@astrojs/vue": "^0.1.5", - "astro": "^1.0.0-beta.38" + "astro": "^1.0.0-beta.40" }, "dependencies": { "preact": "^10.7.3", diff --git a/packages/astro/e2e/fixtures/nested-in-react/package.json b/packages/astro/e2e/fixtures/nested-in-react/package.json index abbde1e925..dfa838aa8d 100644 --- a/packages/astro/e2e/fixtures/nested-in-react/package.json +++ b/packages/astro/e2e/fixtures/nested-in-react/package.json @@ -5,10 +5,10 @@ "devDependencies": { "@astrojs/preact": "^0.1.3", "@astrojs/react": "^0.1.3", - "@astrojs/solid-js": "^0.1.3", + "@astrojs/solid-js": "^0.1.4", "@astrojs/svelte": "^0.1.4", "@astrojs/vue": "^0.1.5", - "astro": "^1.0.0-beta.38" + "astro": "^1.0.0-beta.40" }, "dependencies": { "preact": "^10.7.3", diff --git a/packages/astro/e2e/fixtures/nested-in-solid/package.json b/packages/astro/e2e/fixtures/nested-in-solid/package.json index a3ea91446e..dceea67159 100644 --- a/packages/astro/e2e/fixtures/nested-in-solid/package.json +++ b/packages/astro/e2e/fixtures/nested-in-solid/package.json @@ -5,10 +5,10 @@ "devDependencies": { "@astrojs/preact": "^0.1.3", "@astrojs/react": "^0.1.3", - "@astrojs/solid-js": "^0.1.3", + "@astrojs/solid-js": "^0.1.4", "@astrojs/svelte": "^0.1.4", "@astrojs/vue": "^0.1.5", - "astro": "^1.0.0-beta.38" + "astro": "^1.0.0-beta.40" }, "dependencies": { "preact": "^10.7.3", diff --git a/packages/astro/e2e/fixtures/nested-in-svelte/package.json b/packages/astro/e2e/fixtures/nested-in-svelte/package.json index 3b8269ff7c..45352dc61b 100644 --- a/packages/astro/e2e/fixtures/nested-in-svelte/package.json +++ b/packages/astro/e2e/fixtures/nested-in-svelte/package.json @@ -5,10 +5,10 @@ "devDependencies": { "@astrojs/preact": "^0.1.3", "@astrojs/react": "^0.1.3", - "@astrojs/solid-js": "^0.1.3", + "@astrojs/solid-js": "^0.1.4", "@astrojs/svelte": "^0.1.4", "@astrojs/vue": "^0.1.5", - "astro": "^1.0.0-beta.38" + "astro": "^1.0.0-beta.40" }, "dependencies": { "preact": "^10.7.3", diff --git a/packages/astro/e2e/fixtures/nested-in-vue/package.json b/packages/astro/e2e/fixtures/nested-in-vue/package.json index c1d16614c3..9c05c6dca1 100644 --- a/packages/astro/e2e/fixtures/nested-in-vue/package.json +++ b/packages/astro/e2e/fixtures/nested-in-vue/package.json @@ -5,10 +5,10 @@ "devDependencies": { "@astrojs/preact": "^0.1.3", "@astrojs/react": "^0.1.3", - "@astrojs/solid-js": "^0.1.3", + "@astrojs/solid-js": "^0.1.4", "@astrojs/svelte": "^0.1.4", "@astrojs/vue": "^0.1.5", - "astro": "^1.0.0-beta.38" + "astro": "^1.0.0-beta.40" }, "dependencies": { "preact": "^10.7.3", diff --git a/packages/astro/package.json b/packages/astro/package.json index c29b9340a2..19561ce14a 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -161,7 +161,7 @@ "chai": "^4.3.6", "cheerio": "^1.0.0-rc.11", "mocha": "^9.2.2", - "sass": "^1.52.1", + "sass": "^1.52.2", "srcset-parse": "^1.1.0" }, "engines": { diff --git a/packages/astro/test/fixtures/sass/package.json b/packages/astro/test/fixtures/sass/package.json index 4b7771f35a..62074943c3 100644 --- a/packages/astro/test/fixtures/sass/package.json +++ b/packages/astro/test/fixtures/sass/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "astro": "workspace:*", - "sass": "^1.52.1" + "sass": "^1.52.2" } } diff --git a/packages/integrations/lit/package.json b/packages/integrations/lit/package.json index 730a1bd417..13bf8462e0 100644 --- a/packages/integrations/lit/package.json +++ b/packages/integrations/lit/package.json @@ -38,7 +38,7 @@ "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "^1.0.0-rc.11", - "sass": "^1.52.1" + "sass": "^1.52.2" }, "peerDependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 499ab51375..f835923e20 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -65,13 +65,13 @@ importers: '@astrojs/preact': ^0.1.3 astro: ^1.0.0-beta.40 preact: ^10.7.3 - sass: ^1.52.1 + sass: ^1.52.2 dependencies: preact: 10.7.3 devDependencies: '@astrojs/preact': link:../../packages/integrations/preact astro: link:../../packages/astro - sass: 1.52.1 + sass: 1.52.2 examples/component: specifiers: @@ -293,13 +293,13 @@ importers: '@astrojs/preact': ^0.1.3 astro: ^1.0.0-beta.40 preact: ^10.7.3 - sass: ^1.52.1 + sass: ^1.52.2 dependencies: preact: 10.7.3 devDependencies: '@astrojs/preact': link:../../packages/integrations/preact astro: link:../../packages/astro - sass: 1.52.1 + sass: 1.52.2 examples/ssr: specifiers: @@ -310,7 +310,7 @@ importers: lightcookie: ^1.0.25 svelte: ^3.48.0 unocss: ^0.15.6 - vite-imagetools: ^4.0.3 + vite-imagetools: ^4.0.4 dependencies: svelte: 3.48.0 devDependencies: @@ -320,7 +320,7 @@ importers: concurrently: 7.2.1 lightcookie: 1.0.25 unocss: 0.15.6 - vite-imagetools: 4.0.3 + vite-imagetools: 4.0.4 examples/starter: specifiers: @@ -334,14 +334,14 @@ importers: astro: ^1.0.0-beta.40 react: ^18.1.0 react-dom: ^18.1.0 - sass: ^1.52.1 + sass: ^1.52.2 dependencies: react: 18.1.0 react-dom: 18.1.0_react@18.1.0 devDependencies: '@astrojs/react': link:../../packages/integrations/react astro: link:../../packages/astro - sass: 1.52.1 + sass: 1.52.2 examples/with-markdown: specifiers: @@ -528,7 +528,7 @@ importers: recast: ^0.20.5 resolve: ^1.22.0 rollup: ^2.75.5 - sass: ^1.52.1 + sass: ^1.52.2 semver: ^7.3.7 serialize-javascript: ^6.0.0 shiki: ^0.10.1 @@ -597,7 +597,7 @@ importers: strip-ansi: 7.0.1 supports-esm: 1.0.0 tsconfig-resolver: 3.0.1 - vite: 2.9.9_sass@1.52.1 + vite: 2.9.9_sass@1.52.2 yargs-parser: 21.0.1 zod: 3.17.3 devDependencies: @@ -627,7 +627,7 @@ importers: chai: 4.3.6 cheerio: 1.0.0-rc.11 mocha: 9.2.2 - sass: 1.52.1 + sass: 1.52.2 srcset-parse: 1.1.0 packages/astro-prism: @@ -669,10 +669,10 @@ importers: specifiers: '@astrojs/preact': ^0.1.3 '@astrojs/react': ^0.1.3 - '@astrojs/solid-js': ^0.1.3 + '@astrojs/solid-js': ^0.1.4 '@astrojs/svelte': ^0.1.4 '@astrojs/vue': ^0.1.5 - astro: ^1.0.0-beta.38 + astro: ^1.0.0-beta.40 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -711,11 +711,11 @@ importers: '@astrojs/lit': ^0.1.4 '@astrojs/preact': ^0.1.3 '@astrojs/react': ^0.1.3 - '@astrojs/solid-js': ^0.1.3 + '@astrojs/solid-js': ^0.1.4 '@astrojs/svelte': ^0.1.4 '@astrojs/vue': ^0.1.5 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.38 + astro: ^1.0.0-beta.40 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -745,10 +745,10 @@ importers: specifiers: '@astrojs/preact': ^0.1.3 '@astrojs/react': ^0.1.3 - '@astrojs/solid-js': ^0.1.3 + '@astrojs/solid-js': ^0.1.4 '@astrojs/svelte': ^0.1.4 '@astrojs/vue': ^0.1.5 - astro: ^1.0.0-beta.38 + astro: ^1.0.0-beta.40 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -774,10 +774,10 @@ importers: specifiers: '@astrojs/preact': ^0.1.3 '@astrojs/react': ^0.1.3 - '@astrojs/solid-js': ^0.1.3 + '@astrojs/solid-js': ^0.1.4 '@astrojs/svelte': ^0.1.4 '@astrojs/vue': ^0.1.5 - astro: ^1.0.0-beta.38 + astro: ^1.0.0-beta.40 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -803,10 +803,10 @@ importers: specifiers: '@astrojs/preact': ^0.1.3 '@astrojs/react': ^0.1.3 - '@astrojs/solid-js': ^0.1.3 + '@astrojs/solid-js': ^0.1.4 '@astrojs/svelte': ^0.1.4 '@astrojs/vue': ^0.1.5 - astro: ^1.0.0-beta.38 + astro: ^1.0.0-beta.40 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -832,10 +832,10 @@ importers: specifiers: '@astrojs/preact': ^0.1.3 '@astrojs/react': ^0.1.3 - '@astrojs/solid-js': ^0.1.3 + '@astrojs/solid-js': ^0.1.4 '@astrojs/svelte': ^0.1.4 '@astrojs/vue': ^0.1.5 - astro: ^1.0.0-beta.38 + astro: ^1.0.0-beta.40 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -861,10 +861,10 @@ importers: specifiers: '@astrojs/preact': ^0.1.3 '@astrojs/react': ^0.1.3 - '@astrojs/solid-js': ^0.1.3 + '@astrojs/solid-js': ^0.1.4 '@astrojs/svelte': ^0.1.4 '@astrojs/vue': ^0.1.5 - astro: ^1.0.0-beta.38 + astro: ^1.0.0-beta.40 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -1452,10 +1452,10 @@ importers: packages/astro/test/fixtures/sass: specifiers: astro: workspace:* - sass: ^1.52.1 + sass: ^1.52.2 dependencies: astro: link:../../.. - sass: 1.52.1 + sass: 1.52.2 packages/astro/test/fixtures/slots-preact: specifiers: @@ -1665,14 +1665,14 @@ importers: astro: workspace:* astro-scripts: workspace:* cheerio: ^1.0.0-rc.11 - sass: ^1.52.1 + sass: ^1.52.2 dependencies: '@lit-labs/ssr': 2.2.0 devDependencies: astro: link:../../astro astro-scripts: link:../../../scripts cheerio: 1.0.0-rc.11 - sass: 1.52.1 + sass: 1.52.2 packages/integrations/netlify: specifiers: @@ -7594,7 +7594,7 @@ packages: hasBin: true dependencies: caniuse-lite: 1.0.30001346 - electron-to-chromium: 1.4.144 + electron-to-chromium: 1.4.145 escalade: 3.1.1 node-releases: 2.0.5 picocolors: 1.0.0 @@ -8061,11 +8061,6 @@ packages: /debug/3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true dependencies: ms: 2.1.3 dev: false @@ -8221,6 +8216,7 @@ packages: resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} engines: {node: '>=0.10'} hasBin: true + dev: false /detect-libc/2.0.1: resolution: {integrity: sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==} @@ -8355,8 +8351,8 @@ packages: jake: 10.8.5 dev: true - /electron-to-chromium/1.4.144: - resolution: {integrity: sha512-R3RV3rU1xWwFJlSClVWDvARaOk6VUO/FubHLodIASDB3Mc2dzuWvNdfOgH9bwHUTqT79u92qw60NWfwUdzAqdg==} + /electron-to-chromium/1.4.145: + resolution: {integrity: sha512-g4VQCi61gA0t5fJHsalxAc8NpvxC/CEwLAGLfJ+DmkRXTEyntJA7H01771uVD6X6nnViv3GToPgb0QOVA8ivOQ==} /emmet/2.3.6: resolution: {integrity: sha512-pLS4PBPDdxuUAmw7Me7+TcHbykTsBKN/S9XJbUOMFQrNv9MoshzyMFK/R57JBm94/6HSL4vHnDeEmxlC82NQ4A==} @@ -9621,11 +9617,11 @@ packages: resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} engines: {node: '>= 4'} - /imagetools-core/3.0.2: - resolution: {integrity: sha512-DlArpNiefCc1syIqvOONcE8L8IahN8GjwaEjm6wIJIvuKoFoI1RcKmWWfS2dYxSlTiSp2X5b3JnHDjUXmWqlVA==} + /imagetools-core/3.0.3: + resolution: {integrity: sha512-JK7kb0ezkzD27zQgZs7mtRd7DekC+/RTePjIzPsuBAp3S/Z17wNt+6TSEdDJRQSV5xiGV+SOG00weSGVdX3Xig==} engines: {node: '>=12.0.0'} dependencies: - sharp: 0.29.3 + sharp: 0.30.6 dev: true /immutable/4.1.0: @@ -10276,7 +10272,6 @@ packages: engines: {node: '>=12'} dependencies: sourcemap-codec: 1.4.8 - dev: false /make-dir/3.1.0: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} @@ -10997,8 +10992,6 @@ packages: debug: 3.2.7 iconv-lite: 0.4.24 sax: 1.2.4 - transitivePeerDependencies: - - supports-color dev: false /netmask/2.0.2: @@ -11034,8 +11027,8 @@ packages: semver: 7.3.7 dev: true - /node-addon-api/4.3.0: - resolution: {integrity: sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==} + /node-addon-api/5.0.0: + resolution: {integrity: sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA==} dev: true /node-domexception/1.0.0: @@ -11082,8 +11075,6 @@ packages: rimraf: 2.7.1 semver: 5.7.1 tar: 4.4.19 - transitivePeerDependencies: - - supports-color dev: false /node-releases/2.0.5: @@ -12223,8 +12214,8 @@ packages: rimraf: 2.7.1 dev: false - /sass/1.52.1: - resolution: {integrity: sha512-fSzYTbr7z8oQnVJ3Acp9hV80dM1fkMN7mSD/25mpcct9F7FPBMOI8krEYALgU1aZoqGhQNhTPsuSmxjnIvAm4Q==} + /sass/1.52.2: + resolution: {integrity: sha512-mfHB2VSeFS7sZlPv9YohB9GB7yWIgQNTGniQwfQ04EoQN0wsQEv7SwpCwy/x48Af+Z3vDeFXz+iuXM3HK/phZQ==} engines: {node: '>=12.0.0'} hasBin: true dependencies: @@ -12294,14 +12285,14 @@ packages: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} dev: true - /sharp/0.29.3: - resolution: {integrity: sha512-fKWUuOw77E4nhpyzCCJR1ayrttHoFHBT2U/kR/qEMRhvPEcluG4BKj324+SCO1e84+knXHwhJ1HHJGnUt4ElGA==} + /sharp/0.30.6: + resolution: {integrity: sha512-lSdVxFxcndzcXggDrak6ozdGJgmIgES9YVZWtAFrwi+a/H5vModaf51TghBtMPw+71sLxUsTy2j+aB7qLIODQg==} engines: {node: '>=12.13.0'} requiresBuild: true dependencies: color: 4.2.3 - detect-libc: 1.0.3 - node-addon-api: 4.3.0 + detect-libc: 2.0.1 + node-addon-api: 5.0.0 prebuild-install: 7.1.0 semver: 7.3.7 simple-get: 4.0.1 @@ -13486,13 +13477,13 @@ packages: unist-util-stringify-position: 3.0.2 vfile-message: 3.1.2 - /vite-imagetools/4.0.3: - resolution: {integrity: sha512-8MfpwoUvJBGNgrBhVNd+HIRH32+1yN9vtFVGEAAWxa+/9E1pXGu4Lwj3d9Ydi6HwR9sFi4ZQdgaRkQDGKX9O1Q==} + /vite-imagetools/4.0.4: + resolution: {integrity: sha512-ik1Sq4ueKYN2iBjxe3g8YxqM9aul2goQ2z8CuTKKxOG3M1nF63SRqialbXMuJVH8aKJ9A2oGhs1sktCAoo9EBg==} engines: {node: '>=12.0.0'} dependencies: '@rollup/pluginutils': 4.2.1 - imagetools-core: 3.0.2 - magic-string: 0.25.9 + imagetools-core: 3.0.3 + magic-string: 0.26.2 dev: true /vite-plugin-pwa/0.11.11: @@ -13538,7 +13529,7 @@ packages: fsevents: 2.3.2 dev: false - /vite/2.9.9_sass@1.52.1: + /vite/2.9.9_sass@1.52.2: resolution: {integrity: sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==} engines: {node: '>=12.2.0'} hasBin: true @@ -13558,7 +13549,7 @@ packages: postcss: 8.4.14 resolve: 1.22.0 rollup: 2.75.5 - sass: 1.52.1 + sass: 1.52.2 optionalDependencies: fsevents: 2.3.2 dev: false