Skip to content

Commit

Permalink
Bump browser-id from 2.0.2 to 2.0.60
Browse files Browse the repository at this point in the history
Bumps [browser-id](https://github.com/CatChen/browser-id) from 2.0.2 to 2.0.60.
- [Release notes](https://github.com/CatChen/browser-id/releases)
- [Commits](CatChen/browser-id@v2.0.2...v2.0.60)

---
updated-dependencies:
- dependency-name: browser-id
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 307a81d commit eaaa83f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"bootstrap": "^4.6.2",
"browser-id": "^2.0.2",
"browser-id": "^2.0.60",
"http-proxy-middleware": "^2.0.6",
"jquery": "^3.7.0",
"popper.js": "^1.16.1",
Expand Down
26 changes: 19 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3302,13 +3302,13 @@ braces@^3.0.1, braces@~3.0.2:
dependencies:
fill-range "^7.0.1"

browser-id@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/browser-id/-/browser-id-2.0.2.tgz#62318ecbf76badd0fb3c2a8becca36cf2833577a"
integrity sha512-Br+Tv0I47PUZWVCfDtDY7DwTvFwMLAK0HzKROvYIbmgYw10x3BJHcATNPXr4dcVlxMZUAv8rhJf4ygI4f8lROQ==
browser-id@^2.0.60:
version "2.0.60"
resolved "https://registry.yarnpkg.com/browser-id/-/browser-id-2.0.60.tgz#da4aac5121d3a5fa9bad69e73be2e76fe31d125c"
integrity sha512-wv3iffxEKf1dlngFsCTO6SbLe7QIpTGjGWJ1/amyo6ftoTueCf3KAZTIGZRfHddCO48fDUTgbrmapUovKbJ84w==
dependencies:
uuid "^8.0.0"
versioned-storage "1.3.1"
uuid "^9.0.0"
versioned-storage "2.0.48"
optionalDependencies:
husky "8"

Expand Down Expand Up @@ -9835,6 +9835,11 @@ uuid@^8.0.0:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==

uuid@^9.0.0:
version "9.0.1"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==

v8-compile-cache@^2.0.3:
version "2.2.0"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
Expand All @@ -9859,7 +9864,14 @@ vary@~1.1.2:
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==

[email protected], versioned-storage@^1.2.10:
[email protected]:
version "2.0.48"
resolved "https://registry.yarnpkg.com/versioned-storage/-/versioned-storage-2.0.48.tgz#5ef620dfbb0f88fa8894ed648063cc9600807175"
integrity sha512-/qgxse/UociDodc4o9hK1gslLvHgJogtSlUHTKtyvW9vHFVSS3/L7lgtWOz3c756dkuFsm5TwVKaKURp8Bns1g==
optionalDependencies:
husky "8"

versioned-storage@^1.2.10:
version "1.3.1"
resolved "https://registry.yarnpkg.com/versioned-storage/-/versioned-storage-1.3.1.tgz#5cfa173ad5c48d283af1603e9eec6e364242bf31"
integrity sha512-mSRTkOfQdUNtyxH9arKqZQBEwnIDQyesrHcswosT8JW/ovAQ10XANMOJ8Ys2pvVyOeLqFFAeXFP3XH04KBQH0A==
Expand Down

0 comments on commit eaaa83f

Please sign in to comment.