diff --git a/examples/package-lock.json b/examples/package-lock.json index 87c7dc0..29a8648 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -30,6 +30,7 @@ "@rollup/plugin-node-resolve": "^16.0.1", "@types/node": "^22.19.19", "@types/uuid": "^10.0.0", + "@vitest/coverage-v8": "^4.1.9", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "globals": "^16.2.0", @@ -46,7 +47,7 @@ "node": ">=20.0.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.62.0" + "@rollup/rollup-linux-x64-gnu": "4.62.2" } }, "node_modules/agntcy-dir": { diff --git a/package-lock.json b/package-lock.json index 32d8882..d966329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "node": ">=20.0.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.62.0" + "@rollup/rollup-linux-x64-gnu": "4.62.2" } }, "node_modules/@babel/helper-string-parser": { @@ -1588,9 +1588,9 @@ "peer": true }, "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.62.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.0.tgz", - "integrity": "sha512-7SDIalKeIpG0Ifogbbdn58HmSotYMlf23K3dCJEmiVd9Fg36Vmni82iPQec27N3wY4Bvbxftkxz6vSx9OcouTg==", + "version": "4.62.2", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz", + "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==", "cpu": [ "x64" ], @@ -4404,24 +4404,6 @@ "url": "https://github.com/sponsors/jonschlinkert" } }, - "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.62.2", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.62.2.tgz", - "integrity": "sha512-5BqxR/pshjey51iliyzTD5Xi3EN0aLmQ2lZ3lvefVV9c82BvrLo2/6OT55iifpWBufs6kdwWbuOKS841DrmK9A==", - "cpu": [ - "x64" - ], - "dev": true, - "libc": [ - "glibc" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "peer": true - }, "node_modules/semver": { "version": "7.7.4", "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", diff --git a/package.json b/package.json index f1c73c5..3d4ba74 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "workerpool": "^10.0.2" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "4.62.0" + "@rollup/rollup-linux-x64-gnu": "4.62.2" }, "engines": { "node": ">=20.0.0"