From f478735f55fc7a7a271a168fcd17a199a965cf93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:42:09 +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] --- src/Umbraco.Web.UI.Client/package-lock.json | 42 ++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/package-lock.json b/src/Umbraco.Web.UI.Client/package-lock.json index 54ba1708af..a64241b6e8 100644 --- a/src/Umbraco.Web.UI.Client/package-lock.json +++ b/src/Umbraco.Web.UI.Client/package-lock.json @@ -52,7 +52,7 @@ "eslint-plugin-lit": "^1.6.1", "eslint-plugin-lit-a11y": "^2.2.3", "eslint-plugin-local-rules": "^1.3.2", - "eslint-plugin-storybook": "^0.6.4", + "eslint-plugin-storybook": "^0.6.6", "lit-html": "^2.3.1", "msw": "^0.47.4", "msw-storybook-addon": "^1.6.3", @@ -2663,14 +2663,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", @@ -7734,9 +7734,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" @@ -12392,9 +12392,9 @@ "dev": true }, "node_modules/eslint-plugin-storybook": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.4.tgz", - "integrity": "sha512-wxwbAZqlgjj6MbS/llY7wnXCCUsuFcLB1XnahbgBtjmsFUggpiECt01Dt8huaKvriVXg2w4d7Ye+GzA00rdcKg==", + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.6.tgz", + "integrity": "sha512-nqYq802vJABpaV0n9cpIZl4Mlmy1yStxa8T3sPqvqbByOpXXtA9ZKRqVv2faSDp0DKVC0B3ItTNU7iMX3Et8VQ==", "dev": true, "dependencies": { "@storybook/csf": "^0.0.1", @@ -29789,14 +29789,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", @@ -33809,9 +33809,9 @@ } }, "@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": { @@ -37459,9 +37459,9 @@ "dev": true }, "eslint-plugin-storybook": { - "version": "0.6.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.4.tgz", - "integrity": "sha512-wxwbAZqlgjj6MbS/llY7wnXCCUsuFcLB1XnahbgBtjmsFUggpiECt01Dt8huaKvriVXg2w4d7Ye+GzA00rdcKg==", + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-0.6.6.tgz", + "integrity": "sha512-nqYq802vJABpaV0n9cpIZl4Mlmy1yStxa8T3sPqvqbByOpXXtA9ZKRqVv2faSDp0DKVC0B3ItTNU7iMX3Et8VQ==", "dev": true, "requires": { "@storybook/csf": "^0.0.1",