Skip to content

Commit

Permalink
fix: update "@mswjs/cookies" for safe localStorage access (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
sAs59 authored and kettanaito committed Jan 24, 2022
1 parent 72a34f6 commit 99ae530
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 @@ -63,7 +63,7 @@
],
"sideEffects": false,
"dependencies": {
"@mswjs/cookies": "^0.1.6",
"@mswjs/cookies": "^0.1.7",
"@mswjs/interceptors": "^0.12.7",
"@open-draft/until": "^1.0.3",
"@types/cookie": "^0.4.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1574,10 +1574,10 @@
"@types/yargs" "^15.0.0"
chalk "^4.0.0"

"@mswjs/cookies@^0.1.6":
version "0.1.6"
resolved "https://registry.yarnpkg.com/@mswjs/cookies/-/cookies-0.1.6.tgz#176f77034ab6d7373ae5c94bcbac36fee8869249"
integrity sha512-A53XD5TOfwhpqAmwKdPtg1dva5wrng2gH5xMvklzbd9WLTSVU953eCRa8rtrrm6G7Cy60BOGsBRN89YQK0mlKA==
"@mswjs/cookies@^0.1.7":
version "0.1.7"
resolved "https://registry.yarnpkg.com/@mswjs/cookies/-/cookies-0.1.7.tgz#d334081b2c51057a61c1dd7b76ca3cac02251651"
integrity sha512-bDg1ReMBx+PYDB4Pk7y1Q07Zz1iKIEUWQpkEXiA2lEWg9gvOZ8UBmGXilCEUvyYoRFlmr/9iXTRR69TrgSwX/Q==
dependencies:
"@types/set-cookie-parser" "^2.4.0"
set-cookie-parser "^2.4.6"
Expand Down

0 comments on commit 99ae530

Please sign in to comment.