Skip to content

Commit 09f6c95

Browse files
committed
1 parent 63be338 commit 09f6c95

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

console/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
},
101101
"resolutions": {
102102
"braces": "^3.0.3",
103+
"qs": "^6.15.2",
103104
"react-router-dom-v5-compat": "6.30.4",
104105
"shell-quote": "^1.8.4"
105106
}

console/yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6110,17 +6110,10 @@ pvutils@^1.1.3, pvutils@^1.1.5:
61106110
resolved "https://registry.yarnpkg.com/pvutils/-/pvutils-1.1.5.tgz#84b0dea4a5d670249aa9800511804ee0b7c2809c"
61116111
integrity sha512-KTqnxsgGiQ6ZAzZCVlJH5eOjSnvlyEgx1m8bkRJfOhmGRqfo5KLvmAlACQkrjEtOQ4B7wF9TdSLIs9O90MX9xA==
61126112

6113-
qs@~6.14.1:
6114-
version "6.14.2"
6115-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.2.tgz#b5634cf9d9ad9898e31fba3504e866e8efb6798c"
6116-
integrity sha512-V/yCWTTF7VJ9hIh18Ugr2zhJMP01MY7c5kh4J870L7imm6/DIzBsNLTXzMwUA3yZ5b/KBqLx8Kp3uRvd7xSe3Q==
6117-
dependencies:
6118-
side-channel "^1.1.0"
6119-
6120-
qs@~6.15.1:
6121-
version "6.15.1"
6122-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.15.1.tgz#bdb55aed06bfac257a90c44a446a73fba5575c8f"
6123-
integrity sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==
6113+
qs@^6.15.2, qs@~6.14.1, qs@~6.15.1:
6114+
version "6.15.2"
6115+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.15.2.tgz#fd55426d710403ddccc45e0f9eab16db7727ece9"
6116+
integrity sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==
61246117
dependencies:
61256118
side-channel "^1.1.0"
61266119

0 commit comments

Comments
 (0)