Skip to content

Commit

Permalink
fix: upgrade use-query-params from 2.2.0 to 2.2.1 (#176)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade use-query-params from 2.2.0 to 2.2.1.

See this package in yarn:
use-query-params

See this project in Snyk:
https://app.snyk.io/org/devfile/project/b531d744-fc32-4317-a5d5-80e414d9d114?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
caniszczyk and snyk-bot authored Dec 26, 2024
1 parent 87d253c commit a42de8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"remark-gfm": "^3.0.1",
"sharp": "^0.32.6",
"tslib": "^2.0.0",
"use-query-params": "^2.1.2",
"use-query-params": "^2.2.1",
"usehooks-ts": "^2.6.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13491,10 +13491,10 @@ url-parse@^1.5.3:
querystringify "^2.1.1"
requires-port "^1.0.0"

use-query-params@^2.1.2:
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==
use-query-params@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/use-query-params/-/use-query-params-2.2.1.tgz#c558ab70706f319112fbccabf6867b9f904e947d"
integrity sha512-i6alcyLB8w9i3ZK3caNftdb+UnbfBRNPDnc89CNQWkGRmDrm/gfydHvMBfVsQJRq3NoHOM2dt/ceBWG2397v1Q==
dependencies:
serialize-query-params "^2.0.2"

Expand Down

0 comments on commit a42de8d

Please sign in to comment.