diff --git a/phpMyAdmin/package.json b/phpMyAdmin/package.json index 725971a..4ebc535 100644 --- a/phpMyAdmin/package.json +++ b/phpMyAdmin/package.json @@ -14,7 +14,7 @@ "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "blueimp-md5": "^2.18.0", - "bootstrap": "4.5.3", + "bootstrap": "5.0.0", "codemirror": "5.59.2", "jquery": "3.5.1", "jquery-debounce-throttle": "^1.0.6-rc.0", diff --git a/phpMyAdmin/yarn.lock b/phpMyAdmin/yarn.lock index 6615ce6..8974b26 100644 --- a/phpMyAdmin/yarn.lock +++ b/phpMyAdmin/yarn.lock @@ -1256,7 +1256,7 @@ terminal-link "^2.0.0" v8-to-istanbul "^7.0.0" optionalDependencies: - node-notifier "^8.0.1" + node-notifier "^8.0.0" "@jest/source-map@^26.6.2": version "26.6.2" @@ -1913,10 +1913,10 @@ blueimp-md5@^2.18.0: resolved "https://registry.yarnpkg.com/blueimp-md5/-/blueimp-md5-2.18.0.tgz#1152be1335f0c6b3911ed9e36db54f3e6ac52935" integrity sha512-vE52okJvzsVWhcgUHOv+69OG3Mdg151xyn41aVQN/5W5S+S43qZhxECtYLAEHMSFWX6Mv5IZrzj3T5+JqXfj5Q== -bootstrap@4.5.3: - version "4.5.3" - resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.5.3.tgz#c6a72b355aaf323920be800246a6e4ef30997fe6" - integrity sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ== +bootstrap@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.0.0.tgz#97635ac0e0d6cb466700ebf0fd266bfabf352ed2" + integrity sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA== brace-expansion@^1.1.7: version "1.1.11"