From 3c5d5032a06c2aeda065369d00964445a199608c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Feb 2023 16:44:11 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-3325616 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73ca91c..00d8a40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.3", "license": "ISC", "dependencies": { - "fast-xml-parser": "^4.0.12", + "fast-xml-parser": "^4.1.2", "lodash.pick": "^4.4.0" }, "devDependencies": { @@ -3799,9 +3799,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.12.tgz", - "integrity": "sha512-/Nmo3823Rfx7UTJosQNz6hBVbszfv1Unb7A4iNJZhvCGCgtIHv/uODmrYIH8vc05+XKZ4hNIOv6SlBejvJgATw==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz", + "integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==", "dependencies": { "strnum": "^1.0.5" }, @@ -11548,9 +11548,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.12.tgz", - "integrity": "sha512-/Nmo3823Rfx7UTJosQNz6hBVbszfv1Unb7A4iNJZhvCGCgtIHv/uODmrYIH8vc05+XKZ4hNIOv6SlBejvJgATw==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz", + "integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==", "requires": { "strnum": "^1.0.5" } diff --git a/package.json b/package.json index 02cc0d9..ad59149 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "serverless-domain-manager": "^6.1.0" }, "dependencies": { - "fast-xml-parser": "^4.0.12", + "fast-xml-parser": "^4.1.2", "lodash.pick": "^4.4.0" }, "jest": {