diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 569f1c4..a472864 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==} @@ -5183,6 +5183,7 @@ packages: whatwg-encoding@3.1.1: resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} engines: {node: '>=18'} + deprecated: Use @exodus/bytes instead for a more spec-conformant and faster implementation whatwg-mimetype@4.0.0: resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} @@ -7140,7 +7141,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",