fix(deps): update dependency react-tooltip to v4.4.3

This commit is contained in:
renovate[bot]
2022-10-23 05:05:26 +00:00
parent 560bae0844
commit 09778bd72e
2 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
"react-responsive": "6.1.2",
"react-scrollable-anchor": "0.6.1",
"react-spinkit": "3.0.0",
"react-tooltip": "4.4.0",
"react-tooltip": "4.4.3",
"react-transition-group": "4.4.5",
"react-youtube": "7.14.0",
"redux": "4.2.0",
+16 -16
View File
@@ -506,7 +506,7 @@
"react-responsive": "6.1.2",
"react-scrollable-anchor": "0.6.1",
"react-spinkit": "3.0.0",
"react-tooltip": "4.4.0",
"react-tooltip": "4.4.3",
"react-transition-group": "4.4.5",
"react-youtube": "7.14.0",
"redux": "4.2.0",
@@ -44934,12 +44934,12 @@
}
},
"node_modules/react-tooltip": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.4.0.tgz",
"integrity": "sha512-+pSsbT1UNZS+ZHAm+yfO9p9skHi11ZWxhfccuEq9oIoU52P09d+nzu1nUTqLn/hP7fUG6t+x6u2BuGKCP8vfRQ==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.4.3.tgz",
"integrity": "sha512-l7/TDBwq3JtuLBtq6FvIs7wsqcHjvoHFT8AvNGpf0JhHwzh+ZhCDN25wM/+gxelj8i1ngw/ULFv53XRQ/wCMzQ==",
"dependencies": {
"prop-types": "^15.8.1",
"uuid": "8.3.2"
"uuid": "^7.0.3"
},
"engines": {
"npm": ">=6.13"
@@ -44950,9 +44950,9 @@
}
},
"node_modules/react-tooltip/node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz",
"integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==",
"bin": {
"uuid": "dist/bin/uuid"
}
@@ -57251,7 +57251,7 @@
"react-scrollable-anchor": "0.6.1",
"react-spinkit": "3.0.0",
"react-test-renderer": "16.14.0",
"react-tooltip": "4.4.0",
"react-tooltip": "4.4.3",
"react-transition-group": "4.4.5",
"react-youtube": "7.14.0",
"redux": "4.2.0",
@@ -85833,18 +85833,18 @@
}
},
"react-tooltip": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.4.0.tgz",
"integrity": "sha512-+pSsbT1UNZS+ZHAm+yfO9p9skHi11ZWxhfccuEq9oIoU52P09d+nzu1nUTqLn/hP7fUG6t+x6u2BuGKCP8vfRQ==",
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.4.3.tgz",
"integrity": "sha512-l7/TDBwq3JtuLBtq6FvIs7wsqcHjvoHFT8AvNGpf0JhHwzh+ZhCDN25wM/+gxelj8i1ngw/ULFv53XRQ/wCMzQ==",
"requires": {
"prop-types": "^15.8.1",
"uuid": "8.3.2"
"uuid": "^7.0.3"
},
"dependencies": {
"uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz",
"integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg=="
}
}
},