From aafc42617871fffdb7ff5465e7fc7da8136fa153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:11:15 +0000 Subject: [PATCH] chore(deps): bump rollup from 2.79.1 to 2.79.2 Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. - [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.79.1...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a68cb5520ad..4d33f5373c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -439,10 +439,6 @@ "sprintf-js": "~1.0.2" } }, - "node_modules/@asyncapi/generator/node_modules/js-yaml/node_modules/sprintf-js": { - "version": "1.0.3", - "license": "BSD-3-Clause" - }, "node_modules/@asyncapi/generator/node_modules/semver": { "version": "7.6.3", "license": "ISC", @@ -21821,8 +21817,9 @@ } }, "node_modules/rollup": { - "version": "2.79.1", - "license": "MIT", + "version": "2.79.2", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz", + "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==", "bin": { "rollup": "dist/bin/rollup" },