1 Commits

Author SHA1 Message Date
773449e1fb chore(deps): update dependency @vscode/vsce to v3.7.0
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 18s
Lint Markdown files / markdown-lint (push) Successful in 4s
Ansible Linter / ansible-lint (pull_request) Successful in 17s
Lint Markdown files / markdown-lint (pull_request) Successful in 4s
2025-11-10 17:01:04 +00:00
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -576,9 +576,9 @@
}
},
"node_modules/@vscode/vsce": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.6.2.tgz",
"integrity": "sha512-gvBfarWF+Ii20ESqjA3dpnPJpQJ8fFJYtcWtjwbRADommCzGg1emtmb34E+DKKhECYvaVyAl+TF9lWS/3GSPvg==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/@vscode/vsce/-/vsce-3.7.0.tgz",
"integrity": "sha512-LY9r2T4joszRjz4d92ZPl6LTBUPS4IWH9gG/3JUv+1QyBJrveZlcVISuiaq0EOpmcgFh0GgVgKD4rD/21Tu8sA==",
"license": "MIT",
"dependencies": {
"@azure/identity": "^4.1.0",

View File

@@ -1,3 +1,3 @@
{% for netrc in unix_user.value.netrc %}
machine {{ netrc.machine }} login {{ netrc.login }} password {{ netrc.password }}
machine {{ netrc.maschine }} login {{ netrc.login }} password {{ netrc.password }}
{% endfor %}