Merge pull request #1821 from nextcloud/dependabot/npm_and_yarn/typescript-5.6.3

This commit is contained in:
dependabot[bot] 2024-10-19 02:08:43 +00:00 коммит произвёл GitHub
Родитель fa2d68bd40 11fa811f8b
Коммит 93df7828d3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 8 добавлений и 8 удалений

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

@ -45,7 +45,7 @@
"dockerode": "^4.0.2",
"eslint-plugin-cypress": "^3.5.0",
"happy-dom": "^15.7.4",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.2",
"vitest": "^2.0.5",
"vue-template-compiler": "^2.7.16",
@ -13491,9 +13491,9 @@
}
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
@ -24650,9 +24650,9 @@
"requires": {}
},
"typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw=="
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw=="
},
"typescript-event-target": {
"version": "1.1.1",

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

@ -75,7 +75,7 @@
"dockerode": "^4.0.2",
"eslint-plugin-cypress": "^3.5.0",
"happy-dom": "^15.7.4",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.2",
"vitest": "^2.0.5",
"vue-template-compiler": "^2.7.16",