Skip to content

Commit 41da630

Browse files
chore(internal): constrain synckit dev dependency (#49)
1 parent c1031bd commit 41da630

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
"typescript": "^4.8.2",
5151
"typescript-eslint": "^8.24.0"
5252
},
53+
"resolutions": {
54+
"synckit": "0.8.8"
55+
},
5356
"imports": {
5457
"@gitpod/sdk": ".",
5558
"@gitpod/sdk/*": "./src/*"

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3317,10 +3317,10 @@ supports-preserve-symlinks-flag@^1.0.0:
33173317
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
33183318
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
33193319

3320-
synckit@^0.9.1:
3321-
version "0.9.2"
3322-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
3323-
integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
3320+
synckit@0.8.8, synckit@^0.9.1:
3321+
version "0.8.8"
3322+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.8.tgz#fe7fe446518e3d3d49f5e429f443cf08b6edfcd7"
3323+
integrity sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==
33243324
dependencies:
33253325
"@pkgr/core" "^0.1.0"
33263326
tslib "^2.6.2"

0 commit comments

Comments
 (0)