From 89b65ce8580fd74c9694f549eb485af09cbf468c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:27:51 +0000 Subject: [PATCH] Bump @types/xml from 1.0.8 to 1.0.9 in /core Bumps [@types/xml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/xml) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/xml) --- updated-dependencies: - dependency-name: "@types/xml" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/package.json | 2 +- core/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/package.json b/core/package.json index 85ada1ab..ec851b53 100644 --- a/core/package.json +++ b/core/package.json @@ -24,7 +24,7 @@ "@types/lodash.escaperegexp": "4.1.7", "@types/lodash.isequal": "4.5.6", "@types/node": "20.5.7", - "@types/xml": "1.0.8", + "@types/xml": "1.0.9", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "eslint": "8.48.0", diff --git a/core/yarn.lock b/core/yarn.lock index bfe9f6d8..2f34f46e 100644 --- a/core/yarn.lock +++ b/core/yarn.lock @@ -131,10 +131,10 @@ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91" integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw== -"@types/xml@1.0.8": - version "1.0.8" - resolved "https://registry.yarnpkg.com/@types/xml/-/xml-1.0.8.tgz#97c0692b29943fd26bc3da0ea155e26bba017536" - integrity sha512-IptEZBtDwSPayCP8FmbordhAdjdxsif4zH29xTbBRacZeCHFHZp8OxyG1/CrS8AS0MziJUPTGWCTKbYtvHGYPg== +"@types/xml@1.0.9": + version "1.0.9" + resolved "https://registry.yarnpkg.com/@types/xml/-/xml-1.0.9.tgz#f3688ecbcc8e5a58d0deca789aaa6c351106bbb7" + integrity sha512-Wo71d7qF1TPcjbg251MS4m4MeK8F8/+ND2t6qTnwoK+jVmD9k9nGN1g9ocu4pRzLSjKMkbnowb88FFPnt+6Wiw== dependencies: "@types/node" "*"