Update @vscode/spdlog dependency to version 0.15.8 in package.json and package-lock.json files

This commit is contained in:
Jérôme Commaret 2026-05-06 12:24:31 +02:00
parent 17e7a5b152
commit 7c0deee252
4 changed files with 10 additions and 10 deletions

8
package-lock.json generated
View file

@ -25,7 +25,7 @@
"@vscode/policy-watcher": "^1.3.0",
"@vscode/proxy-agent": "^0.32.0",
"@vscode/ripgrep": "^1.15.11",
"@vscode/spdlog": "^0.15.0",
"@vscode/spdlog": "^0.15.8",
"@vscode/sqlite3": "5.1.8-vscode",
"@vscode/sudo-prompt": "9.3.1",
"@vscode/tree-sitter-wasm": "^0.1.4",
@ -4472,9 +4472,9 @@
}
},
"node_modules/@vscode/spdlog": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/@vscode/spdlog/-/spdlog-0.15.1.tgz",
"integrity": "sha512-tVPeXmyz3/4NKqtNfNQxqcrBSSEZVIbF4lVDuDh9Nik5xhuHVceCU6cTpwmJ6yVBs+jv51SGF622txOQv95sZA==",
"version": "0.15.8",
"resolved": "https://registry.npmjs.org/@vscode/spdlog/-/spdlog-0.15.8.tgz",
"integrity": "sha512-Jh8M6b2vJfBmQua9aAiYa9sdd/htw+/71b7GZlI3v2DGbsAXIYo7gIokrfx1/0XtQPTPoJ8RKtQ9hNSPlnfXUQ==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View file

@ -87,7 +87,7 @@
"@vscode/policy-watcher": "^1.3.0",
"@vscode/proxy-agent": "^0.32.0",
"@vscode/ripgrep": "^1.15.11",
"@vscode/spdlog": "^0.15.0",
"@vscode/spdlog": "^0.15.8",
"@vscode/sqlite3": "5.1.8-vscode",
"@vscode/sudo-prompt": "9.3.1",
"@vscode/tree-sitter-wasm": "^0.1.4",

View file

@ -16,7 +16,7 @@
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/proxy-agent": "^0.32.0",
"@vscode/ripgrep": "^1.15.11",
"@vscode/spdlog": "^0.15.0",
"@vscode/spdlog": "^0.15.8",
"@vscode/tree-sitter-wasm": "^0.1.4",
"@vscode/vscode-languagedetection": "1.0.21",
"@vscode/windows-process-tree": "^0.6.0",
@ -471,9 +471,9 @@
}
},
"node_modules/@vscode/spdlog": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/@vscode/spdlog/-/spdlog-0.15.1.tgz",
"integrity": "sha512-tVPeXmyz3/4NKqtNfNQxqcrBSSEZVIbF4lVDuDh9Nik5xhuHVceCU6cTpwmJ6yVBs+jv51SGF622txOQv95sZA==",
"version": "0.15.8",
"resolved": "https://registry.npmjs.org/@vscode/spdlog/-/spdlog-0.15.8.tgz",
"integrity": "sha512-Jh8M6b2vJfBmQua9aAiYa9sdd/htw+/71b7GZlI3v2DGbsAXIYo7gIokrfx1/0XtQPTPoJ8RKtQ9hNSPlnfXUQ==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View file

@ -11,7 +11,7 @@
"@vscode/iconv-lite-umd": "0.7.0",
"@vscode/proxy-agent": "^0.32.0",
"@vscode/ripgrep": "^1.15.11",
"@vscode/spdlog": "^0.15.0",
"@vscode/spdlog": "^0.15.8",
"@vscode/tree-sitter-wasm": "^0.1.4",
"@vscode/vscode-languagedetection": "1.0.21",
"@vscode/windows-process-tree": "^0.6.0",