diff --git a/josh-ui/package-lock.json b/josh-ui/package-lock.json index 2e623ad96..4d7cd37d9 100644 --- a/josh-ui/package-lock.json +++ b/josh-ui/package-lock.json @@ -21,7 +21,7 @@ "monaco-editor": "^0.33.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-ionicons": "^4.2.0", + "react-ionicons": "^4.2.1", "react-router-dom": "^6.30.1", "react-scripts": "5.0.1", "sass": "^1.49.9", @@ -13368,9 +13368,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-ionicons": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/react-ionicons/-/react-ionicons-4.2.0.tgz", - "integrity": "sha512-EBZtrnK4Uyro8WYy0fKbGop/wmFkn3DxfY1i730FZSUJP6IIoJbTk58d6DqBdo8alHmAN4STBLzE9t33tBO8dg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/react-ionicons/-/react-ionicons-4.2.1.tgz", + "integrity": "sha512-/i6Sp35YF5bxtoDoAN/K6WOrvwDXDmYOYdkYd7dKT42ExSo0T79CB2Z3ejsWoOLxmZdgcXOBk8EKE/lbx89rEA==", "dependencies": { "prop-types": "15.5.10", "react": "17.0.1", @@ -26317,9 +26317,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "react-ionicons": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/react-ionicons/-/react-ionicons-4.2.0.tgz", - "integrity": "sha512-EBZtrnK4Uyro8WYy0fKbGop/wmFkn3DxfY1i730FZSUJP6IIoJbTk58d6DqBdo8alHmAN4STBLzE9t33tBO8dg==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/react-ionicons/-/react-ionicons-4.2.1.tgz", + "integrity": "sha512-/i6Sp35YF5bxtoDoAN/K6WOrvwDXDmYOYdkYd7dKT42ExSo0T79CB2Z3ejsWoOLxmZdgcXOBk8EKE/lbx89rEA==", "requires": { "prop-types": "15.5.10", "react": "17.0.1", diff --git a/josh-ui/package.json b/josh-ui/package.json index 30bcf6f84..5a8e174df 100644 --- a/josh-ui/package.json +++ b/josh-ui/package.json @@ -16,7 +16,7 @@ "monaco-editor": "^0.33.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-ionicons": "^4.2.0", + "react-ionicons": "^4.2.1", "react-router-dom": "^6.30.1", "react-scripts": "5.0.1", "sass": "^1.49.9",