From d7531353aaa60f750e3fc8e5615de6c6a15f15c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 08:58:24 +0000 Subject: [PATCH] chore(deps): bump @xmldom/xmldom from 0.8.7 to 0.8.8 (#9231) Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.7 to 0.8.8. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/0.8.8/CHANGELOG.md) - [Commits](https://github.com/xmldom/xmldom/compare/0.8.7...0.8.8) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- 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 6ba0bde776..2226c460a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@renovatebot/ruby-semver": "^2.1.11", "@sentry/node": "^7.53.1", "@shields_io/camp": "^18.1.2", - "@xmldom/xmldom": "0.8.7", + "@xmldom/xmldom": "0.8.8", "badge-maker": "file:badge-maker", "bytes": "^3.1.2", "camelcase": "^7.0.1", @@ -6677,9 +6677,9 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.8.7", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.7.tgz", - "integrity": "sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg==", + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.8.tgz", + "integrity": "sha512-0LNz4EY8B/8xXY86wMrQ4tz6zEHZv9ehFMJPm8u2gq5lQ71cfRKdaKyxfJAx5aUoyzx0qzgURblTisPGgz3d+Q==", "engines": { "node": ">=10.0.0" } @@ -35819,9 +35819,9 @@ } }, "@xmldom/xmldom": { - "version": "0.8.7", - "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.7.tgz", - "integrity": "sha512-sI1Ly2cODlWStkINzqGrZ8K6n+MTSbAeQnAipGyL+KZCXuHaRlj2gyyy8B/9MvsFFqN7XHryQnB2QwhzvJXovg==" + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.8.tgz", + "integrity": "sha512-0LNz4EY8B/8xXY86wMrQ4tz6zEHZv9ehFMJPm8u2gq5lQ71cfRKdaKyxfJAx5aUoyzx0qzgURblTisPGgz3d+Q==" }, "@xtuc/ieee754": { "version": "1.2.0", diff --git a/package.json b/package.json index 7f3de0abe6..51a4fd50f6 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@renovatebot/ruby-semver": "^2.1.11", "@sentry/node": "^7.53.1", "@shields_io/camp": "^18.1.2", - "@xmldom/xmldom": "0.8.7", + "@xmldom/xmldom": "0.8.8", "badge-maker": "file:badge-maker", "bytes": "^3.1.2", "camelcase": "^7.0.1", -- GitLab