From 30c27bdac6126247aa741e49ce76863b15b887a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 12:06:21 +0000 Subject: [PATCH] build(deps-dev): bump rollup from 2.60.2 to 3.5.1 Bumps [rollup](https://github.com/rollup/rollup) from 2.60.2 to 3.5.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.60.2...v3.5.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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" },