diff --git a/package-lock.json b/package-lock.json index 94c0021..986cf0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hexo-site", "version": "0.0.0", "dependencies": { - "@sveltia/cms": "^0.111.0", + "@sveltia/cms": "^0.113.3", "axios": "^1.12.2", "cheerio": "^1.1.2", "hexo": "^7.3.0", @@ -34,7 +34,7 @@ "hexo-wordcount": "^6.0.1", "moment": "^2.30.1", "node-fetch": "^3.3.2", - "p-limit": "^7.1.1", + "p-limit": "^7.2.0", "vite-plugin-require-transform": "^1.0.21" } }, @@ -290,7 +290,6 @@ } ], "license": "MIT", - "peer": true, "engines": { "node": ">=18" }, @@ -313,7 +312,6 @@ } ], "license": "MIT", - "peer": true, "engines": { "node": ">=18" } @@ -354,9 +352,9 @@ } }, "node_modules/@sveltia/cms": { - "version": "0.111.0", - "resolved": "https://registry.npmmirror.com/@sveltia/cms/-/cms-0.111.0.tgz", - "integrity": "sha512-pH/PqrtUaTKs4n23Ak/slo2XLgqfoZHW935pS9rdJmPXPUE45A2DOtmt8WrLJhlaaQdXolSF4xu+t7hirvczRQ==", + "version": "0.113.3", + "resolved": "https://registry.npmjs.org/@sveltia/cms/-/cms-0.113.3.tgz", + "integrity": "sha512-rXOoMRO9o18N+vSKFHGgvO11Ikqrgb37Er9p6xvl49LeIQNeuVuFObEGX4WZfkKpGSxyvd+d+utzPzZ/jZpzVw==", "license": "MIT" }, "node_modules/@types/trusted-types": { @@ -2804,7 +2802,6 @@ "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.1.tgz", "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "license": "MIT", - "peer": true, "dependencies": { "argparse": "^2.0.1" }, @@ -3299,7 +3296,7 @@ }, "node_modules/p-limit": { "version": "7.2.0", - "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-7.2.0.tgz", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.2.0.tgz", "integrity": "sha512-ATHLtwoTNDloHRFFxFJdHnG6n2WUeFjaR8XQMFdKIv0xkXjrER8/iG9iu265jOM95zXHAfv9oTkqhrfbIzosrQ==", "license": "MIT", "dependencies": { @@ -3611,7 +3608,6 @@ "resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "license": "MIT", - "peer": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -3942,7 +3938,6 @@ "resolved": "https://registry.npmmirror.com/stylus/-/stylus-0.62.0.tgz", "integrity": "sha512-v3YCf31atbwJQIMtPNX8hcQ+okD4NQaTuKGUWfII8eaqn+3otrbttGL1zSMZAAtiPsBztQnujVBugg/cXFUpyg==", "license": "MIT", - "peer": true, "dependencies": { "@adobe/css-tools": "~4.3.1", "debug": "^4.3.2", diff --git a/package.json b/package.json index c90dc54..2c16af4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "7.3.0" }, "dependencies": { - "@sveltia/cms": "^0.111.0", + "@sveltia/cms": "^0.113.3", "axios": "^1.12.2", "cheerio": "^1.1.2", "hexo": "^7.3.0", @@ -38,7 +38,7 @@ "hexo-wordcount": "^6.0.1", "moment": "^2.30.1", "node-fetch": "^3.3.2", - "p-limit": "^7.1.1", + "p-limit": "^7.2.0", "vite-plugin-require-transform": "^1.0.21" } }