From 03858e280043a8911bf0399e3662b589ef9281e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 20:07:06 +0000 Subject: [PATCH] Bump @xmldom/xmldom from 0.7.5 to 0.7.8 in /packages/snipsonian-axios Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.8. - [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.7.8) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/snipsonian-axios/package-lock.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/snipsonian-axios/package-lock.json b/packages/snipsonian-axios/package-lock.json index 1929c1c..fd4a9eb 100644 --- a/packages/snipsonian-axios/package-lock.json +++ b/packages/snipsonian-axios/package-lock.json @@ -36,6 +36,11 @@ "integrity": "sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==", "dev": true }, + "@snipsonian/core": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@snipsonian/core/-/core-3.0.3.tgz", + "integrity": "sha512-kp2lGEx9DuMau3MnLyfNatcKVIcZ7h1plRJJp2Vh2GdvRnUiA09WhxmyUyp25vuEhEnK93PXT6NFAi0tg4fy6w==" + }, "@types/cookie": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", @@ -79,9 +84,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.7.8", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.8.tgz", + "integrity": "sha512-PrJx38EfpitFhwmILRl37jAdBlsww6AZ6rRVK4QS7T7RHLhX7mSs647sTmgr9GIxe3qjXdesmomEgbgaokrVFg==", "dev": true }, "@zxing/text-encoding": {