diff --git a/src/OrchardCore.Modules/OrchardCore.Workflows/package-lock.json b/src/OrchardCore.Modules/OrchardCore.Workflows/package-lock.json index b9e116a4ca1..c5815c3085b 100644 --- a/src/OrchardCore.Modules/OrchardCore.Workflows/package-lock.json +++ b/src/OrchardCore.Modules/OrchardCore.Workflows/package-lock.json @@ -8,19 +8,27 @@ "name": "orchardcore.workflows", "version": "1.0.0", "dependencies": { - "@types/bootstrap": "4.5.0", + "@types/bootstrap": "5.2.5", "@types/jquery": "3.5.5", - "bootstrap": "4.6.0", + "bootstrap": "5.2.2", "jsplumb": "2.15.6" } }, + "node_modules/@popperjs/core": { + "version": "2.11.6", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", + "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, "node_modules/@types/bootstrap": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-4.5.0.tgz", - "integrity": "sha512-AWu7D+Cduyic75YptSRiXuCIy1c3SsmYk/9ixS68Ft2eAgg2wRj5U2M+7PK5zpakk4gTgfrWHeGxJqkSjttwyQ==", + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.5.tgz", + "integrity": "sha512-VnalUJ3E/oaV3DYrauEc/sSPpaEPxTV09twSEzY4KFRvyuGlrZUSqG95XZ6ReAi0YMZIs7rXxdngDK2X1YONQA==", "dependencies": { - "@types/jquery": "*", - "popper.js": "^1.14.1" + "@popperjs/core": "^2.9.2" } }, "node_modules/@types/jquery": { @@ -37,29 +45,41 @@ "integrity": "sha512-7EJYyKTL7tFR8+gDbB6Wwz/arpGa0Mywk1TJbNzKzHtzbwVmY4HR9WqS5VV7dsBUKQmPNr192jHr/VpBluj/hg==" }, "node_modules/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.2.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.2.tgz", + "integrity": "sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "peerDependencies": { + "@popperjs/core": "^2.11.6" + } }, "node_modules/jsplumb": { "version": "2.15.6", "resolved": "https://registry.npmjs.org/jsplumb/-/jsplumb-2.15.6.tgz", "integrity": "sha512-sIpbpz5eMVM+vV+MQzFCidlaa1RsknrQs6LOTKYDjYUDdTAi2AN2bFi94TxB33TifcIsRNV1jebcaxg0tCoPzg==" - }, - "node_modules/popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==" } }, "dependencies": { + "@popperjs/core": { + "version": "2.11.6", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", + "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==" + }, "@types/bootstrap": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-4.5.0.tgz", - "integrity": "sha512-AWu7D+Cduyic75YptSRiXuCIy1c3SsmYk/9ixS68Ft2eAgg2wRj5U2M+7PK5zpakk4gTgfrWHeGxJqkSjttwyQ==", + "version": "5.2.5", + "resolved": "https://registry.npmjs.org/@types/bootstrap/-/bootstrap-5.2.5.tgz", + "integrity": "sha512-VnalUJ3E/oaV3DYrauEc/sSPpaEPxTV09twSEzY4KFRvyuGlrZUSqG95XZ6ReAi0YMZIs7rXxdngDK2X1YONQA==", "requires": { - "@types/jquery": "*", - "popper.js": "^1.14.1" + "@popperjs/core": "^2.9.2" } }, "@types/jquery": { @@ -76,19 +96,15 @@ "integrity": "sha512-7EJYyKTL7tFR8+gDbB6Wwz/arpGa0Mywk1TJbNzKzHtzbwVmY4HR9WqS5VV7dsBUKQmPNr192jHr/VpBluj/hg==" }, "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.2.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.2.tgz", + "integrity": "sha512-dEtzMTV71n6Fhmbg4fYJzQsw1N29hJKO1js5ackCgIpDcGid2ETMGC6zwSYw09v05Y+oRdQ9loC54zB1La3hHQ==", + "requires": {} }, "jsplumb": { "version": "2.15.6", "resolved": "https://registry.npmjs.org/jsplumb/-/jsplumb-2.15.6.tgz", "integrity": "sha512-sIpbpz5eMVM+vV+MQzFCidlaa1RsknrQs6LOTKYDjYUDdTAi2AN2bFi94TxB33TifcIsRNV1jebcaxg0tCoPzg==" - }, - "popper.js": { - "version": "1.16.1", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", - "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==" } } } diff --git a/src/OrchardCore.Modules/OrchardCore.Workflows/package.json b/src/OrchardCore.Modules/OrchardCore.Workflows/package.json index ae12cda0977..96add2df041 100644 --- a/src/OrchardCore.Modules/OrchardCore.Workflows/package.json +++ b/src/OrchardCore.Modules/OrchardCore.Workflows/package.json @@ -2,9 +2,9 @@ "name": "orchardcore.workflows", "version": "1.0.0", "dependencies": { - "@types/bootstrap": "4.5.0", + "@types/bootstrap": "5.2.5", "@types/jquery": "3.5.5", - "bootstrap": "4.6.0", + "bootstrap": "5.2.2", "jsplumb": "2.15.6" } }