diff --git a/package-lock.json b/package-lock.json index 39ec833..bd916f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2398,9 +2398,9 @@ } }, "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.0.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", + "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==" }, "brace-expansion": { "version": "1.1.8", diff --git a/package.json b/package.json index c4adc31..e2048cd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/ankithkonda/react-simple-options-selector/issues" }, "dependencies": { - "bootstrap": "^4.6.0", + "bootstrap": "^5.0.0", "classnames": "^2.3.1", "jquery": "^3.5.0", "polished": "^1.4.1",