diff --git a/jazzmin-theme/package-lock.json b/jazzmin-theme/package-lock.json index bd4f4df6d..ae2a35c3a 100644 --- a/jazzmin-theme/package-lock.json +++ b/jazzmin-theme/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "bootstrap": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", + "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==" } } } diff --git a/jazzmin-theme/package.json b/jazzmin-theme/package.json index 1026bc4b4..d954d270f 100644 --- a/jazzmin-theme/package.json +++ b/jazzmin-theme/package.json @@ -10,6 +10,6 @@ "author": "", "license": "", "dependencies": { - "bootstrap": "^4.6.2" + "bootstrap": "^5.0.0" } }