diff --git a/demos/Showcase/angular-boundless/package-lock.json b/demos/Showcase/angular-boundless/package-lock.json index 9ac61ef05..c2165c136 100644 --- a/demos/Showcase/angular-boundless/package-lock.json +++ b/demos/Showcase/angular-boundless/package-lock.json @@ -832,9 +832,9 @@ } }, "bootstrap": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.3.7.tgz", - "integrity": "sha1-WjiTlFSfIzMIdaOxUGVldPip63E=" + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", + "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==" }, "buffer-from": { "version": "1.1.2", diff --git a/demos/Showcase/angular-boundless/package.json b/demos/Showcase/angular-boundless/package.json index ac566763c..4d79845d4 100644 --- a/demos/Showcase/angular-boundless/package.json +++ b/demos/Showcase/angular-boundless/package.json @@ -51,7 +51,7 @@ "core-js": "^2.5.1", "hammerjs": "2.0.8", "jqwidgets-scripts": "5.4.0", - "bootstrap": "3.3.7", + "bootstrap": "5.0.0", "rxjs": "^5.4.3", "zone.js": "^0.8.18" },