Просмотр исходного кода

build(deps-dev): bump typescript from 5.9.2 to 5.9.3 (#145)

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 5.9.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v5.9.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 месяц назад
Родитель
Сommit
f001c890ba
2 измененных файлов с 6 добавлено и 6 удалено
  1. 1 1
      package.json
  2. 5 5
      pnpm-lock.yaml

+ 1 - 1
package.json

@@ -19,7 +19,7 @@
   },
   "devDependencies": {
     "@iarna/toml": "^2.2.5",
-    "typescript": "^5.9.2",
+    "typescript": "^5.9.3",
     "zx": "^8.8.4"
   },
   "engines": {

+ 5 - 5
pnpm-lock.yaml

@@ -12,8 +12,8 @@ importers:
         specifier: ^2.2.5
         version: 2.2.5
       typescript:
-        specifier: ^5.9.2
-        version: 5.9.2
+        specifier: ^5.9.3
+        version: 5.9.3
       zx:
         specifier: ^8.8.4
         version: 8.8.4
@@ -23,8 +23,8 @@ packages:
   '@iarna/toml@2.2.5':
     resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==}
 
-  typescript@5.9.2:
-    resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
+  typescript@5.9.3:
+    resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
     engines: {node: '>=14.17'}
     hasBin: true
 
@@ -37,6 +37,6 @@ snapshots:
 
   '@iarna/toml@2.2.5': {}
 
-  typescript@5.9.2: {}
+  typescript@5.9.3: {}
 
   zx@8.8.4: {}