diff --git a/package-lock.json b/package-lock.json index 6c5022c7efc..e305008efcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,9 +10,9 @@ "integrity": "sha1-j3hTCJJu1apHjEfmTRszS2wMlH0=" }, "bootstrap": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz", - "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", + "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==" }, "commander": { "version": "2.19.0", diff --git a/package.json b/package.json index 53fe7f8b9b0..c52dab88144 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "bootstrap": "^4.3.1", + "bootstrap": "^5.0.0", "d3": "^5.7.0", "d3-tip": "^0.9.1", "lunr": "2.3.5",