diff --git a/package-lock.json b/package-lock.json index 6f40c4e026..cad5f7e2a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/three": "^0.182.0", "@typescript-eslint/eslint-plugin": "^8.56.0", "@typescript-eslint/parser": "^8.56.0", - "@xmldom/xmldom": "^0.8.12", + "@xmldom/xmldom": "^0.8.13", "babel-inline-import-loader": "^1.0.1", "babel-loader": "^10.1.1", "babel-plugin-inline-import": "^3.0.0", @@ -4422,9 +4422,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.8.12", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.12.tgz", - "integrity": "sha512-9k/gHF6n/pAi/9tqr3m3aqkuiNosYTurLLUtc7xQ9sxB/wm7WPygCv8GYa6mS0fLJEHhqMC1ATYhz++U/lRHqg==", + "version": "0.8.13", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz", + "integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 3e60964322..2cad34212d 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@types/three": "^0.182.0", "@typescript-eslint/eslint-plugin": "^8.56.0", "@typescript-eslint/parser": "^8.56.0", - "@xmldom/xmldom": "^0.8.12", + "@xmldom/xmldom": "^0.8.13", "babel-inline-import-loader": "^1.0.1", "babel-loader": "^10.1.1", "babel-plugin-inline-import": "^3.0.0",