Skip to content

Commit 44d9f22

Browse files
XeRJJ-8
authored andcommitted
API: Pin dicer to v0.3.1
Current fix required to edit the lock file by hand. This commit adds a "resolutions" key to the package.json file. This pins this specific dependency to version 0.3.1 without using dubious hacks. More info about this feature: https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/
1 parent 9a83a24 commit 44d9f22

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

api/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"ts-node": "^10.9.1",
4444
"tslint": "^6.1.3",
4545
"typescript": "^4.7.4"
46+
},
47+
"resolutions": {
48+
"graphql-upload/busboy/dicer": "0.3.1"
4649
}
4750
}

api/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ [email protected]:
821821
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
822822
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
823823

824-
824+
825825
version "0.3.1"
826826
resolved "https://registry.yarnpkg.com/dicer/-/dicer-0.3.1.tgz#abf28921e3475bc5e801e74e0159fd94f927ba97"
827827
integrity sha512-ObioMtXnmjYs3aRtpIJt9rgQSPCIhKVkFPip+E9GUDyWl8N435znUxK/JfNwGZJ2wnn5JKQ7Ly3vOK5Q5dylGA==

0 commit comments

Comments
 (0)