diff --git a/package-lock.json b/package-lock.json index 1fb8c11..aba82bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react-dom": "^18.2.0", "react-hotkeys-hook": "^3.4.7", "react-i18next": "^12.0.0", - "react-icons": "^4.6.0" + "react-icons": "^4.7.1" }, "devDependencies": { "@livewing/eslint-config": "^1.0.6", @@ -12466,9 +12466,9 @@ } }, "node_modules/react-icons": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz", - "integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", + "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", "peerDependencies": { "react": "*" } @@ -15355,8 +15355,8 @@ } }, "wasm/decomposer/pkg": { - "version": "0.1.0", - "license": "MIT" + "name": "decomposer", + "version": "0.0.1" } }, "dependencies": { @@ -24435,9 +24435,9 @@ } }, "react-icons": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz", - "integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.7.1.tgz", + "integrity": "sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 799fe7f..ee9ac23 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react-dom": "^18.2.0", "react-hotkeys-hook": "^3.4.7", "react-i18next": "^12.0.0", - "react-icons": "^4.6.0" + "react-icons": "^4.7.1" }, "devDependencies": { "@livewing/eslint-config": "^1.0.6",