diff --git a/package-lock.json b/package-lock.json index a7dcbbb7..71910999 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@babel/core": "^7.17", "@babel/preset-env": "^7.28", "@fullhuman/postcss-purgecss": "^4.1", - "@hyas/doks": "^0.4", + "@hyas/doks": "^0.5", "auto-changelog": "^2.5.0", "autoprefixer": "^10.4", "bootstrap": "^5.3", @@ -1853,11 +1853,15 @@ } }, "node_modules/@hyas/doks": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@hyas/doks/-/doks-0.4.0.tgz", - "integrity": "sha512-z2pALgYf/Mml2McKYWnPErAoNfcZceQxl2sb6w0u26niyCXfOSRUpBYR87APoo+oCLt/VGxl8MP7Q51VTQmFmg==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@hyas/doks/-/doks-0.5.0.tgz", + "integrity": "sha512-fOft8l14zzWfvWRtvRHGfWFVC2G8IebibllU48YorTWAIcN3LlYuFM6qhasq/Qw5jC5Id7QohT46JBQmNhRZPg==", + "deprecated": "Package no longer supported. Use https://www.npmjs.com/package/@thulite/doks-core instead.", "dev": true, - "hasInstallScript": true + "hasInstallScript": true, + "engines": { + "node": ">=16.16.0" + } }, "node_modules/@iconify/types": { "version": "2.0.0", @@ -9563,9 +9567,9 @@ "dev": true }, "@hyas/doks": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@hyas/doks/-/doks-0.4.0.tgz", - "integrity": "sha512-z2pALgYf/Mml2McKYWnPErAoNfcZceQxl2sb6w0u26niyCXfOSRUpBYR87APoo+oCLt/VGxl8MP7Q51VTQmFmg==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@hyas/doks/-/doks-0.5.0.tgz", + "integrity": "sha512-fOft8l14zzWfvWRtvRHGfWFVC2G8IebibllU48YorTWAIcN3LlYuFM6qhasq/Qw5jC5Id7QohT46JBQmNhRZPg==", "dev": true }, "@iconify/types": { diff --git a/package.json b/package.json index 2ac571b8..d5a5c004 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/core": "^7.17", "@babel/preset-env": "^7.28", "@fullhuman/postcss-purgecss": "^4.1", - "@hyas/doks": "^0.4", + "@hyas/doks": "^0.5", "auto-changelog": "^2.5.0", "autoprefixer": "^10.4", "bootstrap": "^5.3",