Skip to content

Commit

Permalink
fix: upgrade libsodium-wrappers from 0.7.13 to 0.7.14
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade libsodium-wrappers from 0.7.13 to 0.7.14.

See this package in yarn:
libsodium-wrappers

See this project in Snyk:
https://app.snyk.io/org/mike.gorman/project/fb3fb596-2f06-4d4e-b7a9-ba24f8b49d0a?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 1, 2024
1 parent 8cec19c commit 709e33e
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 @@ -77,7 +77,7 @@
"is-ip": "^5.0.0",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"libsodium-wrappers": "^0.7.10",
"libsodium-wrappers": "^0.7.14",
"lodash-es": "^4.17.21",
"md5.js": "^1.3.5",
"mime-types": "^2.1.35",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5440,17 +5440,17 @@ lead@^1.0.0:
dependencies:
flush-write-stream "^1.0.2"

libsodium-wrappers@^0.7.10:
version "0.7.13"
resolved "https://registry.yarnpkg.com/libsodium-wrappers/-/libsodium-wrappers-0.7.13.tgz#83299e06ee1466057ba0e64e532777d2929b90d3"
integrity sha512-kasvDsEi/r1fMzKouIDv7B8I6vNmknXwGiYodErGuESoFTohGSKZplFtVxZqHaoQ217AynyIFgnOVRitpHs0Qw==
libsodium-wrappers@^0.7.14:
version "0.7.14"
resolved "https://registry.yarnpkg.com/libsodium-wrappers/-/libsodium-wrappers-0.7.14.tgz#b21d9e8d58de686c6318a772805ee1c5d02035a5"
integrity sha512-300TtsePizhJZ7HjLmWr6hLHAgJUxIGhapSw+EwfCtDuWaEmEdGXSQv6j6qFw0bs9l4vS2NH9BtOHfXAq6h5kQ==
dependencies:
libsodium "^0.7.13"
libsodium "^0.7.14"

libsodium@^0.7.13:
version "0.7.13"
resolved "https://registry.yarnpkg.com/libsodium/-/libsodium-0.7.13.tgz#230712ec0b7447c57b39489c48a4af01985fb393"
integrity sha512-mK8ju0fnrKXXfleL53vtp9xiPq5hKM0zbDQtcxQIsSmxNgSxqCj6R7Hl9PkrNe2j29T4yoDaF7DJLK9/i5iWUw==
libsodium@^0.7.14:
version "0.7.14"
resolved "https://registry.yarnpkg.com/libsodium/-/libsodium-0.7.14.tgz#d9daace70dbc36051b947d37999bb6337c364c88"
integrity sha512-/pOd7eO6oZrfORquRTC4284OUJFcMi8F3Vnc9xtRBT0teLfOUxWIItaBFF3odYjZ7nlJNwnLdUVEUFHxVyX/Sw==

liftoff@^3.1.0:
version "3.1.0"
Expand Down

0 comments on commit 709e33e

Please sign in to comment.