Skip to content

Commit

Permalink
Bump browser-id from 2.0.2 to 2.0.57
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.57.
- [Release notes](https://github.com/CatChen/browser-id/releases)
- [Commits](CatChen/browser-id@v2.0.2...v2.0.57)

---
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 Oct 30, 2023
1 parent 307a81d commit d056cbd
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.57",
"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.57:
version "2.0.57"
resolved "https://registry.yarnpkg.com/browser-id/-/browser-id-2.0.57.tgz#c712fd19dbc7003c8b6d7402ba46984f995df600"
integrity sha512-68NJj5RMHGLPYqs5GeSVnF61PZZ+ixkS5JE/EFBDh+7VUpeiy3e855mUIJSM6Ls1jYoMXbqAI8u3i7hUX0IFIA==
dependencies:
uuid "^8.0.0"
versioned-storage "1.3.1"
uuid "^9.0.0"
versioned-storage "2.0.46"
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.46"
resolved "https://registry.yarnpkg.com/versioned-storage/-/versioned-storage-2.0.46.tgz#aa91e2938ec78851cab773b72ff1885037f06436"
integrity sha512-J18qJJofHYjC82BNNdxGdQONKunMgDs4ECMEgmtWl/yqTiYe5TxEkGQ+0lOeIXzKQp6GpS+EuyfSheRzeYN6rA==
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 d056cbd

Please sign in to comment.