From fafaada5ecfee546f33cbc196b71c06008ebf0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:30:33 -0700 Subject: [PATCH] Bump rollup from 3.29.4 to 3.29.5 (#7332) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [rollup](https://github.com/rollup/rollup) from 3.29.4 to 3.29.5.
Changelog

Sourced from rollup's changelog.

rollup changelog

4.22.4

2024-09-21

Bug Fixes

Pull Requests

4.22.3

2024-09-21

Bug Fixes

Pull Requests

4.22.2

2024-09-20

Bug Fixes

Pull Requests

4.22.1

2024-09-20

Bug Fixes

Pull Requests

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=3.29.4&new-version=3.29.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AzureAD/microsoft-authentication-library-for-js/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- extensions/msal-node-extensions/package.json | 2 +- lib/msal-browser/package.json | 2 +- lib/msal-common/package.json | 2 +- lib/msal-node/package.json | 2 +- package-lock.json | 13 +++++++------ 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/extensions/msal-node-extensions/package.json b/extensions/msal-node-extensions/package.json index a96b17c742..d7ead39a52 100644 --- a/extensions/msal-node-extensions/package.json +++ b/extensions/msal-node-extensions/package.json @@ -76,7 +76,7 @@ "eslint-config-msal": "file:../../shared-configs/eslint-config-msal", "jest": "^29.5.0", "node-addon-api": "^6.1.0", - "rollup": "^3.20.2", + "rollup": "^3.29.5", "rollup-msal": "file:../../shared-configs/rollup-msal", "shx": "^0.3.4", "ts-jest": "^29.1.0", diff --git a/lib/msal-browser/package.json b/lib/msal-browser/package.json index dd5e20234e..638b25fcb4 100644 --- a/lib/msal-browser/package.json +++ b/lib/msal-browser/package.json @@ -94,7 +94,7 @@ "msal-test-utils": "file:../../shared-test-utils", "prettier": "^2.8.7", "rimraf": "^3.0.0", - "rollup": "^3.14.0", + "rollup": "^3.29.5", "rollup-msal": "file:../../shared-configs/rollup-msal", "shx": "^0.3.2", "sinon": "^7.5.0", diff --git a/lib/msal-common/package.json b/lib/msal-common/package.json index 69bb494880..a96cace042 100644 --- a/lib/msal-common/package.json +++ b/lib/msal-common/package.json @@ -114,7 +114,7 @@ "msal-test-utils": "file:../../shared-test-utils", "prettier": "2.8.7", "rimraf": "^3.0.2", - "rollup": "^3.14.0", + "rollup": "^3.29.5", "rollup-msal": "file:../../shared-configs/rollup-msal", "shx": "^0.3.2", "sinon": "^7.5.0", diff --git a/lib/msal-node/package.json b/lib/msal-node/package.json index da762ee47a..85554437c0 100644 --- a/lib/msal-node/package.json +++ b/lib/msal-node/package.json @@ -74,7 +74,7 @@ "eslint-config-msal": "file:../../shared-configs/eslint-config-msal", "jest": "^29.5.0", "prettier": "2.8.7", - "rollup": "^3.20.1", + "rollup": "^3.29.5", "rollup-msal": "file:../../shared-configs/rollup-msal", "ts-jest": "^29.1.0", "tslib": "^1.10.0", diff --git a/package-lock.json b/package-lock.json index 128cb6ea95..2b1e68412e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "eslint-config-msal": "file:../../shared-configs/eslint-config-msal", "jest": "^29.5.0", "node-addon-api": "^6.1.0", - "rollup": "^3.20.2", + "rollup": "^3.29.5", "rollup-msal": "file:../../shared-configs/rollup-msal", "shx": "^0.3.4", "ts-jest": "^29.1.0", @@ -361,7 +361,7 @@ "msal-test-utils": "file:../../shared-test-utils", "prettier": "^2.8.7", "rimraf": "^3.0.0", - "rollup": "^3.14.0", + "rollup": "^3.29.5", "rollup-msal": "file:../../shared-configs/rollup-msal", "shx": "^0.3.2", "sinon": "^7.5.0", @@ -403,7 +403,7 @@ "msal-test-utils": "file:../../shared-test-utils", "prettier": "2.8.7", "rimraf": "^3.0.2", - "rollup": "^3.14.0", + "rollup": "^3.29.5", "rollup-msal": "file:../../shared-configs/rollup-msal", "shx": "^0.3.2", "sinon": "^7.5.0", @@ -485,7 +485,7 @@ "eslint-config-msal": "file:../../shared-configs/eslint-config-msal", "jest": "^29.5.0", "prettier": "2.8.7", - "rollup": "^3.20.1", + "rollup": "^3.29.5", "rollup-msal": "file:../../shared-configs/rollup-msal", "ts-jest": "^29.1.0", "tslib": "^1.10.0", @@ -34206,9 +34206,10 @@ "optional": true }, "node_modules/rollup": { - "version": "3.29.4", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, - "license": "MIT", "bin": { "rollup": "dist/bin/rollup" },