diff --git a/package-lock.json b/package-lock.json index 8d24210..91b46e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-scripts": "4.0.3", "react-test-renderer": "17.0.2", "semantic-ui-css": "2.4.1", - "semantic-ui-react": "2.0.3", + "semantic-ui-react": "2.0.4", "typescript": "4.4.3", "use-query-params": "1.2.3" }, @@ -17156,9 +17156,10 @@ "license": "MIT" }, "node_modules/lodash-es": { - "version": "4.17.20", - "dev": true, - "license": "MIT" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", + "dev": true }, "node_modules/lodash-id": { "version": "0.14.0", @@ -22521,9 +22522,10 @@ } }, "node_modules/semantic-ui-react": { - "version": "2.0.3", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/semantic-ui-react/-/semantic-ui-react-2.0.4.tgz", + "integrity": "sha512-nTlIN/K1iEA7ybut2ICBlPfAushs2afkyUuwQ6vMlYpvLjnnUgN+JKhhoq47MlRuQ2ekdMDZ9OgctViTbDyBaQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/runtime": "^7.10.5", "@fluentui/react-component-event-listener": "~0.51.6", @@ -22532,8 +22534,8 @@ "@semantic-ui-react/event-stack": "^3.1.2", "clsx": "^1.1.1", "keyboard-key": "^1.1.0", - "lodash": "^4.17.19", - "lodash-es": "^4.17.15", + "lodash": "^4.17.21", + "lodash-es": "^4.17.21", "prop-types": "^15.7.2", "react-is": "^16.8.6 || ^17.0.0", "react-popper": "^2.2.4", @@ -38948,7 +38950,9 @@ "version": "4.17.21" }, "lodash-es": { - "version": "4.17.20", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", "dev": true }, "lodash-id": { @@ -42745,7 +42749,9 @@ } }, "semantic-ui-react": { - "version": "2.0.3", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/semantic-ui-react/-/semantic-ui-react-2.0.4.tgz", + "integrity": "sha512-nTlIN/K1iEA7ybut2ICBlPfAushs2afkyUuwQ6vMlYpvLjnnUgN+JKhhoq47MlRuQ2ekdMDZ9OgctViTbDyBaQ==", "dev": true, "requires": { "@babel/runtime": "^7.10.5", @@ -42755,8 +42761,8 @@ "@semantic-ui-react/event-stack": "^3.1.2", "clsx": "^1.1.1", "keyboard-key": "^1.1.0", - "lodash": "^4.17.19", - "lodash-es": "^4.17.15", + "lodash": "^4.17.21", + "lodash-es": "^4.17.21", "prop-types": "^15.7.2", "react-is": "^16.8.6 || ^17.0.0", "react-popper": "^2.2.4", diff --git a/package.json b/package.json index f9bdb51..cabef06 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "react-scripts": "4.0.3", "react-test-renderer": "17.0.2", "semantic-ui-css": "2.4.1", - "semantic-ui-react": "2.0.3", + "semantic-ui-react": "2.0.4", "typescript": "4.4.3", "use-query-params": "1.2.3" },