From 4946579c217f13bbce9758461cb0af6c988386e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:16:54 +0000 Subject: [PATCH] Bump @types/xml-c14n from 0.0.1 to 0.0.2 (#1649) Bumps [@types/xml-c14n](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/xml-c14n) from 0.0.1 to 0.0.2.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/xml-c14n&package-manager=npm_and_yarn&previous-version=0.0.1&new-version=0.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- packages/coordinator/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 509712fe8b..75e8215beb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5427,9 +5427,9 @@ } }, "node_modules/@types/xml-c14n": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@types/xml-c14n/-/xml-c14n-0.0.1.tgz", - "integrity": "sha512-DIFYdN5q9bUrHkPQpDzguChDzqeycHiQlnv32OyXRgMfPjJy20r4h+Ny4tqb9w24+zJ2b/NKUMZKDV5Ps/f9bQ==", + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@types/xml-c14n/-/xml-c14n-0.0.2.tgz", + "integrity": "sha512-X2D/EgXmFQ6wwvmPo7mY5aJfWZDw8y+UmwnDr0oRFk+BHyrrEXsDPU45j14hgpYfcp1FJ/RzggyP6y6dXGlgIA==", "dev": true }, "node_modules/@types/xsd-schema-validator": { @@ -21670,7 +21670,7 @@ "@types/moxios": "^0.4.15", "@types/mustache": "^4.0.1", "@types/uuid": "^9.0.1", - "@types/xml-c14n": "^0.0.1", + "@types/xml-c14n": "^0.0.2", "jest-expect-message": "^1.1.3", "moxios": "^0.4.0", "ts-node-dev": "^2.0.0" @@ -26301,9 +26301,9 @@ } }, "@types/xml-c14n": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/@types/xml-c14n/-/xml-c14n-0.0.1.tgz", - "integrity": "sha512-DIFYdN5q9bUrHkPQpDzguChDzqeycHiQlnv32OyXRgMfPjJy20r4h+Ny4tqb9w24+zJ2b/NKUMZKDV5Ps/f9bQ==", + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/@types/xml-c14n/-/xml-c14n-0.0.2.tgz", + "integrity": "sha512-X2D/EgXmFQ6wwvmPo7mY5aJfWZDw8y+UmwnDr0oRFk+BHyrrEXsDPU45j14hgpYfcp1FJ/RzggyP6y6dXGlgIA==", "dev": true }, "@types/xsd-schema-validator": { @@ -28776,7 +28776,7 @@ "@types/moxios": "^0.4.15", "@types/mustache": "^4.0.1", "@types/uuid": "^9.0.1", - "@types/xml-c14n": "^0.0.1", + "@types/xml-c14n": "^0.0.2", "@types/xsd-schema-validator": "^0.5.4", "@xmldom/xmldom": "^0.8.10", "asn1js": "^3.0.5", diff --git a/packages/coordinator/package.json b/packages/coordinator/package.json index ba3b831a87..38e21096ae 100644 --- a/packages/coordinator/package.json +++ b/packages/coordinator/package.json @@ -57,7 +57,7 @@ "@types/moxios": "^0.4.15", "@types/mustache": "^4.0.1", "@types/uuid": "^9.0.1", - "@types/xml-c14n": "^0.0.1", + "@types/xml-c14n": "^0.0.2", "jest-expect-message": "^1.1.3", "moxios": "^0.4.0", "ts-node-dev": "^2.0.0"