diff --git a/package-lock.json b/package-lock.json index d990ecc7..ebe2edb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@eslint/compat": "2.0.2", "@eslint/js": "10.0.1", "@rollup/plugin-alias": "6.0.0", - "@rollup/plugin-commonjs": "29.0.0", + "@rollup/plugin-commonjs": "29.0.1", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "12.3.0", @@ -2290,9 +2290,9 @@ } }, "node_modules/@rollup/plugin-commonjs": { - "version": "29.0.0", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.0.tgz", - "integrity": "sha512-U2YHaxR2cU/yAiwKJtJRhnyLk7cifnQw0zUpISsocBDoHDJn+HTV74ABqnwr5bEgWUwFZC9oFL6wLe21lHu5eQ==", + "version": "29.0.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.1.tgz", + "integrity": "sha512-VUEHINN2rQEWPfNUR3mzidRObM1XZKXMQsaG6qBlDqd6M1qyw91nDZvcSozgyjt3x/QKrgKBc5MdxfdxAy6tdg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1ca3e9e0..9917312b 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@eslint/compat": "2.0.2", "@eslint/js": "10.0.1", "@rollup/plugin-alias": "6.0.0", - "@rollup/plugin-commonjs": "29.0.0", + "@rollup/plugin-commonjs": "29.0.1", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "12.3.0",