From 99a089d5cb1473c44f7b28f858be1cd4815419a4 Mon Sep 17 00:00:00 2001 From: BenjaminJ Date: Mon, 24 Mar 2025 10:26:07 +0100 Subject: [PATCH] Update @linthtml/dom-utils version --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0ee618..bae67e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.21", "license": "ISC", "devDependencies": { - "@linthtml/dom-utils": "0.9.5", + "@linthtml/dom-utils": "0.10.0", "eslint": "8.55.0", "eslint-config-htmlacademy": "10.0.1" } @@ -219,10 +219,11 @@ "dev": true }, "node_modules/@linthtml/dom-utils": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@linthtml/dom-utils/-/dom-utils-0.9.5.tgz", - "integrity": "sha512-q7riY+zNsTJeD0IoRV+0VdlFu2Y5jxxFCtlw97espB7+LiQalvJV/o3bn27DuQ8U6KPbFeFDjkfS8DX5tD+Ggg==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/@linthtml/dom-utils/-/dom-utils-0.10.0.tgz", + "integrity": "sha512-ojdVe6i8IPv0E/1gcjnpjNp1GCEdMvS+gs4/stHVj0yuNV369xIBOoJkXAGsMvohOee4As2oMiArRJDYaFUH1w==", "dev": true, + "license": "ISC", "dependencies": { "domelementtype": "^2.2.0", "domhandler": "^4.2.2" diff --git a/package.json b/package.json index 4f91e03..22991b7 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@linthtml/dom-utils": "0.9.5", + "@linthtml/dom-utils": "0.10.0", "eslint": "8.55.0", "eslint-config-htmlacademy": "10.0.1" }