From c539082e479077aaa841fa7c755aafcb7cfe4ad4 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 7 Sep 2024 00:30:55 +0000 Subject: [PATCH] Update dependency @mui/x-tree-view to v7.16.0 --- geneit_app/package-lock.json | 52 +++++------------------------------- 1 file changed, 6 insertions(+), 46 deletions(-) diff --git a/geneit_app/package-lock.json b/geneit_app/package-lock.json index 724eb6c..e1f65d6 100644 --- a/geneit_app/package-lock.json +++ b/geneit_app/package-lock.json @@ -1625,26 +1625,6 @@ } } }, - "node_modules/@mui/x-data-grid/node_modules/@mui/x-internals": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-7.16.0.tgz", - "integrity": "sha512-ijer5XYmWlJqWaTmF6TGH1odG7EAupv8iDWYmDm2yVR9IQ+L2nQSuhiFClI+wmGx40KS2VKOlzDMPpF0t7/HCg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.25.6", - "@mui/utils": "^5.16.6" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "react": "^17.0.0 || ^18.0.0" - } - }, "node_modules/@mui/x-date-pickers": { "version": "7.16.0", "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-7.16.0.tgz", @@ -1711,7 +1691,7 @@ } } }, - "node_modules/@mui/x-date-pickers/node_modules/@mui/x-internals": { + "node_modules/@mui/x-internals": { "version": "7.16.0", "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-7.16.0.tgz", "integrity": "sha512-ijer5XYmWlJqWaTmF6TGH1odG7EAupv8iDWYmDm2yVR9IQ+L2nQSuhiFClI+wmGx40KS2VKOlzDMPpF0t7/HCg==", @@ -1731,35 +1711,15 @@ "react": "^17.0.0 || ^18.0.0" } }, - "node_modules/@mui/x-internals": { - "version": "7.15.0", - "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-7.15.0.tgz", - "integrity": "sha512-Q/IZvZhHpe64Ost1mRbdp6ML8KQQBprwwgzqo6pZbrCaWMPB2gk2jcUwdCwnLsc+gutaEPVhZ8N7it8VZcHtbg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.25.4", - "@mui/utils": "^5.16.6" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "react": "^17.0.0 || ^18.0.0" - } - }, "node_modules/@mui/x-tree-view": { - "version": "7.15.0", - "resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-7.15.0.tgz", - "integrity": "sha512-iMhI+ktZWnWMB60uCToGwTIGpmC17LT6o+fV1QSLgh8gWHjTKxJHHVIJnwX4GGeg+CDZQrodkAcGwu54txlStQ==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-7.16.0.tgz", + "integrity": "sha512-C/XCMtBs5jZSiCJG7hgRufcjj1fh60ea8COzgrcNG09bKVPkkfCP2Hp1L5ZXiTJJJ1GcFwQ3wVwy/1ln2+LuHg==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.25.4", + "@babel/runtime": "^7.25.6", "@mui/utils": "^5.16.6", - "@mui/x-internals": "7.15.0", + "@mui/x-internals": "7.16.0", "@types/react-transition-group": "^4.4.11", "clsx": "^2.1.1", "prop-types": "^15.8.1", -- 2.49.1