diff --git a/package-lock.json b/package-lock.json
index 21e7d71..93970cb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -286,9 +286,9 @@
       }
     },
     "esbuild": {
-      "version": "0.11.13",
-      "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.11.13.tgz",
-      "integrity": "sha512-d5coY4dd4rVWle0WzrR8+32ukKtZroVJ/wJzOwbBEmoSFB/H3QME0l+3IAN5Sf3LtuoUSivdv1/b5rD7OykXeg==",
+      "version": "0.11.14",
+      "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.11.14.tgz",
+      "integrity": "sha512-ejheEPkqhq5y0LM9rG9e+3yDihPtqeeE4NZmG7VQiSGJ3CjO4HvPOHmhhttSksfSztjLAGo2+0/zSIvlqj4JOQ==",
       "dev": true
     },
     "escape-string-regexp": {
diff --git a/package.json b/package.json
index bbfbe25..93a0b9c 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
   "license": "MIT",
   "description": "Use the same code font across different sites",
   "devDependencies": {
-    "esbuild": "0.11.13",
+    "esbuild": "0.11.14",
     "eslint": "7.24.0",
     "eslint-plugin-local": "file:scripts/eslint"
   }