Skip to content

Commit

Permalink
Bump use-query-params from 1.2.2 to 1.2.3
Browse files Browse the repository at this point in the history
Bumps [use-query-params](https://github.com/pbeshai/use-query-params) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/pbeshai/use-query-params/releases)
- [Commits](https://github.com/pbeshai/use-query-params/commits)

---
updated-dependencies:
- dependency-name: use-query-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 15, 2021
1 parent c750d77 commit 3b05cb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"sweetalert": "^2.1.2",
"typeface-merriweather": "^1.1.13",
"typeface-roboto": "^1.1.13",
"use-query-params": "^1.2.2",
"use-query-params": "^1.2.3",
"uswds": "~1.6.12"
},
"@comment devDependencies": [
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13446,10 +13446,10 @@ serialize-javascript@^4.0.0:
dependencies:
randombytes "^2.1.0"

serialize-query-params@^1.3.3:
version "1.3.3"
resolved "https://registry.yarnpkg.com/serialize-query-params/-/serialize-query-params-1.3.3.tgz#a4bf0fc0ab9e80c92b93cdf9d84ec521d769ecbe"
integrity sha512-rJIIETRuGUVbLekC73IiXV3738ylEHbHK1kxaXAbhxbxfio0yvVXaRMF+OyLZOBMwdgDHYLaj6EMBAEiSf8C/g==
serialize-query-params@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/serialize-query-params/-/serialize-query-params-1.3.5.tgz#ca6a6419219ead24cf3b55d7b4d6a4b716b70359"
integrity sha512-BrLH1RqgzVxm6dco+KP9S6BodeFiUVvKwtY3GSWQlupIdblT19KCGTRkHZ2yIU6Bjy0Prjts0tYe11VpTMbAeQ==

serve-index@^1.9.1:
version "1.9.1"
Expand Down Expand Up @@ -14989,12 +14989,12 @@ use-memo-one@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/use-memo-one/-/use-memo-one-1.1.1.tgz#39e6f08fe27e422a7d7b234b5f9056af313bd22c"

use-query-params@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/use-query-params/-/use-query-params-1.2.2.tgz#4c4b274133d699605301510b5aa01047f92b5ce0"
integrity sha512-Uyfe+/TECsNNzCSkgUM1MM24OEGxGE4aeWvZEf0a14iQFp/m43wiqI1HZ9oTlrRSZwD5yABeLc9rN+wtiB5B3Q==
use-query-params@^1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/use-query-params/-/use-query-params-1.2.3.tgz#306c31a0cbc714e8a3b4bd7e91a6a9aaccaa5e22"
integrity sha512-cdG0tgbzK+FzsV6DAt2CN8Saa3WpRnze7uC4Rdh7l15epSFq7egmcB/zuREvPNwO5Yk80nUpDZpiyHsoq50d8w==
dependencies:
serialize-query-params "^1.3.3"
serialize-query-params "^1.3.5"

use@^3.1.0:
version "3.1.1"
Expand Down

0 comments on commit 3b05cb6

Please sign in to comment.