From e828da7cd35edebd162600a76f75f4f79b642f88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 17:23:04 +0000 Subject: [PATCH] chore(deps): bump @vscode/codicons from 0.0.43 to 0.0.44 Bumps [@vscode/codicons](https://github.com/microsoft/vscode-codicons) from 0.0.43 to 0.0.44. - [Release notes](https://github.com/microsoft/vscode-codicons/releases) - [Commits](https://github.com/microsoft/vscode-codicons/compare/v0.0.43...v0.0.44) --- updated-dependencies: - dependency-name: "@vscode/codicons" dependency-version: 0.0.44 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- src/view/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 569f1c4..1ba6d34 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -130,8 +130,8 @@ importers: specifier: 5.2.2 version: 5.2.2(react-hook-form@7.68.0(react@19.1.1)) '@vscode/codicons': - specifier: 0.0.43 - version: 0.0.43 + specifier: 0.0.44 + version: 0.0.44 fast-deep-equal: specifier: 3.1.3 version: 3.1.3 @@ -2011,8 +2011,8 @@ packages: '@vitest/utils@4.0.15': resolution: {integrity: sha512-HXjPW2w5dxhTD0dLwtYHDnelK3j8sR8cWIaLxr22evTyY6q8pRCjZSmhRWVjBaOVXChQd6AwMzi9pucorXCPZA==} - '@vscode/codicons@0.0.43': - resolution: {integrity: sha512-8sf8WOBoZkyUi8ogCm5ycHJJGhwOEG3E9b64+JIx+m6bCExdkc30VwCwr94cXUU1opmRD0CTCWLcN46I8WLJIg==} + '@vscode/codicons@0.0.44': + resolution: {integrity: sha512-F7qPRumUK3EHjNdopfICLGRf3iNPoZQt+McTHAn4AlOWPB3W2kL4H0S7uqEqbyZ6rCxaeDjpAn3MCUnwTu/VJQ==} '@vscode/vsce-sign-alpine-arm64@2.0.6': resolution: {integrity: sha512-wKkJBsvKF+f0GfsUuGT0tSW0kZL87QggEiqNqK6/8hvqsXvpx8OsTEc3mnE1kejkh5r+qUyQ7PtF8jZYN0mo8Q==} @@ -7140,7 +7140,7 @@ snapshots: '@vitest/pretty-format': 4.0.15 tinyrainbow: 3.0.3 - '@vscode/codicons@0.0.43': {} + '@vscode/codicons@0.0.44': {} '@vscode/vsce-sign-alpine-arm64@2.0.6': optional: true diff --git a/src/view/package.json b/src/view/package.json index 4a82087..046163d 100644 --- a/src/view/package.json +++ b/src/view/package.json @@ -47,7 +47,7 @@ "dependencies": { "@formkit/auto-animate": "0.9.0", "@hookform/resolvers": "5.2.2", - "@vscode/codicons": "0.0.43", + "@vscode/codicons": "0.0.44", "fast-deep-equal": "3.1.3", "i18next": "24.2.3", "motion": "12.23.24",