diff --git a/package-lock.json b/package-lock.json index 342f4ec0..085f6f16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "express": "^4.19.2", "express-basic-auth": "^1.2.1", "express-session": "^1.18.0", - "ghtml": "^3.0.0", + "ghtml": "^3.0.2", "helmet": "^7.1.0", "http-errors": "^2.0.0", "ioredis": "^5.4.1", @@ -4796,9 +4796,9 @@ } }, "node_modules/ghtml": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ghtml/-/ghtml-3.0.0.tgz", - "integrity": "sha512-Gv40QHzVm3MYe6HdVAWUIPusshiqRSnthhbPwQ/wHFweX2c2q44tDarPJ7+9b6BGDSaVOtr3V+Jq20Tl3hjAiA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/ghtml/-/ghtml-3.0.2.tgz", + "integrity": "sha512-zu5Gx40Ie9qcPVhhqc0bPFnbjYw+hjwSCrYdqEqDROjyMNZ5or8GR5yXDE85Y5xe5cpt3p2wIU29fOZgtV6tUQ==", "license": "MIT", "dependencies": { "glob": "^10.4.5" diff --git a/package.json b/package.json index eac5bb45..cb14caca 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "express": "^4.19.2", "express-basic-auth": "^1.2.1", "express-session": "^1.18.0", - "ghtml": "^3.0.0", + "ghtml": "^3.0.2", "helmet": "^7.1.0", "http-errors": "^2.0.0", "ioredis": "^5.4.1", diff --git a/src/types.d.ts b/src/types.d.ts deleted file mode 100644 index ed82a534..00000000 --- a/src/types.d.ts +++ /dev/null @@ -1,6 +0,0 @@ -declare module "ghtml" { - export function html( - literals: TemplateStringsArray, - ...placeholders: any[] - ): string; -}