diff --git a/package-lock.json b/package-lock.json index da824514..7981bd0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-butterfly": "^5.5.3", + "hexo-theme-butterfly": "^5.5.4", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1" } @@ -218,6 +218,13 @@ "@types/babel-types": "*" } }, + "node_modules/@types/trusted-types": { + "version": "2.0.7", + "resolved": "https://registry.npmmirror.com/@types/trusted-types/-/trusted-types-2.0.7.tgz", + "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==", + "license": "MIT", + "optional": true + }, "node_modules/a-sync-waterfall": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", @@ -2141,9 +2148,9 @@ } }, "node_modules/hexo-theme-butterfly": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/hexo-theme-butterfly/-/hexo-theme-butterfly-5.5.3.tgz", - "integrity": "sha512-3VP/MYuO03I0svUqfccPlHYJHA53nf7tzfHdrul9BRqdxRerqGVY+QkOKKsCfEx88rQr/Ty4cFFNWXDBEdV2Kw==", + "version": "5.5.4", + "resolved": "https://registry.npmmirror.com/hexo-theme-butterfly/-/hexo-theme-butterfly-5.5.4.tgz", + "integrity": "sha512-gk953p0P1c8QQHBm6xZAoPsYZuIMWsZR+riwT7By+1ygnEv9ZlEWqFflbZbKiXEJWy8VZhkV63k7SiwyifCkSw==", "license": "Apache-2.0", "dependencies": { "hexo-renderer-pug": "^3.0.0", diff --git a/package.json b/package.json index 5a6c60d6..3d12ce77 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "hexo-renderer-pug": "^3.0.0", "hexo-renderer-stylus": "^3.0.1", "hexo-server": "^3.0.0", - "hexo-theme-butterfly": "^5.5.3", + "hexo-theme-butterfly": "^5.5.4", "hexo-theme-landscape": "^1.0.0", "hexo-wordcount": "^6.0.1" }