From 87ad45b8661cc8ecc22fcc1e386c969b8a01cf36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 21:19:21 -0700 Subject: [PATCH] Bump semver from 7.3.4 to 7.5.3 in /DevSkim-VSCode-Plugin/client (#560) --- Changelog.md | 8 ++++++++ DevSkim-VSCode-Plugin/client/package-lock.json | 12 ++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5e55308f..8405ded0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.11] - 2023-06-26 +### Update Dependency +- Update SemVer dependency in VS Code Extension. + +## [1.0.10] - 2023-06-26 +### Fixed +- Removed sub scan workspace command in VS Code extension. + ## [1.0.9] - 2023-06-26 ### Fixed - Fixed an issue in the VS Code Extension that would try to run the language server with dotnet on the system path instead of the version fetched by the .NET Install Tool extension. diff --git a/DevSkim-VSCode-Plugin/client/package-lock.json b/DevSkim-VSCode-Plugin/client/package-lock.json index a055e619..0f0904c6 100644 --- a/DevSkim-VSCode-Plugin/client/package-lock.json +++ b/DevSkim-VSCode-Plugin/client/package-lock.json @@ -385,9 +385,9 @@ "dev": true }, "node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", + "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", "dependencies": { "lru-cache": "^6.0.0" }, @@ -797,9 +797,9 @@ "dev": true }, "semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", + "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", "requires": { "lru-cache": "^6.0.0" }