diff --git a/package-lock.json b/package-lock.json index ca669a8468..7889b6c20d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2544,6 +2544,31 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, + "node_modules/@floating-ui/core": { + "version": "1.6.9", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.9.tgz", + "integrity": "sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==", + "license": "MIT", + "dependencies": { + "@floating-ui/utils": "^0.2.9" + } + }, + "node_modules/@floating-ui/dom": { + "version": "1.6.13", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.13.tgz", + "integrity": "sha512-umqzocjDgNRGTuO7Q8CU32dkHkECqI8ZdMZ5Swb6QAM0t5rnlrN3lGo1hdpscRd3WS8T6DKYK4ephgIH9iRh3w==", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.6.0", + "@floating-ui/utils": "^0.2.9" + } + }, + "node_modules/@floating-ui/utils": { + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.9.tgz", + "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==", + "license": "MIT" + }, "node_modules/@gar/promisify": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", @@ -29111,6 +29136,7 @@ "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.5.1.tgz", "integrity": "sha512-Zo+CSFUGXar1uV+bgXFFDe7VeS2iByeIp5rTgTcc2HqtuOS5D76QapejNNfx320MCY91TlhTQat36KGFTqgcvw==", "license": "MIT", + "peer": true, "dependencies": { "prop-types": "^15.8.1", "uuid": "^7.0.3" @@ -29128,6 +29154,7 @@ "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz", "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==", "license": "MIT", + "peer": true, "bin": { "uuid": "dist/bin/uuid" } @@ -37801,7 +37828,7 @@ "react-responsive": "5.0.0", "react-style-proptype": "3.2.2", "react-tabs": "2.3.1", - "react-tooltip": "4.5.1", + "react-tooltip": "5.28.0", "react-virtualized": "9.22.6", "redux-throttle": "0.1.1", "scratch-audio": "2.0.74", @@ -38064,6 +38091,20 @@ "node": ">=4" } }, + "packages/scratch-gui/node_modules/react-tooltip": { + "version": "5.28.0", + "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-5.28.0.tgz", + "integrity": "sha512-R5cO3JPPXk6FRbBHMO0rI9nkUG/JKfalBSQfZedZYzmqaZQgq7GLzF8vcCWx6IhUCKg0yPqJhXIzmIO5ff15xg==", + "license": "MIT", + "dependencies": { + "@floating-ui/dom": "^1.6.1", + "classnames": "^2.3.0" + }, + "peerDependencies": { + "react": ">=16.14.0", + "react-dom": ">=16.14.0" + } + }, "packages/scratch-gui/node_modules/slash": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", diff --git a/packages/scratch-gui/package.json b/packages/scratch-gui/package.json index 27afc2eb97..cd484bf356 100644 --- a/packages/scratch-gui/package.json +++ b/packages/scratch-gui/package.json @@ -90,7 +90,7 @@ "react-responsive": "5.0.0", "react-style-proptype": "3.2.2", "react-tabs": "2.3.1", - "react-tooltip": "4.5.1", + "react-tooltip": "5.28.0", "react-virtualized": "9.22.6", "redux-throttle": "0.1.1", "scratch-audio": "2.0.74",