From 654c51d7c57190ea13532c3f26da5faf4a1c31e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 08:39:52 +0000 Subject: [PATCH] chore:(deps): bump bootstrap from 4.6.0 to 5.2.2 in /explorer Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.0 to 5.2.2. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v5.2.2) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- explorer/package-lock.json | 44 ++++++++++++++++++++++++++++++++------ explorer/package.json | 2 +- 2 files changed, 38 insertions(+), 8 deletions(-) diff --git a/explorer/package-lock.json b/explorer/package-lock.json index 0f3b56dc1f4..8be66d79cc9 100644 --- a/explorer/package-lock.json +++ b/explorer/package-lock.json @@ -33,7 +33,7 @@ "@types/socket.io-client": "^3.0.0", "bignumber.js": "^9.0.1", "bn.js": "^5.2.0", - "bootstrap": "^4.6.0", + "bootstrap": "^5.2.2", "bs58": "^4.0.1", "chai": "^4.3.4", "chart.js": "^2.9.4", @@ -3168,6 +3168,16 @@ "node": ">= 8" } }, + "node_modules/@popperjs/core": { + "version": "2.11.6", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", + "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, "node_modules/@project-serum/anchor": { "version": "0.11.1", "resolved": "https://registry.npmjs.org/@project-serum/anchor/-/anchor-0.11.1.tgz", @@ -6267,9 +6277,22 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "node_modules/bootstrap": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz", - "integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==" + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.2.tgz", + "integrity": "sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "peerDependencies": { + "@popperjs/core": "^2.11.6" + } }, "node_modules/borsh": { "version": "0.4.0", @@ -27121,6 +27144,12 @@ } } }, + "@popperjs/core": { + "version": "2.11.6", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", + "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", + "peer": true + }, "@project-serum/anchor": { "version": "0.11.1", "resolved": "https://registry.npmjs.org/@project-serum/anchor/-/anchor-0.11.1.tgz", @@ -29729,9 +29758,10 @@ "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "bootstrap": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.0.tgz", - "integrity": "sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw==" + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.2.tgz", + "integrity": "sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==", + "requires": {} }, "borsh": { "version": "0.4.0", diff --git a/explorer/package.json b/explorer/package.json index 060ec2e0642..4be7b068ae3 100644 --- a/explorer/package.json +++ b/explorer/package.json @@ -28,7 +28,7 @@ "@types/socket.io-client": "^3.0.0", "bignumber.js": "^9.0.1", "bn.js": "^5.2.0", - "bootstrap": "^4.6.0", + "bootstrap": "^5.2.2", "bs58": "^4.0.1", "chai": "^4.3.4", "chart.js": "^2.9.4",