From f77421c052a30f80b6f64b2484a6e04bea25f776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:24:02 +0000 Subject: [PATCH] chore(deps): bump @guardian/tsconfig from 0.2.0 to 0.3.0 Bumps [@guardian/tsconfig](https://github.com/guardian/csnx) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/guardian/csnx/releases) - [Commits](https://github.com/guardian/csnx/compare/@guardian/tsconfig@0.2.0...@guardian/tsconfig@0.3.0) --- updated-dependencies: - dependency-name: "@guardian/tsconfig" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96f0b5dcd1..bca07e9b2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@guardian/cdk", - "version": "57.0.0", + "version": "58.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@guardian/cdk", - "version": "57.0.0", + "version": "58.0.0", "dependencies": { "@oclif/core": "3.26.4", "aws-sdk": "^2.1605.0", @@ -27,7 +27,7 @@ "@changesets/cli": "2.27.1", "@guardian/eslint-config-typescript": "8.0.0", "@guardian/eslint-plugin-tsdoc-required": "^0.1.3", - "@guardian/tsconfig": "^0.2.0", + "@guardian/tsconfig": "^0.3.0", "@types/git-url-parse": "^9.0.3", "@types/jest": "^29.5.12", "@types/js-yaml": "^4.0.9", @@ -1803,9 +1803,9 @@ "dev": true }, "node_modules/@guardian/tsconfig": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@guardian/tsconfig/-/tsconfig-0.2.0.tgz", - "integrity": "sha512-RauppalK+cQZDRK6IssVmDSnU/VyqMNuVOxPxhmI03kVRxEdwcmBuRqexHwDbnClVUxW/N9hYLbFNuAb9V/p+A==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@guardian/tsconfig/-/tsconfig-0.3.0.tgz", + "integrity": "sha512-H3p/AAPAkJbPjw8wMCz9PgO+f/DsSinh6xgnKd5Ntqra9t7VtZqDb9wMVmuYpoWtqzqc1LGDjIvpXRA3qpg1BQ==", "dev": true }, "node_modules/@humanwhocodes/config-array": { diff --git a/package.json b/package.json index b44e72194f..00f2e6e8d4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@changesets/cli": "2.27.1", "@guardian/eslint-config-typescript": "8.0.0", "@guardian/eslint-plugin-tsdoc-required": "^0.1.3", - "@guardian/tsconfig": "^0.2.0", + "@guardian/tsconfig": "^0.3.0", "@types/git-url-parse": "^9.0.3", "@types/jest": "^29.5.12", "@types/js-yaml": "^4.0.9",