diff --git a/package-lock.json b/package-lock.json
index fa5db86..83e91e9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,24 +9,24 @@
       "version": "0.0.1",
       "license": "MIT",
       "dependencies": {
-        "babel-runtime": "^6.26.0",
-        "classnames": "^2.2.6",
-        "lodash": "^4.17.21",
-        "marked": "^0.8.0",
-        "moment": "^2.24.0",
-        "moment-strftime": "^0.5.0",
-        "next": "^10.0.0",
-        "node-sass": "^4.14.1",
-        "node-sass-utils": "^1.1.3",
+        "babel-runtime": "6.26.0",
+        "classnames": "2.2.6",
+        "lodash": "4.17.21",
+        "marked": "0.8.2",
+        "moment": "2.29.1",
+        "moment-strftime": "0.5.0",
+        "next": "10.2.1",
+        "node-sass": "4.14.1",
+        "node-sass-utils": "1.1.3",
         "react": "16.12.0",
         "react-dom": "16.12.0",
-        "react-helmet": "^6.1.0",
-        "react-html-parser": "^2.0.2",
-        "react-script-tag": "^1.1.2",
-        "sourcebit": "^0.9.0",
-        "sourcebit-source-filesystem": "^0.1.3",
-        "sourcebit-target-next": "^0.5.2",
-        "sprintf-js": "^1.1.2"
+        "react-helmet": "6.1.0",
+        "react-html-parser": "2.0.2",
+        "react-script-tag": "1.1.2",
+        "sourcebit": "0.9.0",
+        "sourcebit-source-filesystem": "0.1.3",
+        "sourcebit-target-next": "0.5.2",
+        "sprintf-js": "1.1.2"
       }
     },
     "node_modules/@babel/helper-validator-identifier": {
diff --git a/package.json b/package.json
index 3c66ab6..33c04cc 100644
--- a/package.json
+++ b/package.json
@@ -11,23 +11,23 @@
     "start": "next start"
   },
   "dependencies": {
-    "babel-runtime": "^6.26.0",
-    "classnames": "^2.2.6",
-    "lodash": "^4.17.21",
-    "marked": "^0.8.0",
-    "moment": "^2.24.0",
-    "moment-strftime": "^0.5.0",
-    "next": "^10.0.0",
-    "node-sass": "^4.14.1",
-    "node-sass-utils": "^1.1.3",
+    "babel-runtime": "6.26.0",
+    "classnames": "2.2.6",
+    "lodash": "4.17.21",
+    "marked": "0.8.2",
+    "moment": "2.29.1",
+    "moment-strftime": "0.5.0",
+    "next": "10.2.1",
+    "node-sass": "4.14.1",
+    "node-sass-utils": "1.1.3",
     "react": "16.12.0",
     "react-dom": "16.12.0",
-    "react-helmet": "^6.1.0",
-    "react-html-parser": "^2.0.2",
-    "react-script-tag": "^1.1.2",
-    "sourcebit": "^0.9.0",
-    "sourcebit-source-filesystem": "^0.1.3",
-    "sourcebit-target-next": "^0.5.2",
-    "sprintf-js": "^1.1.2"
+    "react-helmet": "6.1.0",
+    "react-html-parser": "2.0.2",
+    "react-script-tag": "1.1.2",
+    "sourcebit": "0.9.0",
+    "sourcebit-source-filesystem": "0.1.3",
+    "sourcebit-target-next": "0.5.2",
+    "sprintf-js": "1.1.2"
   }
 }