diff --git a/package-lock.json b/package-lock.json index 08b52f2b..d9e53ef4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@eslint/compat": "1.4.1", "@eslint/eslintrc": "3.3.1", "@eslint/js": "9.38.0", - "@rollup/plugin-commonjs": "28.0.9", + "@rollup/plugin-commonjs": "29.0.0", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "12.1.4", @@ -2265,9 +2265,9 @@ } }, "node_modules/@rollup/plugin-commonjs": { - "version": "28.0.9", - "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-28.0.9.tgz", - "integrity": "sha512-PIR4/OHZ79romx0BVVll/PkwWpJ7e5lsqFa3gFfcrFPWwLXLV39JVUzQV9RKjWerE7B845Hqjj9VYlQeieZ2dA==", + "version": "29.0.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.0.tgz", + "integrity": "sha512-U2YHaxR2cU/yAiwKJtJRhnyLk7cifnQw0zUpISsocBDoHDJn+HTV74ABqnwr5bEgWUwFZC9oFL6wLe21lHu5eQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 170e120c..90e99b93 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@eslint/compat": "1.4.1", "@eslint/eslintrc": "3.3.1", "@eslint/js": "9.38.0", - "@rollup/plugin-commonjs": "28.0.9", + "@rollup/plugin-commonjs": "29.0.0", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "12.1.4",