From 295d81ca1e86ed0be3ba2e2c9bfd961f21918941 Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:58:31 -0400 Subject: [PATCH] Minor changelog updates and `npm audit fix` (#4113) --- CHANGELOG.md | 8 ++++---- package-lock.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b825bdb4a..5d95984e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ ## 1.27.0 - 16 October 2023 ### Added - Enhanced registries functionality: [#869](https://github.com/microsoft/vscode-docker/issues/869) - - Allow third party providers to contribute to the registries view. - - Added GitHub Registries support. - - GitLab support will be moved to a separate extension. We will provide a link to install once it's published. + - Allows third party providers to contribute to the registries view. + - Added GitHub Container Registry support. + - GitLab Container Registry support will be moved to a separate extension. We will provide a link to install once it's published. ### Fixed - Resolved issues with opening .NET web apps in browsers built with .NET SDK containers. [#4006](https://github.com/microsoft/vscode-docker/issues/4006) - Fixed several Dockerfile language server issues. [#4056](https://github.com/microsoft/vscode-docker/issues/4056), [#4054](https://github.com/microsoft/vscode-docker/issues/4054), [#4051](https://github.com/microsoft/vscode-docker/issues/4051), [#4012](https://github.com/microsoft/vscode-docker/issues/4012) - + ## 1.26.1 - 13 September 2023 ### Added - Updated .NET Dockerfile scaffolding to utilize the latest .NET 8 image names. [#4015](https://github.com/microsoft/vscode-docker/issues/4015) diff --git a/package-lock.json b/package-lock.json index acdd49672f..9881fd8b00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3218,9 +3218,9 @@ } }, "node_modules/get-func-name": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", + "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", "dev": true, "engines": { "node": "*"