From 1ad3d23a1c1a7be6e20754f89bda51066bd58d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 09:44:51 +0000 Subject: [PATCH] chore: bump the development-dependencies group with 3 updates Bumps the development-dependencies group with 3 updates: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest), [typescript](https://github.com/Microsoft/TypeScript) and [@types/ungap__structured-clone](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ungap__structured-clone). Updates `@types/jest` from 29.5.8 to 29.5.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `typescript` from 5.2.2 to 5.3.2 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2) Updates `@types/ungap__structured-clone` from 0.3.2 to 0.3.3 - [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/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@types/ungap__structured-clone" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 44 ++++++++++++++++++------------------ package.json | 4 ++-- packages/logger/package.json | 2 +- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93bc9402..79cb8feb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@commitlint/cli": "^17.7.2", "@commitlint/config-conventional": "^17.7.0", "@financial-times/eslint-config-next": "^7.1.0", - "@types/jest": "^29.5.8", + "@types/jest": "^29.5.10", "eslint": "^8.54.0", "eslint-plugin-jsdoc": "^46.9.0", "eslint-plugin-prettier": "^5.0.1", @@ -28,7 +28,7 @@ "lint-staged": "^14.0.1", "prettier": "^3.1.0", "release-please": "^16.3.0", - "typescript": "^5.2.2" + "typescript": "^5.3.2" }, "engines": { "node": "16.x || 18.x || 20.x", @@ -2264,9 +2264,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.8", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.8.tgz", - "integrity": "sha512-fXEFTxMV2Co8ZF5aYFJv+YeA08RTYJfhtN5c9JSv/mFEMe+xxjufCb+PHL+bJcMs/ebPUsBu+UNTEz+ydXrR6g==", + "version": "29.5.10", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.10.tgz", + "integrity": "sha512-tE4yxKEphEyxj9s4inideLHktW/x6DwesIwWZ9NN1FKf9zbJYsnhBoA9vrHA/IuIOKwPa5PcFBNV4lpMIOEzyQ==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -2373,9 +2373,9 @@ } }, "node_modules/@types/ungap__structured-clone": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@types/ungap__structured-clone/-/ungap__structured-clone-0.3.2.tgz", - "integrity": "sha512-a7oBPz4/IurTfw0/+R4F315npapBXlSimrQlmDfr0lo1Pv0BeHNADgbHXdDP8LCjnCiRne4jRSr/5UnQitX2og==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@types/ungap__structured-clone/-/ungap__structured-clone-0.3.3.tgz", + "integrity": "sha512-RNmhIPwoip6K/zZOv3ypksTAqaqLEXvlNSXKyrC93xMSOAHZCR7PifW6xKZCwkbbnbM9dwB9X56PPoNTlNwEqw==", "dev": true }, "node_modules/@types/unist": { @@ -9749,9 +9749,9 @@ } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", + "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -10328,7 +10328,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.2" + "@types/ungap__structured-clone": "^0.3.3" }, "engines": { "node": "16.x || 18.x || 20.x", @@ -11262,7 +11262,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.2", + "@types/ungap__structured-clone": "^0.3.3", "lodash.clonedeep": "^4.5.0", "pino": "^8.16.2" } @@ -12253,9 +12253,9 @@ } }, "@types/jest": { - "version": "29.5.8", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.8.tgz", - "integrity": "sha512-fXEFTxMV2Co8ZF5aYFJv+YeA08RTYJfhtN5c9JSv/mFEMe+xxjufCb+PHL+bJcMs/ebPUsBu+UNTEz+ydXrR6g==", + "version": "29.5.10", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.10.tgz", + "integrity": "sha512-tE4yxKEphEyxj9s4inideLHktW/x6DwesIwWZ9NN1FKf9zbJYsnhBoA9vrHA/IuIOKwPa5PcFBNV4lpMIOEzyQ==", "dev": true, "requires": { "expect": "^29.0.0", @@ -12360,9 +12360,9 @@ } }, "@types/ungap__structured-clone": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@types/ungap__structured-clone/-/ungap__structured-clone-0.3.2.tgz", - "integrity": "sha512-a7oBPz4/IurTfw0/+R4F315npapBXlSimrQlmDfr0lo1Pv0BeHNADgbHXdDP8LCjnCiRne4jRSr/5UnQitX2og==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@types/ungap__structured-clone/-/ungap__structured-clone-0.3.3.tgz", + "integrity": "sha512-RNmhIPwoip6K/zZOv3ypksTAqaqLEXvlNSXKyrC93xMSOAHZCR7PifW6xKZCwkbbnbM9dwB9X56PPoNTlNwEqw==", "dev": true }, "@types/unist": { @@ -17700,9 +17700,9 @@ } }, "typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", + "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index c1a354cb..f6756388 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@commitlint/cli": "^17.7.2", "@commitlint/config-conventional": "^17.7.0", "@financial-times/eslint-config-next": "^7.1.0", - "@types/jest": "^29.5.8", + "@types/jest": "^29.5.10", "eslint": "^8.54.0", "eslint-plugin-jsdoc": "^46.9.0", "eslint-plugin-prettier": "^5.0.1", @@ -43,7 +43,7 @@ "lint-staged": "^14.0.1", "prettier": "^3.1.0", "release-please": "^16.3.0", - "typescript": "^5.2.2" + "typescript": "^5.3.2" }, "engines": { "node": "16.x || 18.x || 20.x", diff --git a/packages/logger/package.json b/packages/logger/package.json index cecbdc09..fd1033d1 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.2" + "@types/ungap__structured-clone": "^0.3.3" } }