From 4cea8a8c5e67bbe0880686cf435c68ee1968644f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Oct 2022 20:56:42 +0000 Subject: [PATCH] Bump @xmldom/xmldom and @mswjs/interceptors Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) and [@mswjs/interceptors](https://github.com/mswjs/interceptors). These dependencies needed to be updated together. Updates `@xmldom/xmldom` from 0.7.5 to 0.8.3 - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.7.5...0.8.3) Updates `@mswjs/interceptors` from 0.17.5 to 0.17.6 - [Release notes](https://github.com/mswjs/interceptors/releases) - [Commits](https://github.com/mswjs/interceptors/compare/v0.17.5...v0.17.6) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: indirect - dependency-name: "@mswjs/interceptors" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75f652147..891de5d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4253,14 +4253,14 @@ } }, "node_modules/@mswjs/interceptors": { - "version": "0.17.5", - "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.17.5.tgz", - "integrity": "sha512-/uZkyPUZMRExZs+DZQVnc+uoDwLfs1gFNvcRY5S3Gu78U+uhovaSEUW3tuyld1e7Oke5Qphfseb8v66V+H1zWQ==", + "version": "0.17.6", + "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.17.6.tgz", + "integrity": "sha512-201pBIWehTURb6q8Gheu4Zhvd3Ox1U4BJq5KiOQsYzkWyfiOG4pwcz5hPZIEryztgrf8/sdwABpvY757xMmfrQ==", "dev": true, "dependencies": { "@open-draft/until": "^1.0.3", "@types/debug": "^4.1.7", - "@xmldom/xmldom": "^0.7.5", + "@xmldom/xmldom": "^0.8.3", "debug": "^4.3.3", "headers-polyfill": "^3.1.0", "outvariant": "^1.2.1", @@ -12180,9 +12180,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz", - "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz", + "integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==", "dev": true, "engines": { "node": ">=10.0.0" @@ -37298,14 +37298,14 @@ } }, "@mswjs/interceptors": { - "version": "0.17.5", - "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.17.5.tgz", - "integrity": "sha512-/uZkyPUZMRExZs+DZQVnc+uoDwLfs1gFNvcRY5S3Gu78U+uhovaSEUW3tuyld1e7Oke5Qphfseb8v66V+H1zWQ==", + "version": "0.17.6", + "resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.17.6.tgz", + "integrity": "sha512-201pBIWehTURb6q8Gheu4Zhvd3Ox1U4BJq5KiOQsYzkWyfiOG4pwcz5hPZIEryztgrf8/sdwABpvY757xMmfrQ==", "dev": true, "requires": { "@open-draft/until": "^1.0.3", "@types/debug": "^4.1.7", - "@xmldom/xmldom": "^0.7.5", + "@xmldom/xmldom": "^0.8.3", "debug": "^4.3.3", "headers-polyfill": "^3.1.0", "outvariant": "^1.2.1", @@ -43440,9 +43440,9 @@ "requires": {} }, "@xmldom/xmldom": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz", - "integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==", + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.3.tgz", + "integrity": "sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==", "dev": true }, "@xtuc/ieee754": {