Skip to content

Commit

Permalink
chore(deps): bump use-query-params from 2.1.1 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [use-query-params](https://github.com/pbeshai/use-query-params) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/pbeshai/use-query-params/releases)
- [Commits](https://github.com/pbeshai/use-query-params/compare/[email protected]@2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2023
1 parent b58badf commit 0b50617
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 @@ -34,6 +34,6 @@
"dependencies": {
"@dhis2/app-runtime": "^3.4.4",
"react-router-dom": "^6.4.1",
"use-query-params": "^2.1.1"
"use-query-params": "^2.2.0"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13315,10 +13315,10 @@ serialize-javascript@^6.0.0:
dependencies:
randombytes "^2.1.0"

serialize-query-params@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/serialize-query-params/-/serialize-query-params-2.0.1.tgz#f28f45a3da77ad5b578832fc8c9dc8ee08df9348"
integrity sha512-MCw3M1sc0N0vTxsXfInqogI7Cygsnlv4Vdy1Sc+QAN50bpteYCIQRRS3FXT/mcCKOLxCR8ohLg29WmeOEXyjmw==
serialize-query-params@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/serialize-query-params/-/serialize-query-params-2.0.2.tgz#598a3fb9e13f4ea1c1992fbd20231aa16b31db81"
integrity sha512-1chMo1dST4pFA9RDXAtF0Rbjaut4is7bzFbI1Z26IuMub68pNCILku85aYmeFhvnY//BXUPUhoRMjYcsT93J/Q==

serve-index@^1.9.1:
version "1.9.1"
Expand Down Expand Up @@ -14874,12 +14874,12 @@ url@~0.11.0:
punycode "1.3.2"
querystring "0.2.0"

use-query-params@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/use-query-params/-/use-query-params-2.1.1.tgz#6b9abc9b96aed5f4476a28a91e92c4d98c283a66"
integrity sha512-6trNvHhbb9PjtNxIFA0l31A09WmafRrmcGtSPnqwKgoI7i+m741Oh3gjz9SkJFhE5FFruBWtXx7QyfmjGcI0jA==
use-query-params@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/use-query-params/-/use-query-params-2.2.0.tgz#921aa5bf5be653260a763e06ad004e7a960807e5"
integrity sha512-MPBwXVZYzFeJEdjv0YgPNFsafUOM8WTpwBEZfNEMlyzbTsf2c+ZpOBkdM95/w4rxzk4eVO3E4DW7v33+VDbiQw==
dependencies:
serialize-query-params "^2.0.0"
serialize-query-params "^2.0.2"

use@^3.1.0:
version "3.1.1"
Expand Down

0 comments on commit 0b50617

Please sign in to comment.