Skip to content

Commit 5c931b4

Browse files
chore(deps-dev): bump typescript from 5.5.4 to 5.8.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.8.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.4...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a197626 commit 5c931b4

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/ws": "^8.5.13",
2121
"ts-node": "^10.9.2",
2222
"tsx": "^4.19.2",
23-
"typescript": "~5.5.2"
23+
"typescript": "~5.8.2"
2424
},
2525
"dependencies": {
2626
"@c8y/client": "1021.54.6",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
"karma-coverage": "~2.2.0",
5454
"karma-jasmine": "~5.1.0",
5555
"karma-jasmine-html-reporter": "~2.1.0",
56-
"typescript": "~5.5.2"
56+
"typescript": "~5.8.2"
5757
}
5858
}

yarn.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3391,9 +3391,10 @@ ajv@^6.12.5:
33913391
json-schema-traverse "^0.4.1"
33923392
uri-js "^4.2.2"
33933393

3394-
"angular-gettext-tools@git+https://github.com/rubenv/angular-gettext-tools.git#5a20d5fe2ad768bfd0cac18259b4986346061eda":
3394+
"angular-gettext-tools@https://github.com/rubenv/angular-gettext-tools.git#5a20d5fe2ad768bfd0cac18259b4986346061eda":
33953395
version "2.5.3"
3396-
resolved "git+https://github.com/rubenv/angular-gettext-tools.git#5a20d5fe2ad768bfd0cac18259b4986346061eda"
3396+
uid "5a20d5fe2ad768bfd0cac18259b4986346061eda"
3397+
resolved "https://github.com/rubenv/angular-gettext-tools.git#5a20d5fe2ad768bfd0cac18259b4986346061eda"
33973398
dependencies:
33983399
"@babel/parser" "^7.4.3"
33993400
binary-search "^1.2.0"
@@ -10070,11 +10071,16 @@ typed-assert@^1.0.8:
1007010071
resolved "https://registry.yarnpkg.com/typed-assert/-/typed-assert-1.0.9.tgz#8af9d4f93432c4970ec717e3006f33f135b06213"
1007110072
integrity sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==
1007210073

10073-
typescript@5.5.4, typescript@~5.5.2:
10074+
typescript@5.5.4:
1007410075
version "5.5.4"
1007510076
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
1007610077
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
1007710078

10079+
typescript@~5.8.2:
10080+
version "5.8.2"
10081+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
10082+
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
10083+
1007810084
ua-parser-js@^0.7.30:
1007910085
version "0.7.40"
1008010086
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.40.tgz#c87d83b7bb25822ecfa6397a0da5903934ea1562"

0 commit comments

Comments
 (0)