diff --git a/package-lock.json b/package-lock.json index ebf2694b8c..bf84f87c95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2296,7 +2296,8 @@ }, "node_modules/@gilbarbara/deep-equal": { "version": "0.1.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@gilbarbara/deep-equal/-/deep-equal-0.1.2.tgz", + "integrity": "sha512-jk+qzItoEb0D0xSSmrKDDzf9sheQj/BAPxlgNxgmOaA3mxpUa6ndJLYGZKsJnIVEQSD8zcTbyILz7I0HcnBCRA==" }, "node_modules/@gilbarbara/helpers": { "version": "0.9.0", @@ -7817,10 +7818,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/exenv": { - "version": "1.2.2", - "license": "BSD-3-Clause" - }, "node_modules/exit": { "version": "0.1.2", "dev": true, @@ -13173,7 +13170,9 @@ }, "node_modules/popper.js": { "version": "1.16.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", + "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", + "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", "funding": { "type": "opencollective", "url": "https://opencollective.com/popperjs" @@ -14054,15 +14053,14 @@ "license": "MIT" }, "node_modules/react-floater": { - "version": "0.7.6", - "license": "MIT", + "version": "0.7.9", + "resolved": "https://registry.npmjs.org/react-floater/-/react-floater-0.7.9.tgz", + "integrity": "sha512-NXqyp9o8FAXOATOEo0ZpyaQ2KPb4cmPMXGWkx377QtJkIXHlHRAGer7ai0r0C1kG5gf+KJ6Gy+gdNIiosvSicg==", "dependencies": { - "deepmerge": "^4.2.2", - "exenv": "^1.2.2", + "deepmerge": "^4.3.1", "is-lite": "^0.8.2", "popper.js": "^1.16.0", "prop-types": "^15.8.1", - "react-proptype-conditional-require": "^1.0.4", "tree-changes": "^0.9.1" }, "peerDependencies": { @@ -14072,7 +14070,8 @@ }, "node_modules/react-floater/node_modules/is-lite": { "version": "0.8.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/is-lite/-/is-lite-0.8.2.tgz", + "integrity": "sha512-JZfH47qTsslwaAsqbMI3Q6HNNjUuq6Cmzzww50TdP5Esb6e1y2sK2UAaZZuzfAzpoI2AkxoPQapZdlDuP6Vlsw==" }, "node_modules/react-image-crop": { "version": "11.0.0", @@ -14104,21 +14103,22 @@ "license": "MIT" }, "node_modules/react-joyride": { - "version": "2.7.0", - "license": "MIT", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/react-joyride/-/react-joyride-2.7.1.tgz", + "integrity": "sha512-G6/wtM5K6TyRxGebpaEiUg8dExQhGGtYPczjqOkFpeov7eXOHXdzT1huGJxp9fj7nW82cfKVQa6wTsO5aZ1ilw==", "dependencies": { "@gilbarbara/deep-equal": "^0.3.1", "@gilbarbara/helpers": "^0.9.0", "deep-diff": "^1.0.2", "deepmerge": "^4.3.1", "is-lite": "^1.2.0", - "react-floater": "^0.7.6", + "react-floater": "^0.7.9", "react-innertext": "^1.1.5", "react-is": "^16.13.1", "scroll": "^3.0.1", "scrollparent": "^2.1.0", - "tree-changes": "^0.11.1", - "type-fest": "^4.7.1" + "tree-changes": "^0.11.2", + "type-fest": "^4.8.3" }, "peerDependencies": { "react": "15 - 18", @@ -14138,8 +14138,9 @@ } }, "node_modules/react-joyride/node_modules/type-fest": { - "version": "4.7.1", - "license": "(MIT OR CC0-1.0)", + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.8.3.tgz", + "integrity": "sha512-//BaTm14Q/gHBn09xlnKNqfI8t6bmdzx2DXYfPBNofN0WUybCEUDcbCWcTa0oF09lzLjZgPphXAsvRiMK0V6Bw==", "engines": { "node": ">=16" }, @@ -14172,10 +14173,6 @@ "react-dom": "^16.8.0 || ^17 || ^18" } }, - "node_modules/react-proptype-conditional-require": { - "version": "1.0.4", - "license": "MIT" - }, "node_modules/react-redux": { "version": "8.1.3", "license": "MIT", @@ -16486,7 +16483,8 @@ }, "node_modules/tree-changes": { "version": "0.9.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/tree-changes/-/tree-changes-0.9.3.tgz", + "integrity": "sha512-vvvS+O6kEeGRzMglTKbc19ltLWNtmNt1cpBoSYLj/iEcPVvpJasemKOlxBrmZaCtDJoF+4bwv3m01UKYi8mukQ==", "dependencies": { "@gilbarbara/deep-equal": "^0.1.1", "is-lite": "^0.8.2" @@ -16494,7 +16492,8 @@ }, "node_modules/tree-changes/node_modules/is-lite": { "version": "0.8.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/is-lite/-/is-lite-0.8.2.tgz", + "integrity": "sha512-JZfH47qTsslwaAsqbMI3Q6HNNjUuq6Cmzzww50TdP5Esb6e1y2sK2UAaZZuzfAzpoI2AkxoPQapZdlDuP6Vlsw==" }, "node_modules/trim-newlines": { "version": "4.1.1",