Skip to content

Commit

Permalink
FIX: update qs version (#1316)
Browse files Browse the repository at this point in the history
* update qs version

Signed-off-by: Derek Ho <[email protected]>

* fix

Signed-off-by: Derek Ho <[email protected]>

* fix yarn.lock file

Signed-off-by: Derek Ho <[email protected]>

Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho authored Dec 1, 2022
1 parent a7435c7 commit b56ff10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions dashboards-observability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"glob-parent": "^6.0.1",
"ansi-regex": "^5.0.1",
"json-schema": "^0.4.0",
"qs": "~6.5.3",
"minimatch": "^3.0.5"
}
}
8 changes: 4 additions & 4 deletions dashboards-observability/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2379,10 +2379,10 @@ pure-color@^1.3.0:
resolved "https://registry.yarnpkg.com/pure-color/-/pure-color-1.3.0.tgz#1fe064fb0ac851f0de61320a8bf796836422f33e"
integrity sha1-H+Bk+wrIUfDeYTIKi/eWg2Qi8z4=

qs@~6.5.2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
qs@~6.5.2, qs@~6.5.3:
version "6.5.3"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad"
integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==

[email protected]:
version "0.2.0"
Expand Down

0 comments on commit b56ff10

Please sign in to comment.