diff --git a/package-lock.json b/package-lock.json
index 2ccfaae..32ca803 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -18,7 +18,7 @@
"next": "^14.2.20",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "react-icons": "^5.3.0",
+ "react-icons": "^5.4.0",
"sharp": "^0.33.5"
},
"devDependencies": {
@@ -8413,10 +8413,9 @@
}
},
"node_modules/react-icons": {
- "version": "5.3.0",
- "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.3.0.tgz",
- "integrity": "sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==",
- "license": "MIT",
+ "version": "5.4.0",
+ "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.4.0.tgz",
+ "integrity": "sha512-7eltJxgVt7X64oHh6wSWNwwbKTCtMfK35hcjvJS0yxEAhPM8oUKdS3+kqaW1vicIltw+kR2unHaa12S9pPALoQ==",
"peerDependencies": {
"react": "*"
}
diff --git a/package.json b/package.json
index 08c09f4..46df037 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"next": "^14.2.20",
"react": "^18.3.1",
"react-dom": "^18.3.1",
- "react-icons": "^5.3.0",
+ "react-icons": "^5.4.0",
"sharp": "^0.33.5"
},
"devDependencies": {
diff --git a/src/data/index.jsx b/src/data/index.jsx
index b061dc5..7cb0cc0 100644
--- a/src/data/index.jsx
+++ b/src/data/index.jsx
@@ -2,15 +2,10 @@ import { LuHeading1 } from 'react-icons/lu';
import { RiJavascriptFill } from 'react-icons/ri';
import { TbBrandNextjs } from 'react-icons/tb';
import { MdDataObject } from 'react-icons/md';
+import { BiLogoVisualStudio } from 'react-icons/bi';
import { GiHummingbird } from 'react-icons/gi';
import { LuNetwork } from 'react-icons/lu';
-import {
- SiCplusplus,
- SiVisualstudiocode,
- SiOpenai,
- SiThealgorithms,
- SiSynology,
-} from 'react-icons/si';
+import { SiCplusplus, SiOpenai, SiThealgorithms, SiSynology } from 'react-icons/si';
import {
FaBook,
FaTag,
@@ -196,7 +191,7 @@ export const MARKDOWN_DOCUMENT_DATA_TAG_META = Object.freeze({
en: 'VScode',
ko: '비주얼 스튜디오 코드',
},
- reactIcons: ,
+ reactIcons: ,
order: 14,
},
openai: {