diff --git a/package-lock.json b/package-lock.json index a439231049..e78abea0d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5694,12 +5694,6 @@ "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", "dev": true }, - "validate-with-xmllint": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/validate-with-xmllint/-/validate-with-xmllint-1.2.0.tgz", - "integrity": "sha512-UZ1+rDi48HJVlzPKXhRQAZnlBMJceo04j+2w48QEAQa7bzIco/WY5YUigLoNTEa89kmbZbzrmgqzgN1HD+nu5A==", - "dev": true - }, "verror": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", diff --git a/package.json b/package.json index b1817de28b..f19f15abec 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,6 @@ "typedoc": "^0.22.3", "typescript": "4.4.3", "unzipper": "^0.10.11", - "validate-with-xmllint": "^1.2.0", "webpack": "^5.28.0", "webpack-cli": "^4.6.0" },