diff --git a/package-lock.json b/package-lock.json index df008b00..95cb2458 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.26.2", "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.26.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.2.tgz", + "integrity": "sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==", "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.26.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.2.tgz", + "integrity": "sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==", "requires": { "fsevents": "~2.3.2" } diff --git a/package.json b/package.json index 4917bd96..8e6f08a6 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.26.2", "rollup-plugin-typescript2": "^0.34.1", "typescript": "^5.1.3" },