From 2790a07d4934b4da3cda5fc505af309364d05fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:42:16 +0000 Subject: [PATCH] chore(deps-dev): bump rollup Bumps [rollup](https://github.com/rollup/rollup) from 3.2.5 to 3.29.5. - [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/v3.2.5...v3.29.5) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 14 +++++++------- .../github-graphql-customfunction/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps-script/github-graphql-customfunction/package-lock.json b/apps-script/github-graphql-customfunction/package-lock.json index 18a53bd..52645ba 100644 --- a/apps-script/github-graphql-customfunction/package-lock.json +++ b/apps-script/github-graphql-customfunction/package-lock.json @@ -31,7 +31,7 @@ "eslint-config-prettier": "^8.5.0", "glob": "^8.0.3", "graphql": "github:graphql/graphql-js#npm", - "rollup": "^3.2.5", + "rollup": "^3.29.5", "type-fest": "^3.2.0", "typescript": "^4.6.4" } @@ -5119,9 +5119,9 @@ } }, "node_modules/rollup": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.2.5.tgz", - "integrity": "sha512-/Ha7HhVVofduy+RKWOQJrxe4Qb3xyZo+chcpYiD8SoQa4AG7llhupUtyfKSSrdBM2mWJjhM8wZwmbY23NmlIYw==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -9702,9 +9702,9 @@ } }, "rollup": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.2.5.tgz", - "integrity": "sha512-/Ha7HhVVofduy+RKWOQJrxe4Qb3xyZo+chcpYiD8SoQa4AG7llhupUtyfKSSrdBM2mWJjhM8wZwmbY23NmlIYw==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/apps-script/github-graphql-customfunction/package.json b/apps-script/github-graphql-customfunction/package.json index fa80294..d508d54 100644 --- a/apps-script/github-graphql-customfunction/package.json +++ b/apps-script/github-graphql-customfunction/package.json @@ -49,7 +49,7 @@ "eslint-config-prettier": "^8.5.0", "glob": "^8.0.3", "graphql": "github:graphql/graphql-js#npm", - "rollup": "^3.2.5", + "rollup": "^3.29.5", "type-fest": "^3.2.0", "typescript": "^4.6.4" }