diff --git a/package-lock.json b/package-lock.json index 881f1f1c..3570637a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "dependencies": { "lerna": "^6.4.1", "rimraf": "^5.0.1", - "rollup": "^3.25.1", + "rollup": "^3.27.0", "rollup-plugin-typescript2": "^0.34.1", "typescript": "^5.1.3" }, @@ -12902,9 +12902,9 @@ } }, "node_modules/rollup": { - "version": "3.25.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.1.tgz", - "integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==", + "version": "3.27.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.27.0.tgz", + "integrity": "sha512-aOltLCrYZ0FhJDm7fCqwTjIUEVjWjcydKBV/Zeid6Mn8BWgDCUBBWT5beM5ieForYNo/1ZHuGJdka26kvQ3Gzg==", "bin": { "rollup": "dist/bin/rollup" }, @@ -23793,9 +23793,9 @@ } }, "rollup": { - "version": "3.25.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.1.tgz", - "integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==", + "version": "3.27.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.27.0.tgz", + "integrity": "sha512-aOltLCrYZ0FhJDm7fCqwTjIUEVjWjcydKBV/Zeid6Mn8BWgDCUBBWT5beM5ieForYNo/1ZHuGJdka26kvQ3Gzg==", "requires": { "fsevents": "~2.3.2" } diff --git a/package.json b/package.json index 4917bd96..508dc4ab 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "lerna": "^6.4.1", "rimraf": "^5.0.1", - "rollup": "^3.25.1", + "rollup": "^3.27.0", "rollup-plugin-typescript2": "^0.34.1", "typescript": "^5.1.3" },