From a3422bb20ca90f2c9500ffcde4cfb04d2b19e321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 06:12:35 +0000 Subject: [PATCH] Bump @rgrove/parse-xml from 4.2.1 to 4.2.2 Bumps [@rgrove/parse-xml](https://github.com/rgrove/parse-xml) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/rgrove/parse-xml/releases) - [Changelog](https://github.com/rgrove/parse-xml/blob/main/CHANGELOG.md) - [Commits](https://github.com/rgrove/parse-xml/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: "@rgrove/parse-xml" dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d7c5546..63f30fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@11ty/eleventy-utils": "^2.0.7", - "@rgrove/parse-xml": "^4.2.1", + "@rgrove/parse-xml": "^4.2.2", "debug": "^4.4.3", "flatted": "^3.4.2", "p-queue": "6.6.2" @@ -168,9 +168,9 @@ } }, "node_modules/@rgrove/parse-xml": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@rgrove/parse-xml/-/parse-xml-4.2.1.tgz", - "integrity": "sha512-ZOkOIicFSf5qXbC+8ps5hA+nEhCxsUDpm2U1xp1BACoUZyMkGXEQjsWLD30K77r1fzOTaqEZS85++fmzwCIOJQ==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@rgrove/parse-xml/-/parse-xml-4.2.2.tgz", + "integrity": "sha512-KJpwSfVwrZ1Ab9KU4oRwG0VefGpveSt/w/j1m6YkJkB5KhdDbN/7BS0ojcLCzrG3/YGFhtfFHKVBkrms6w8Org==", "license": "ISC", "engines": { "node": ">=14.0.0" diff --git a/package.json b/package.json index dc2b86c..12f6af0 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@11ty/eleventy-utils": "^2.0.7", - "@rgrove/parse-xml": "^4.2.1", + "@rgrove/parse-xml": "^4.2.2", "debug": "^4.4.3", "flatted": "^3.4.2", "p-queue": "6.6.2"