From e06a4e5ca012bb6520959cdea911e202b8e6c35e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:01:09 +0000 Subject: [PATCH] chore(deps-dev): Bump @theholocron/tsconfig from 3.4.4 to 3.5.1 Bumps [@theholocron/tsconfig](https://github.com/theholocron/configs) from 3.4.4 to 3.5.1. - [Release notes](https://github.com/theholocron/configs/releases) - [Commits](https://github.com/theholocron/configs/compare/@theholocron/tsconfig@3.4.4...@theholocron/tsconfig@3.5.1) --- updated-dependencies: - dependency-name: "@theholocron/tsconfig" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1dc136..7e34901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4991,11 +4991,10 @@ } }, "node_modules/@theholocron/tsconfig": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/@theholocron/tsconfig/-/tsconfig-3.4.4.tgz", - "integrity": "sha512-tRSDU4wajCEZ8pCSSf105RBoL/3/esqZEjpyn3gVQfoZdBcJZNU8QgPL7L9Z9G9ukeosFb3wd0yuhH4tZVrOhA==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@theholocron/tsconfig/-/tsconfig-3.5.1.tgz", + "integrity": "sha512-fOA4RF5mfF9oIyXKcduCYzbGuKOJwSoeSaTYY7fIcqL+/tIrYb5HGf93N7SRlZscZtoAfgpZzRYoXzNGPZd16Q==", "dev": true, - "license": "GPL-3.0", "dependencies": { "tsc": "^2.0.4", "typescript": "^5.6.3"