mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-09-17 09:32:39 +03:00
fix(deps): update dependency uuid to v13 (#1926)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
parent
4e81dc99c4
commit
4e44c2ca50
|
@ -67,7 +67,7 @@
|
|||
"semver": "^7.7.2",
|
||||
"socketcluster-server": "^19.2.0",
|
||||
"sqlite3": "^5.1.7",
|
||||
"uuid": "^12.0.0"
|
||||
"uuid": "^13.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/body-parser": "^1.19.6",
|
||||
|
|
|
@ -1056,8 +1056,8 @@ importers:
|
|||
specifier: ^5.1.7
|
||||
version: 5.1.7
|
||||
uuid:
|
||||
specifier: ^12.0.0
|
||||
version: 12.0.0
|
||||
specifier: ^13.0.0
|
||||
version: 13.0.0
|
||||
devDependencies:
|
||||
'@types/body-parser':
|
||||
specifier: ^1.19.6
|
||||
|
@ -9986,8 +9986,8 @@ packages:
|
|||
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
|
||||
engines: {node: '>= 0.4.0'}
|
||||
|
||||
uuid@12.0.0:
|
||||
resolution: {integrity: sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA==}
|
||||
uuid@13.0.0:
|
||||
resolution: {integrity: sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==}
|
||||
hasBin: true
|
||||
|
||||
uuid@8.3.2:
|
||||
|
@ -19231,7 +19231,7 @@ snapshots:
|
|||
|
||||
utils-merge@1.0.1: {}
|
||||
|
||||
uuid@12.0.0: {}
|
||||
uuid@13.0.0: {}
|
||||
|
||||
uuid@8.3.2: {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user