From 70a594587975979a8e987f683441be68d897766b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:25:05 +0000 Subject: [PATCH] Bump jstoxml from 3.2.10 to 5.0.2 Bumps [jstoxml](https://github.com/davidcalhoun/jstoxml) from 3.2.10 to 5.0.2. - [Release notes](https://github.com/davidcalhoun/jstoxml/releases) - [Changelog](https://github.com/davidcalhoun/jstoxml/blob/main/CHANGELOG.md) - [Commits](https://github.com/davidcalhoun/jstoxml/compare/v3.2.10...v5.0.2) --- updated-dependencies: - dependency-name: jstoxml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 150a530..7dde6a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "htmlparser2": "^9.0.0", "inspecjs": "^2.6.6", "json-diff": "^1.0.6", - "jstoxml": "^3.2.3", + "jstoxml": "^5.0.2", "lodash": "^4.17.21", "mustache": "^4.2.0", "pretty": "^2.0.0", @@ -6064,9 +6064,9 @@ } }, "node_modules/jstoxml": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/jstoxml/-/jstoxml-3.2.10.tgz", - "integrity": "sha512-c1v2CFxKrhIPWr+cOrBOJWkClka5RfUWG12Y1gqyFD4dzKTlxkarniklwOT/6wR1Zfl+x2ZVIjRIQR9DFiG1rQ==" + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/jstoxml/-/jstoxml-5.0.2.tgz", + "integrity": "sha512-p/Uyi1nSlAcOL+FbWCbTLAHtMbk/QlPMAE/wRLek7W8646jWII3GtLEKSBzf97UitieRWj1VZcbZxs8arq2nbg==" }, "node_modules/keyv": { "version": "4.5.3", diff --git a/package.json b/package.json index 082f02c..e39cf75 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "htmlparser2": "^9.0.0", "inspecjs": "^2.6.6", "json-diff": "^1.0.6", - "jstoxml": "^3.2.3", + "jstoxml": "^5.0.2", "lodash": "^4.17.21", "mustache": "^4.2.0", "pretty": "^2.0.0",