From 65c4b67593e5278293b7776345980d4f98956463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:12:26 +0000 Subject: [PATCH] Bump @sindresorhus/tsconfig from 6.0.0 to 7.0.0 Bumps [@sindresorhus/tsconfig](https://github.com/sindresorhus/tsconfig) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/sindresorhus/tsconfig/releases) - [Commits](https://github.com/sindresorhus/tsconfig/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: "@sindresorhus/tsconfig" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0c6084..185bf11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@parcel/config-webextension": "^2.11.0", - "@sindresorhus/tsconfig": "^6.0.0", + "@sindresorhus/tsconfig": "^7.0.0", "@types/chrome": "^0.0.279", "@types/tape": "^5.6.5", "@types/webextension-polyfill": "^0.12.1", @@ -13399,10 +13399,11 @@ } }, "node_modules/@sindresorhus/tsconfig": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/tsconfig/-/tsconfig-6.0.0.tgz", - "integrity": "sha512-+fUdfuDd/7O2OZ9/UvJy76IEWn2Tpvm2l+rwUoS2Yz4jCUTSNOQQv2PLWrwekt8cPLwHmpHaBpay34bkBmVl2Q==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/tsconfig/-/tsconfig-7.0.0.tgz", + "integrity": "sha512-i5K04hLAP44Af16zmDjG07E1NHuDgCM07SJAT4gY0LZSRrWYzwt4qkLem6TIbIVh0k51RkN2bF+lP+lM5eC9fw==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" }, diff --git a/package.json b/package.json index fd68aee..8438865 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@parcel/config-webextension": "^2.11.0", - "@sindresorhus/tsconfig": "^6.0.0", + "@sindresorhus/tsconfig": "^7.0.0", "@types/chrome": "^0.0.279", "@types/tape": "^5.6.5", "@types/webextension-polyfill": "^0.12.1",