diff --git a/package-lock.json b/package-lock.json index eef70260..0a495771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7329,9 +7329,9 @@ "dev": true }, "fast-xml-parser": { - "version": "3.17.4", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.17.4.tgz", - "integrity": "sha512-qudnQuyYBgnvzf5Lj/yxMcf4L9NcVWihXJg7CiU1L+oUCq8MUnFEfH2/nXR/W5uq+yvUN1h7z6s7vs2v1WkL1A==", + "version": "3.17.5", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.17.5.tgz", + "integrity": "sha512-lEvThd1Xq+CCylf1n+05bUZCDZjTufaaaqpxM3JZ+4iDqtlG+d/oKgtMmg9GEMOuzBgUoalIzFOaClht9YiGJQ==", "dev": true }, "fastest-levenshtein": { diff --git a/package.json b/package.json index 3b7f59a0..7dd21e61 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint": "^7.14.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-vue": "^7.2.0", - "fast-xml-parser": "^3.17.4", + "fast-xml-parser": "^3.17.5", "husky": "^4.3.0", "lint-staged": "^10.5.2", "mux.js": "^5.7.0",