From b98fb14d3dd7680bfe48bdf9ba0232e6a06d4003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:59:07 +0000 Subject: [PATCH] chore(deps): bump bootstrap in /auth0-user-profile-authorization Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 5.0.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v3.3.7...v5.0.0) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- auth0-user-profile-authorization/package-lock.json | 6 +++--- auth0-user-profile-authorization/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/auth0-user-profile-authorization/package-lock.json b/auth0-user-profile-authorization/package-lock.json index 731fd2bc..7a9a9b8e 100644 --- a/auth0-user-profile-authorization/package-lock.json +++ b/auth0-user-profile-authorization/package-lock.json @@ -2571,9 +2571,9 @@ "dev": true }, "bootstrap": { - "version": "3.3.7", - "resolved": "http://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz", - "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E=" + "version": "5.0.0", + "resolved": "http://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", + "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==" }, "brace-expansion": { "version": "1.1.11", diff --git a/auth0-user-profile-authorization/package.json b/auth0-user-profile-authorization/package.json index d2e0b1a2..993b906d 100644 --- a/auth0-user-profile-authorization/package.json +++ b/auth0-user-profile-authorization/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "auth0-js": "^9.0.0", - "bootstrap": "^3.3.7", + "bootstrap": "^5.0.0", "react": "^15.6.1", "react-bootstrap": "^0.31.2", "react-dom": "^15.6.1",