Update `@microsoft/vscode-docker-registries` and do `npm audit fix` (#4200)

This commit is contained in:
Brandon Waterloo [MSFT] 2024-01-10 17:37:04 -05:00 коммит произвёл GitHub
Родитель 33a4825968
Коммит ae75aa5a5d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 10 добавлений и 10 удалений

4
.vscode/settings.json поставляемый
Просмотреть файл

@ -4,8 +4,8 @@
"files.insertFinalNewline": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"typescript.preferences.importModuleSpecifier": "relative",
"files.associations": {

14
package-lock.json сгенерированный
Просмотреть файл

@ -18,7 +18,7 @@
"@microsoft/vscode-azext-azureutils": "^2.0.0",
"@microsoft/vscode-azext-utils": "^2.1.1",
"@microsoft/vscode-container-client": "^0.1.1",
"@microsoft/vscode-docker-registries": "^0.1.10",
"@microsoft/vscode-docker-registries": "^0.1.11",
"dayjs": "^1.11.7",
"dockerfile-language-server-nodejs": "^0.11.0",
"fs-extra": "^11.1.1",
@ -810,9 +810,9 @@
}
},
"node_modules/@microsoft/vscode-docker-registries": {
"version": "0.1.10",
"resolved": "https://registry.npmjs.org/@microsoft/vscode-docker-registries/-/vscode-docker-registries-0.1.10.tgz",
"integrity": "sha512-VraMZYL8gL1uFpYi9J8gsjJ4j/PMZE1DZnnPQANx/tPXHO6ilfGDNw0NMcH8xcJM/+qgaQovIczRVtCXSdhIaA==",
"version": "0.1.11",
"resolved": "https://registry.npmjs.org/@microsoft/vscode-docker-registries/-/vscode-docker-registries-0.1.11.tgz",
"integrity": "sha512-dvIxt+q0RtaBx3Jek88FHwlZiqg+/+NEN9iLvjXTYFUxC+VFNJDzwBR4aHrE1ER+19NlmNFuXQQsj5J4y7sYrA==",
"dependencies": {
"dayjs": "^1.11.7"
}
@ -3111,9 +3111,9 @@
"dev": true
},
"node_modules/follow-redirects": {
"version": "1.15.3",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz",
"integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==",
"version": "1.15.4",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz",
"integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==",
"funding": [
{
"type": "individual",

Просмотреть файл

@ -3002,7 +3002,7 @@
"@microsoft/vscode-azext-azureutils": "^2.0.0",
"@microsoft/vscode-azext-utils": "^2.1.1",
"@microsoft/vscode-container-client": "^0.1.1",
"@microsoft/vscode-docker-registries": "^0.1.10",
"@microsoft/vscode-docker-registries": "^0.1.11",
"dayjs": "^1.11.7",
"dockerfile-language-server-nodejs": "^0.11.0",
"fs-extra": "^11.1.1",