From d5202f3a91b77e9a0acdefb0e2cf7a0291b95cfd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Dec 2023 15:54:24 +0000 Subject: [PATCH] fix: upgrade @types/sarif from 2.1.6 to 2.1.7 Snyk has created this PR to upgrade @types/sarif from 2.1.6 to 2.1.7. See this package in npm: https://www.npmjs.com/package/@types/sarif See this project in Snyk: https://app.snyk.io/org/team-zenith/project/eb45505d-ccfe-412c-8753-95e2a6b7b0fb?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1226bf94..78cd2a00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/lodash.omit": "^4.5.7", "@types/lodash.pick": "^4.4.8", "@types/lodash.union": "^4.6.7", - "@types/sarif": "^2.1.6", + "@types/sarif": "^2.1.7", "@types/uuid": "^8.3.4", "fast-glob": "3.3.1", "ignore": "^5.2.4", @@ -1194,9 +1194,9 @@ "license": "MIT" }, "node_modules/@types/sarif": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.6.tgz", - "integrity": "sha512-x+68l19JJnfXX9oq85k6KZwsPuOa2BKESkYqbRbA09zLSZXIDNyDo1illgDB/P0ZdpIa4EII3pHJ6DQq3xo3Qw==" + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.7.tgz", + "integrity": "sha512-kRz0VEkJqWLf1LLVN4pT1cg1Z9wAuvI6L97V3m2f5B76Tg8d413ddvLBPTEHAZJlnn4XSvu0FkZtViCQGVyrXQ==" }, "node_modules/@types/stack-utils": { "version": "2.0.0", @@ -9447,9 +9447,9 @@ "dev": true }, "@types/sarif": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.6.tgz", - "integrity": "sha512-x+68l19JJnfXX9oq85k6KZwsPuOa2BKESkYqbRbA09zLSZXIDNyDo1illgDB/P0ZdpIa4EII3pHJ6DQq3xo3Qw==" + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.7.tgz", + "integrity": "sha512-kRz0VEkJqWLf1LLVN4pT1cg1Z9wAuvI6L97V3m2f5B76Tg8d413ddvLBPTEHAZJlnn4XSvu0FkZtViCQGVyrXQ==" }, "@types/stack-utils": { "version": "2.0.0", diff --git a/package.json b/package.json index 1ccfc3cc..916a5c86 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@types/lodash.omit": "^4.5.7", "@types/lodash.pick": "^4.4.8", "@types/lodash.union": "^4.6.7", - "@types/sarif": "^2.1.6", + "@types/sarif": "^2.1.7", "@types/uuid": "^8.3.4", "fast-glob": "3.3.1", "ignore": "^5.2.4",