Skip to content

Commit

Permalink
fix(dependabot): ignore & fix typescript version (#18380)
Browse files Browse the repository at this point in the history
* fix(dependabot): ignore & fix typescript version

* chore: add missing yarn.lock changes
  • Loading branch information
olafsulich authored Nov 25, 2024
1 parent 6de8bd6 commit 4135955
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ updates:
versions:
- '0.10.16'
- dependency-name: '@types/node'
- dependency-name: 'typescript'

# Server dependencies
- package-ecosystem: npm
Expand All @@ -56,6 +57,7 @@ updates:
- dependency-name: geolite2
versions:
- '>= 2.a'
- dependency-name: 'typescript'
- dependency-name: '@types/node'

# Github actions
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/node": "22.5.5",
"jest": "29.7.0",
"rimraf": "6.0.1",
"typescript": "5.7.2"
"typescript": "5.6.3"
},
"engines": {
"node": ">= 20.14.0"
Expand Down
18 changes: 9 additions & 9 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5478,23 +5478,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
"typescript@npm:5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
checksum: 10/c328e418e124b500908781d9f7b9b93cf08b66bf5936d94332b463822eea2f4e62973bfb3b8a745fdc038785cb66cf59d1092bac3ec2ac6a3e5854687f7833f1
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=5adc0c"
"typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=5adc0c"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/ff27fc124bceb8969be722baa38af945b2505767cf794de3e2715e58f61b43780284060287d651fcbbdfb6f917f4653b20f4751991f17e0706db389b9bb3f75d
checksum: 10/dc4bec403cd33a204b655b1152a096a08e7bad2c931cb59ef8ff26b6f2aa541bf98f09fc157958a60c921b1983a8dde9a85b692f9de60fa8f574fd131e3ae4dd
languageName: node
linkType: hard

Expand Down Expand Up @@ -5696,7 +5696,7 @@ __metadata:
opn: "npm:6.0.0"
pm2: "npm:5.4.3"
rimraf: "npm:6.0.1"
typescript: "npm:5.7.2"
typescript: "npm:5.6.3"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 4135955

Please sign in to comment.