Skip to content

Commit

Permalink
fix(deps): update dependency query-string to ^6.8.3 (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lionelB committed Sep 2, 2019
1 parent 8f2db12 commit 26e1e5c
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"axios": "^0.19.0",
"lodash.uniqby": "^4.7.0",
"memoizee": "^0.4.14",
"query-string": "^6.8.2",
"query-string": "^6.8.3",
"unist-util-find": "^1.0.1",
"xml-js": "^1.6.11"
},
Original file line number Diff line number Diff line change
@@ -245,10 +245,10 @@ parse-entities@^1.0.2:
is-decimal "^1.0.0"
is-hexadecimal "^1.0.0"

query-string@^6.8.2:
version "6.8.2"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.8.2.tgz#36cb7e452ae11a4b5e9efee83375e0954407b2f6"
integrity sha512-J3Qi8XZJXh93t2FiKyd/7Ec6GNifsjKXUsVFkSBj/kjLsDylWhnCz4NT1bkPcKotttPW+QbKGqqPH8OoI2pdqw==
query-string@^6.8.3:
version "6.8.3"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.8.3.tgz#fd9fb7ffb068b79062b43383685611ee47777d4b"
integrity sha512-llcxWccnyaWlODe7A9hRjkvdCKamEKTh+wH8ITdTc3OhchaqUZteiSCX/2ablWHVrkVIe04dntnaZJ7BdyW0lQ==
dependencies:
decode-uri-component "^0.2.0"
split-on-first "^1.0.0"

0 comments on commit 26e1e5c

Please sign in to comment.