diff --git a/package-lock.json b/package-lock.json index 5e3024d..6ddf1b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5957,9 +5957,9 @@ } }, "rollup": { - "version": "2.60.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.60.2.tgz", - "integrity": "sha512-1Bgjpq61sPjgoZzuiDSGvbI1tD91giZABgjCQBKM5aYLnzjq52GoDuWVwT/cm/MCxCMPU8gqQvkj8doQ5C8Oqw==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.1.tgz", + "integrity": "sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index ca8dc30..a98686d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "graphql": "^15.5.1", "graphql-query-complexity": "^0.9.0", "mocha": "^9.0.3", - "rollup": "^2.56.2", + "rollup": "^3.5.1", "semantic-release": "^18.0.0", "typescript": "^4.3.5" },