diff --git a/Source/Applications/SystemCenterNotification/package-lock.json b/Source/Applications/SystemCenterNotification/package-lock.json index 464e02717..44548da8d 100644 --- a/Source/Applications/SystemCenterNotification/package-lock.json +++ b/Source/Applications/SystemCenterNotification/package-lock.json @@ -17,7 +17,7 @@ "@gpa-gemstone/react-interactive": "1.0.149", "@gpa-gemstone/react-table": "1.2.71", "@reduxjs/toolkit": "1.8.3", - "bootstrap": "4.6.0", + "bootstrap": "5.0.0", "lodash": "^4.17.21", "moment": "2.29.4", "pretty-data": "0.40.0", @@ -1670,6 +1670,17 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "license": "MIT", + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, "node_modules/@reduxjs/toolkit": { "version": "1.8.3", "license": "MIT", @@ -2410,15 +2421,16 @@ "license": "MIT" }, "node_modules/bootstrap": { - "version": "4.6.0", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0.tgz", + "integrity": "sha512-tmhPET9B9qCl8dCofvHeiIhi49iBt0EehmIsziZib65k1erBW1rHhj2s/2JsuQh5Pq+xz2E9bEbzp9B7xHG+VA==", "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/bootstrap" }, "peerDependencies": { - "jquery": "1.9.1 - 3", - "popper.js": "^1.16.1" + "@popperjs/core": "^2.9.2" } }, "node_modules/brace-expansion": { @@ -6298,15 +6310,6 @@ "node": ">=8" } }, - "node_modules/popper.js": { - "version": "1.16.1", - "license": "MIT", - "peer": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, "node_modules/possible-typed-array-names": { "version": "1.0.0", "dev": true, diff --git a/Source/Applications/SystemCenterNotification/package.json b/Source/Applications/SystemCenterNotification/package.json index 56f192d0a..0e88aa6f7 100644 --- a/Source/Applications/SystemCenterNotification/package.json +++ b/Source/Applications/SystemCenterNotification/package.json @@ -28,7 +28,7 @@ "@gpa-gemstone/react-interactive": "1.0.149", "@gpa-gemstone/react-table": "1.2.71", "@reduxjs/toolkit": "1.8.3", - "bootstrap": "4.6.0", + "bootstrap": "5.0.0", "moment": "2.29.4", "react": "18.2.0", "react-dom": "18.2.0",