diff --git a/package-lock.json b/package-lock.json index 871e3d5..ed82280 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.3", "@types/mustache": "^4.2.2", - "@types/node": "^18.14.0", + "@types/node": "^20.4.2", "tailwindcss": "^3.2.6", "typescript": "^4.9.5" } @@ -91,9 +91,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.14.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.0.tgz", - "integrity": "sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==" + "version": "20.4.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.2.tgz", + "integrity": "sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==" }, "node_modules/accepts": { "version": "1.3.8", diff --git a/package.json b/package.json index af009bc..0ffe843 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@tailwindcss/forms": "^0.5.3", "@types/mustache": "^4.2.2", - "@types/node": "^18.14.0", + "@types/node": "^20.4.2", "tailwindcss": "^3.2.6", "typescript": "^4.9.5" },