Skip to content

Commit f2137c0

Browse files
authored
Merge branch 'main' into jsjoeio/fix-build-issue
2 parents 8e12975 + 1297e9a commit f2137c0

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
"nanoid": "^3.1.31",
8484
"minimist": "npm:[email protected]",
8585
"glob-parent": "^6.0.1",
86-
"@types/node": "^16.0.0"
86+
"@types/node": "^16.0.0",
87+
"qs": "^6.7.3"
8788
},
8889
"dependencies": {
8990
"@coder/logger": "^3.0.0",

yarn.lock

+1-6
Original file line numberDiff line numberDiff line change
@@ -2812,18 +2812,13 @@ punycode@^2.1.0:
28122812
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
28132813
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
28142814

2815-
2815+
28162816
version "6.11.0"
28172817
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
28182818
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
28192819
dependencies:
28202820
side-channel "^1.0.4"
28212821

2822-
2823-
version "6.7.0"
2824-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
2825-
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
2826-
28272822
queue-microtask@^1.2.2:
28282823
version "1.2.2"
28292824
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.2.tgz#abf64491e6ecf0f38a6502403d4cda04f372dfd3"

0 commit comments

Comments
 (0)