diff --git a/package-lock.json b/package-lock.json index 0e695afd5ec82..0da140c1521aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26909,9 +26909,9 @@ "integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=" }, "xpath": { - "version": "0.0.27", - "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.27.tgz", - "integrity": "sha512-fg03WRxtkCV6ohClePNAECYsmpKKTv5L8y/X3Dn1hQrec3POx2jHZ/0P2qQ6HvsrU1BmeqXcof3NGGueG6LxwQ==" + "version": "0.0.32", + "resolved": "https://registry.npmjs.org/xpath/-/xpath-0.0.32.tgz", + "integrity": "sha512-rxMJhSIoiO8vXcWvSifKqhvV96GjiD5wYb8/QHdoRyQvraTpp4IEv944nhGausZZ3u7dhQXteZuZbaqfpB7uYw==" }, "xregexp": { "version": "4.2.4", diff --git a/package.json b/package.json index 4864a55e13896..3dd9cc99b312e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "semver": "~6.3.0", "simple-icons": "1.19.0", "xmldom": "~0.5.0", - "xpath": "~0.0.27" + "xpath": "~0.0.32" }, "scripts": { "coverage:test:server": "echo \"Deprecated; run `npm run coverage:test:core` instead.\" && npm run coverage:test:core",