From c52044dd87a04629debb24db07731ad62a3391f8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 May 2024 09:47:56 +0000 Subject: [PATCH] chore(deps): update dependency @types/strip-json-comments to v3 --- package-lock.json | 25 ++++++++++++++++--------- package.json | 2 +- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e64dc2..6909df9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@types/semver": "^7.2.0", "@types/spdx-correct": "^3.0.0", "@types/spdx-satisfies": "^0.1.0", - "@types/strip-json-comments": "0.0.30", + "@types/strip-json-comments": "3.0.0", "c8": "^7.12.0", "gts": "^3.0.0", "inline-fixtures": "^1.1.0", @@ -334,10 +334,14 @@ "dev": true }, "node_modules/@types/strip-json-comments": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz", - "integrity": "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==", - "dev": true + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-3.0.0.tgz", + "integrity": "sha512-+vSlZeCCGm/1Q3WwBJDUSGHvADTQjRl4Fve0AG9H+A4+xgJ7yAkWKoc4g7I9UoVqtwCzjv2g/GZn4xipokMYyQ==", + "deprecated": "This is a stub types definition. strip-json-comments provides its own type definitions, so you do not need this installed.", + "dev": true, + "dependencies": { + "strip-json-comments": "*" + } }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "4.33.0", @@ -4845,10 +4849,13 @@ "dev": true }, "@types/strip-json-comments": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz", - "integrity": "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==", - "dev": true + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-3.0.0.tgz", + "integrity": "sha512-+vSlZeCCGm/1Q3WwBJDUSGHvADTQjRl4Fve0AG9H+A4+xgJ7yAkWKoc4g7I9UoVqtwCzjv2g/GZn4xipokMYyQ==", + "dev": true, + "requires": { + "strip-json-comments": "*" + } }, "@typescript-eslint/eslint-plugin": { "version": "4.33.0", diff --git a/package.json b/package.json index 4a6fe9f..28d6d2f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/semver": "^7.2.0", "@types/spdx-correct": "^3.0.0", "@types/spdx-satisfies": "^0.1.0", - "@types/strip-json-comments": "0.0.30", + "@types/strip-json-comments": "3.0.0", "c8": "^7.12.0", "gts": "^3.0.0", "inline-fixtures": "^1.1.0",