Skip to content

Commit a42de8d

Browse files
caniszczyksnyk-bot
andauthored
fix: upgrade use-query-params from 2.2.0 to 2.2.1 (#176)
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]>
1 parent 87d253c commit a42de8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"remark-gfm": "^3.0.1",
4949
"sharp": "^0.32.6",
5050
"tslib": "^2.0.0",
51-
"use-query-params": "^2.1.2",
51+
"use-query-params": "^2.2.1",
5252
"usehooks-ts": "^2.6.0"
5353
},
5454
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13491,10 +13491,10 @@ url-parse@^1.5.3:
1349113491
querystringify "^2.1.1"
1349213492
requires-port "^1.0.0"
1349313493

13494-
use-query-params@^2.1.2:
13495-
version "2.2.0"
13496-
resolved "https://registry.yarnpkg.com/use-query-params/-/use-query-params-2.2.0.tgz#921aa5bf5be653260a763e06ad004e7a960807e5"
13497-
integrity sha512-MPBwXVZYzFeJEdjv0YgPNFsafUOM8WTpwBEZfNEMlyzbTsf2c+ZpOBkdM95/w4rxzk4eVO3E4DW7v33+VDbiQw==
13494+
use-query-params@^2.2.1:
13495+
version "2.2.1"
13496+
resolved "https://registry.yarnpkg.com/use-query-params/-/use-query-params-2.2.1.tgz#c558ab70706f319112fbccabf6867b9f904e947d"
13497+
integrity sha512-i6alcyLB8w9i3ZK3caNftdb+UnbfBRNPDnc89CNQWkGRmDrm/gfydHvMBfVsQJRq3NoHOM2dt/ceBWG2397v1Q==
1349813498
dependencies:
1349913499
serialize-query-params "^2.0.2"
1350013500

0 commit comments

Comments
 (0)