Skip to content

Commit

Permalink
chore(deps): bump uuid from 8.3.2 to 9.0.0
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v8.3.2...v9.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 21, 2022
1 parent 1001d7d commit 927c1f3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"codecov": "^3.8.3",
"commander": "^9.4.0",
"core-js-bundle": "^3.25.1",
"core-js-bundle": "^3.25.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"electron-builder": "23.3.3",
Expand Down Expand Up @@ -208,7 +208,7 @@
"react-router-dom": "^6.3.0",
"tabbable": "^6.0.0",
"ua-parser-js": "^1.0.2",
"uuid": "^8.3.2",
"uuid": "^9.0.0",
"webextension-polyfill": "^0.10.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-resize-detector": "^7.1.2",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
}
}
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4894,10 +4894,10 @@ copy-to-clipboard@^3.3.1:
dependencies:
toggle-selection "^1.0.6"

core-js-bundle@^3.25.1:
version "3.25.1"
resolved "https://registry.yarnpkg.com/core-js-bundle/-/core-js-bundle-3.25.1.tgz#72e3b3a11d2d9f671e5ff740135223394c5fcb85"
integrity sha512-f1FcTJFuKTJNSfpKAOJY/ehGLIPhQMUlQwJHGmIdEHROgcntQqRU6LGpyuIfJVjHlypY9A2DhG9qkT+uRwvwGQ==
core-js-bundle@^3.25.2:
version "3.25.2"
resolved "https://registry.yarnpkg.com/core-js-bundle/-/core-js-bundle-3.25.2.tgz#e6b56cbfb1f97793bd295754a713bd4bc77bfafe"
integrity sha512-GEuo5S7jAAKPlYfZ2sYI5RFdX+08FWoZSyZ/Z67KO+qEkZmVXRFisnOUjQbC5/Hj78XGCovY9jGKZ64L5km5JQ==

core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"
Expand Down Expand Up @@ -13065,6 +13065,11 @@ uuid@8.3.2, uuid@^8.0.0, uuid@^8.3.2:
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.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==

v8-compile-cache@2.3.0, v8-compile-cache@^2.0.3, v8-compile-cache@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
Expand Down

0 comments on commit 927c1f3

Please sign in to comment.