From 7988fe6d7e5fb5d2e603c3caa5bb03d59e6b0d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:36:46 +0000 Subject: [PATCH] chore: bump @types/ungap__structured-clone from 0.3.3 to 1.2.0 Bumps [@types/ungap__structured-clone](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ungap__structured-clone) from 0.3.3 to 1.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ungap__structured-clone) --- updated-dependencies: - dependency-name: "@types/ungap__structured-clone" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/logger/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ea1d55f..66bd0884 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2889,9 +2889,9 @@ } }, "node_modules/@types/ungap__structured-clone": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@types/ungap__structured-clone/-/ungap__structured-clone-0.3.3.tgz", - "integrity": "sha512-RNmhIPwoip6K/zZOv3ypksTAqaqLEXvlNSXKyrC93xMSOAHZCR7PifW6xKZCwkbbnbM9dwB9X56PPoNTlNwEqw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/ungap__structured-clone/-/ungap__structured-clone-1.2.0.tgz", + "integrity": "sha512-ZoaihZNLeZSxESbk9PUAPZOlSpcKx81I1+4emtULDVmBLkYutTcMlCj2K9VNlf9EWODxdO6gkAqEaLorXwZQVA==", "dev": true }, "node_modules/@types/unist": { @@ -10324,7 +10324,7 @@ "@financial-times/n-mask-logger": "^7.2.0", "@types/events": "^3.0.3", "@types/lodash.clonedeep": "^4.5.9", - "@types/ungap__structured-clone": "^0.3.3" + "@types/ungap__structured-clone": "^1.2.0" }, "engines": { "node": "18.x || 20.x", @@ -11267,7 +11267,7 @@ "@financial-times/n-mask-logger": "^7.2.0", "@types/events": "^3.0.3", "@types/lodash.clonedeep": "^4.5.9", - "@types/ungap__structured-clone": "^0.3.3", + "@types/ungap__structured-clone": "^1.2.0", "lodash.clonedeep": "^4.5.0", "pino": "^8.17.2" } @@ -12587,9 +12587,9 @@ } }, "@types/ungap__structured-clone": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@types/ungap__structured-clone/-/ungap__structured-clone-0.3.3.tgz", - "integrity": "sha512-RNmhIPwoip6K/zZOv3ypksTAqaqLEXvlNSXKyrC93xMSOAHZCR7PifW6xKZCwkbbnbM9dwB9X56PPoNTlNwEqw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@types/ungap__structured-clone/-/ungap__structured-clone-1.2.0.tgz", + "integrity": "sha512-ZoaihZNLeZSxESbk9PUAPZOlSpcKx81I1+4emtULDVmBLkYutTcMlCj2K9VNlf9EWODxdO6gkAqEaLorXwZQVA==", "dev": true }, "@types/unist": { diff --git a/packages/logger/package.json b/packages/logger/package.json index 251d48b6..c14e307a 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -34,6 +34,6 @@ "@financial-times/n-mask-logger": "^7.2.0", "@types/events": "^3.0.3", "@types/lodash.clonedeep": "^4.5.9", - "@types/ungap__structured-clone": "^0.3.3" + "@types/ungap__structured-clone": "^1.2.0" } }