From 40e771ea4cb427f3f40f458da6e10fa62e0c04a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:05:29 +0000 Subject: [PATCH] Bump lightningcss-wasm from 1.30.1 to 1.30.2 Bumps [lightningcss-wasm](https://github.com/parcel-bundler/lightningcss) from 1.30.1 to 1.30.2. - [Release notes](https://github.com/parcel-bundler/lightningcss/releases) - [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2) --- updated-dependencies: - dependency-name: lightningcss-wasm dependency-version: 1.30.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c833fe..c138128 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@wordpress/plugins": "^7.31.0", "browserlist": "^1.0.1", "lightningcss": "1.30.1", - "lightningcss-wasm": "1.30.1", + "lightningcss-wasm": "1.30.2", "react-simple-code-editor": "^0.14.1", "shiki": "^0.14.7", "swr": "^2.3.6", @@ -24467,9 +24467,9 @@ } }, "node_modules/lightningcss-wasm": { - "version": "1.30.1", - "resolved": "https://registry.npmjs.org/lightningcss-wasm/-/lightningcss-wasm-1.30.1.tgz", - "integrity": "sha512-KJTnKEn0REV6DoJzxG0m5EKVEFA1CVE1isDYpXjsuqWXwLKFPJtA9Z9BSzPZJwAZFN2KaUzy+IWGP59p5bm2sA==", + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/lightningcss-wasm/-/lightningcss-wasm-1.30.2.tgz", + "integrity": "sha512-3QB24h07oFTwiXI/wItgEv5De1prsmrZFWluuTyLO7/CFk4kEC5zgG7V6qQNGLBB5+QhSnGMixUALWHXj+J3Ug==", "bundleDependencies": [ "napi-wasm" ], diff --git a/package.json b/package.json index c45bcdb..606828c 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@wordpress/plugins": "^7.31.0", "browserlist": "^1.0.1", "lightningcss": "1.30.1", - "lightningcss-wasm": "1.30.1", + "lightningcss-wasm": "1.30.2", "react-simple-code-editor": "^0.14.1", "shiki": "^0.14.7", "swr": "^2.3.6",