diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 4aa40937f..067a6ee49 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -10,7 +10,7 @@ "license": "MPL-2.0", "dependencies": { "@thomaschampagne/sports-lib": "^6.0.3", - "@xmldom/xmldom": "^0.8.2", + "@xmldom/xmldom": "^0.8.6", "7zip-bin": "^5.1.1", "axios": "^0.26.1", "electron-log": "^4.4.6", @@ -1816,9 +1816,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.2.tgz", - "integrity": "sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ==", + "version": "0.8.6", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz", + "integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==", "engines": { "node": ">=10.0.0" } @@ -10382,9 +10382,9 @@ } }, "@xmldom/xmldom": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.2.tgz", - "integrity": "sha512-+R0juSseERyoPvnBQ/cZih6bpF7IpCXlWbHRoCRzYzqpz6gWHOgf8o4MOEf6KBVuOyqU+gCNLkCWVIJAro8XyQ==" + "version": "0.8.6", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz", + "integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==" }, "7zip-bin": { "version": "5.1.1" diff --git a/desktop/package.json b/desktop/package.json index 71d75ee4a..214c7ad5f 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -58,7 +58,7 @@ "engineStrict": true, "dependencies": { "@thomaschampagne/sports-lib": "^6.0.3", - "@xmldom/xmldom": "^0.8.2", + "@xmldom/xmldom": "^0.8.6", "7zip-bin": "^5.1.1", "axios": "^0.26.1", "electron-log": "^4.4.6",