Skip to content

Commit 61df82e

Browse files
Bump uuid and @types/uuid (#869)
* Bump uuid and @types/uuid Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together. Updates `uuid` from 8.3.2 to 9.0.1 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v8.3.2...v9.0.1) Updates `@types/uuid` from 8.3.4 to 9.0.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * TriggerCI --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kamil Breguła <kamilbregula@apache.org>
1 parent 6e932de commit 61df82e

2 files changed

Lines changed: 33 additions & 16 deletions

File tree

package-lock.json

Lines changed: 31 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"slick-carousel": "^1.8.1",
9999
"styled-container-query": "^1.3.5",
100100
"use-query-params": "^1.2.3",
101-
"uuid": "^8.3.2",
101+
"uuid": "^9.0.1",
102102
"webpack-filter-warnings-plugin": "^1.2.1"
103103
},
104104
"devDependencies": {
@@ -120,7 +120,7 @@
120120
"@types/react-transition-group": "^4.4.4",
121121
"@types/redux-mock-store": "^1.0.3",
122122
"@types/styled-components": "^5.1.25",
123-
"@types/uuid": "^8.3.4",
123+
"@types/uuid": "^9.0.7",
124124
"babel-jest": "^29.4.3",
125125
"babel-plugin-styled-components": "^2.0.7",
126126
"babel-preset-gatsby": "^2.25.0",

0 commit comments

Comments
 (0)