|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
"name": "spiffworkflow-frontend",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/core": "^7.24.3",
|
|
|
|
|
"@babel/core": "^7.24.6",
|
|
|
|
|
"@babel/plugin-transform-react-jsx": "^7.18.6",
|
|
|
|
|
"@babel/preset-react": "^7.23.3",
|
|
|
|
|
"@carbon/colors": "^11.21.0",
|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
"@casl/react": "^3.1.0",
|
|
|
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
|
|
|
"@monaco-editor/react": "^4.4.5",
|
|
|
|
|
"@mui/material": "^5.15.15",
|
|
|
|
|
"@mui/material": "^5.15.18",
|
|
|
|
|
"@prefresh/vite": "^2.4.5",
|
|
|
|
|
"@react-icons/all-files": "^4.1.0",
|
|
|
|
|
"@rjsf/core": "5.18.3",
|
|
|
|
@ -180,11 +180,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/code-frame": {
|
|
|
|
|
"version": "7.24.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
|
|
|
|
|
"integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/highlight": "^7.24.2",
|
|
|
|
|
"@babel/highlight": "^7.24.6",
|
|
|
|
|
"picocolors": "^1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -192,28 +192,28 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/compat-data": {
|
|
|
|
|
"version": "7.24.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.1.tgz",
|
|
|
|
|
"integrity": "sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/core": {
|
|
|
|
|
"version": "7.24.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.3.tgz",
|
|
|
|
|
"integrity": "sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ampproject/remapping": "^2.2.0",
|
|
|
|
|
"@babel/code-frame": "^7.24.2",
|
|
|
|
|
"@babel/generator": "^7.24.1",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
|
|
|
"@babel/helpers": "^7.24.1",
|
|
|
|
|
"@babel/parser": "^7.24.1",
|
|
|
|
|
"@babel/template": "^7.24.0",
|
|
|
|
|
"@babel/traverse": "^7.24.1",
|
|
|
|
|
"@babel/types": "^7.24.0",
|
|
|
|
|
"@babel/code-frame": "^7.24.6",
|
|
|
|
|
"@babel/generator": "^7.24.6",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.24.6",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.24.6",
|
|
|
|
|
"@babel/helpers": "^7.24.6",
|
|
|
|
|
"@babel/parser": "^7.24.6",
|
|
|
|
|
"@babel/template": "^7.24.6",
|
|
|
|
|
"@babel/traverse": "^7.24.6",
|
|
|
|
|
"@babel/types": "^7.24.6",
|
|
|
|
|
"convert-source-map": "^2.0.0",
|
|
|
|
|
"debug": "^4.1.0",
|
|
|
|
|
"gensync": "^1.0.0-beta.2",
|
|
|
|
@ -234,11 +234,11 @@
|
|
|
|
|
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/generator": {
|
|
|
|
|
"version": "7.24.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.1.tgz",
|
|
|
|
|
"integrity": "sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": "^7.24.0",
|
|
|
|
|
"@babel/types": "^7.24.6",
|
|
|
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
|
|
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
|
|
|
"jsesc": "^2.5.1"
|
|
|
|
@ -272,12 +272,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
|
|
|
"version": "7.23.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
|
|
|
|
|
"integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/compat-data": "^7.23.5",
|
|
|
|
|
"@babel/helper-validator-option": "^7.23.5",
|
|
|
|
|
"@babel/compat-data": "^7.24.6",
|
|
|
|
|
"@babel/helper-validator-option": "^7.24.6",
|
|
|
|
|
"browserslist": "^4.22.2",
|
|
|
|
|
"lru-cache": "^5.1.1",
|
|
|
|
|
"semver": "^6.3.1"
|
|
|
|
@ -342,9 +342,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-environment-visitor": {
|
|
|
|
|
"version": "7.22.20",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
|
|
|
|
|
"integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
@ -362,23 +362,23 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-function-name": {
|
|
|
|
|
"version": "7.23.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
|
|
|
|
|
"integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/template": "^7.22.15",
|
|
|
|
|
"@babel/types": "^7.23.0"
|
|
|
|
|
"@babel/template": "^7.24.6",
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-hoist-variables": {
|
|
|
|
|
"version": "7.22.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
|
|
|
|
|
"integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": "^7.22.5"
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
@ -397,26 +397,26 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-module-imports": {
|
|
|
|
|
"version": "7.22.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
|
|
|
|
|
"integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": "^7.22.15"
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-module-transforms": {
|
|
|
|
|
"version": "7.23.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
|
|
|
|
|
"integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
|
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
|
|
|
"@babel/helper-simple-access": "^7.22.5",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.22.20"
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.24.6",
|
|
|
|
|
"@babel/helper-module-imports": "^7.24.6",
|
|
|
|
|
"@babel/helper-simple-access": "^7.24.6",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.24.6",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.24.6"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
@ -481,11 +481,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-simple-access": {
|
|
|
|
|
"version": "7.22.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
|
|
|
|
|
"integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": "^7.22.5"
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
@ -504,36 +504,36 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-split-export-declaration": {
|
|
|
|
|
"version": "7.22.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
|
|
|
|
|
"integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/types": "^7.22.5"
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-string-parser": {
|
|
|
|
|
"version": "7.23.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
|
|
|
|
|
"integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
|
|
|
"version": "7.22.20",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
|
|
|
|
|
"integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-validator-option": {
|
|
|
|
|
"version": "7.23.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
|
|
|
|
|
"integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
@ -554,24 +554,23 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helpers": {
|
|
|
|
|
"version": "7.24.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.1.tgz",
|
|
|
|
|
"integrity": "sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/template": "^7.24.0",
|
|
|
|
|
"@babel/traverse": "^7.24.1",
|
|
|
|
|
"@babel/types": "^7.24.0"
|
|
|
|
|
"@babel/template": "^7.24.6",
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/highlight": {
|
|
|
|
|
"version": "7.24.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz",
|
|
|
|
|
"integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.24.6",
|
|
|
|
|
"chalk": "^2.4.2",
|
|
|
|
|
"js-tokens": "^4.0.0",
|
|
|
|
|
"picocolors": "^1.0.0"
|
|
|
|
@ -581,9 +580,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/parser": {
|
|
|
|
|
"version": "7.24.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz",
|
|
|
|
|
"integrity": "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==",
|
|
|
|
|
"bin": {
|
|
|
|
|
"parser": "bin/babel-parser.js"
|
|
|
|
|
},
|
|
|
|
@ -2081,31 +2080,31 @@
|
|
|
|
|
"integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/template": {
|
|
|
|
|
"version": "7.24.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz",
|
|
|
|
|
"integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/code-frame": "^7.23.5",
|
|
|
|
|
"@babel/parser": "^7.24.0",
|
|
|
|
|
"@babel/types": "^7.24.0"
|
|
|
|
|
"@babel/code-frame": "^7.24.6",
|
|
|
|
|
"@babel/parser": "^7.24.6",
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/traverse": {
|
|
|
|
|
"version": "7.24.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz",
|
|
|
|
|
"integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/code-frame": "^7.24.1",
|
|
|
|
|
"@babel/generator": "^7.24.1",
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
|
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
|
|
|
"@babel/parser": "^7.24.1",
|
|
|
|
|
"@babel/types": "^7.24.0",
|
|
|
|
|
"@babel/code-frame": "^7.24.6",
|
|
|
|
|
"@babel/generator": "^7.24.6",
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.24.6",
|
|
|
|
|
"@babel/helper-function-name": "^7.24.6",
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.24.6",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.24.6",
|
|
|
|
|
"@babel/parser": "^7.24.6",
|
|
|
|
|
"@babel/types": "^7.24.6",
|
|
|
|
|
"debug": "^4.3.1",
|
|
|
|
|
"globals": "^11.1.0"
|
|
|
|
|
},
|
|
|
|
@ -2114,12 +2113,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/types": {
|
|
|
|
|
"version": "7.24.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz",
|
|
|
|
|
"integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-string-parser": "^7.23.4",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
|
|
|
"@babel/helper-string-parser": "^7.24.6",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.24.6",
|
|
|
|
|
"to-fast-properties": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -4505,9 +4504,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/core-downloads-tracker": {
|
|
|
|
|
"version": "5.15.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.15.tgz",
|
|
|
|
|
"integrity": "sha512-aXnw29OWQ6I5A47iuWEI6qSSUfH6G/aCsW9KmW3LiFqr7uXZBK4Ks+z8G+qeIub8k0T5CMqlT2q0L+ZJTMrqpg==",
|
|
|
|
|
"version": "5.15.18",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.18.tgz",
|
|
|
|
|
"integrity": "sha512-/9pVk+Al8qxAjwFUADv4BRZgMpZM4m5E+2Q/20qhVPuIJWqKp4Ie4tGExac6zu93rgPTYVQGgu+1vjiT0E+cEw==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/mui-org"
|
|
|
|
@ -4540,13 +4539,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@mui/material": {
|
|
|
|
|
"version": "5.15.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.15.15.tgz",
|
|
|
|
|
"integrity": "sha512-3zvWayJ+E1kzoIsvwyEvkTUKVKt1AjchFFns+JtluHCuvxgKcLSRJTADw37k0doaRtVAsyh8bz9Afqzv+KYrIA==",
|
|
|
|
|
"version": "5.15.18",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.15.18.tgz",
|
|
|
|
|
"integrity": "sha512-n+/dsiqux74fFfcRUJjok+ieNQ7+BEk6/OwX9cLcLvriZrZb+/7Y8+Fd2HlUUbn5N0CDurgAHm0VH1DqyJ9HAw==",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.23.9",
|
|
|
|
|
"@mui/base": "5.0.0-beta.40",
|
|
|
|
|
"@mui/core-downloads-tracker": "^5.15.15",
|
|
|
|
|
"@mui/core-downloads-tracker": "^5.15.18",
|
|
|
|
|
"@mui/system": "^5.15.15",
|
|
|
|
|
"@mui/types": "^7.2.14",
|
|
|
|
|
"@mui/utils": "^5.15.14",
|
|
|
|
@ -25605,34 +25604,34 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/code-frame": {
|
|
|
|
|
"version": "7.24.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
|
|
|
|
|
"integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/highlight": "^7.24.2",
|
|
|
|
|
"@babel/highlight": "^7.24.6",
|
|
|
|
|
"picocolors": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/compat-data": {
|
|
|
|
|
"version": "7.24.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.1.tgz",
|
|
|
|
|
"integrity": "sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA=="
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ=="
|
|
|
|
|
},
|
|
|
|
|
"@babel/core": {
|
|
|
|
|
"version": "7.24.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.3.tgz",
|
|
|
|
|
"integrity": "sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@ampproject/remapping": "^2.2.0",
|
|
|
|
|
"@babel/code-frame": "^7.24.2",
|
|
|
|
|
"@babel/generator": "^7.24.1",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
|
|
|
"@babel/helpers": "^7.24.1",
|
|
|
|
|
"@babel/parser": "^7.24.1",
|
|
|
|
|
"@babel/template": "^7.24.0",
|
|
|
|
|
"@babel/traverse": "^7.24.1",
|
|
|
|
|
"@babel/types": "^7.24.0",
|
|
|
|
|
"@babel/code-frame": "^7.24.6",
|
|
|
|
|
"@babel/generator": "^7.24.6",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.24.6",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.24.6",
|
|
|
|
|
"@babel/helpers": "^7.24.6",
|
|
|
|
|
"@babel/parser": "^7.24.6",
|
|
|
|
|
"@babel/template": "^7.24.6",
|
|
|
|
|
"@babel/traverse": "^7.24.6",
|
|
|
|
|
"@babel/types": "^7.24.6",
|
|
|
|
|
"convert-source-map": "^2.0.0",
|
|
|
|
|
"debug": "^4.1.0",
|
|
|
|
|
"gensync": "^1.0.0-beta.2",
|
|
|
|
@ -25648,11 +25647,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/generator": {
|
|
|
|
|
"version": "7.24.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.1.tgz",
|
|
|
|
|
"integrity": "sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.24.0",
|
|
|
|
|
"@babel/types": "^7.24.6",
|
|
|
|
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
|
|
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
|
|
|
"jsesc": "^2.5.1"
|
|
|
|
@ -25677,12 +25676,12 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-compilation-targets": {
|
|
|
|
|
"version": "7.23.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
|
|
|
|
|
"integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/compat-data": "^7.23.5",
|
|
|
|
|
"@babel/helper-validator-option": "^7.23.5",
|
|
|
|
|
"@babel/compat-data": "^7.24.6",
|
|
|
|
|
"@babel/helper-validator-option": "^7.24.6",
|
|
|
|
|
"browserslist": "^4.22.2",
|
|
|
|
|
"lru-cache": "^5.1.1",
|
|
|
|
|
"semver": "^6.3.1"
|
|
|
|
@ -25729,9 +25728,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-environment-visitor": {
|
|
|
|
|
"version": "7.22.20",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
|
|
|
|
|
"integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA=="
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g=="
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-explode-assignable-expression": {
|
|
|
|
|
"version": "7.18.6",
|
|
|
|
@ -25743,20 +25742,20 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-function-name": {
|
|
|
|
|
"version": "7.23.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
|
|
|
|
|
"integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/template": "^7.22.15",
|
|
|
|
|
"@babel/types": "^7.23.0"
|
|
|
|
|
"@babel/template": "^7.24.6",
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-hoist-variables": {
|
|
|
|
|
"version": "7.22.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
|
|
|
|
|
"integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.22.5"
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-member-expression-to-functions": {
|
|
|
|
@ -25769,23 +25768,23 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-module-imports": {
|
|
|
|
|
"version": "7.22.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
|
|
|
|
|
"integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.22.15"
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-module-transforms": {
|
|
|
|
|
"version": "7.23.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
|
|
|
|
|
"integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
|
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
|
|
|
"@babel/helper-simple-access": "^7.22.5",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.22.20"
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.24.6",
|
|
|
|
|
"@babel/helper-module-imports": "^7.24.6",
|
|
|
|
|
"@babel/helper-simple-access": "^7.24.6",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.24.6",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.24.6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-optimise-call-expression": {
|
|
|
|
@ -25829,11 +25828,11 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-simple-access": {
|
|
|
|
|
"version": "7.22.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
|
|
|
|
|
"integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.22.5"
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-skip-transparent-expression-wrappers": {
|
|
|
|
@ -25846,27 +25845,27 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-split-export-declaration": {
|
|
|
|
|
"version": "7.22.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
|
|
|
|
|
"integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/types": "^7.22.5"
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-string-parser": {
|
|
|
|
|
"version": "7.23.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
|
|
|
|
|
"integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ=="
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q=="
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-validator-identifier": {
|
|
|
|
|
"version": "7.22.20",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
|
|
|
|
|
"integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A=="
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw=="
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-validator-option": {
|
|
|
|
|
"version": "7.23.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
|
|
|
|
|
"integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw=="
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ=="
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-wrap-function": {
|
|
|
|
|
"version": "7.20.5",
|
|
|
|
@ -25881,30 +25880,29 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helpers": {
|
|
|
|
|
"version": "7.24.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.1.tgz",
|
|
|
|
|
"integrity": "sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/template": "^7.24.0",
|
|
|
|
|
"@babel/traverse": "^7.24.1",
|
|
|
|
|
"@babel/types": "^7.24.0"
|
|
|
|
|
"@babel/template": "^7.24.6",
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/highlight": {
|
|
|
|
|
"version": "7.24.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz",
|
|
|
|
|
"integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.24.6",
|
|
|
|
|
"chalk": "^2.4.2",
|
|
|
|
|
"js-tokens": "^4.0.0",
|
|
|
|
|
"picocolors": "^1.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/parser": {
|
|
|
|
|
"version": "7.24.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.4.tgz",
|
|
|
|
|
"integrity": "sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg=="
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q=="
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
|
|
|
"version": "7.18.6",
|
|
|
|
@ -26911,39 +26909,39 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/template": {
|
|
|
|
|
"version": "7.24.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz",
|
|
|
|
|
"integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/code-frame": "^7.23.5",
|
|
|
|
|
"@babel/parser": "^7.24.0",
|
|
|
|
|
"@babel/types": "^7.24.0"
|
|
|
|
|
"@babel/code-frame": "^7.24.6",
|
|
|
|
|
"@babel/parser": "^7.24.6",
|
|
|
|
|
"@babel/types": "^7.24.6"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/traverse": {
|
|
|
|
|
"version": "7.24.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.1.tgz",
|
|
|
|
|
"integrity": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/code-frame": "^7.24.1",
|
|
|
|
|
"@babel/generator": "^7.24.1",
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
|
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
|
|
|
"@babel/parser": "^7.24.1",
|
|
|
|
|
"@babel/types": "^7.24.0",
|
|
|
|
|
"@babel/code-frame": "^7.24.6",
|
|
|
|
|
"@babel/generator": "^7.24.6",
|
|
|
|
|
"@babel/helper-environment-visitor": "^7.24.6",
|
|
|
|
|
"@babel/helper-function-name": "^7.24.6",
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.24.6",
|
|
|
|
|
"@babel/helper-split-export-declaration": "^7.24.6",
|
|
|
|
|
"@babel/parser": "^7.24.6",
|
|
|
|
|
"@babel/types": "^7.24.6",
|
|
|
|
|
"debug": "^4.3.1",
|
|
|
|
|
"globals": "^11.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/types": {
|
|
|
|
|
"version": "7.24.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz",
|
|
|
|
|
"integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==",
|
|
|
|
|
"version": "7.24.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz",
|
|
|
|
|
"integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-string-parser": "^7.23.4",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
|
|
|
"@babel/helper-string-parser": "^7.24.6",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.24.6",
|
|
|
|
|
"to-fast-properties": "^2.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
@ -28722,9 +28720,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@mui/core-downloads-tracker": {
|
|
|
|
|
"version": "5.15.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.15.tgz",
|
|
|
|
|
"integrity": "sha512-aXnw29OWQ6I5A47iuWEI6qSSUfH6G/aCsW9KmW3LiFqr7uXZBK4Ks+z8G+qeIub8k0T5CMqlT2q0L+ZJTMrqpg=="
|
|
|
|
|
"version": "5.15.18",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.15.18.tgz",
|
|
|
|
|
"integrity": "sha512-/9pVk+Al8qxAjwFUADv4BRZgMpZM4m5E+2Q/20qhVPuIJWqKp4Ie4tGExac6zu93rgPTYVQGgu+1vjiT0E+cEw=="
|
|
|
|
|
},
|
|
|
|
|
"@mui/icons-material": {
|
|
|
|
|
"version": "5.11.16",
|
|
|
|
@ -28736,13 +28734,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@mui/material": {
|
|
|
|
|
"version": "5.15.15",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.15.15.tgz",
|
|
|
|
|
"integrity": "sha512-3zvWayJ+E1kzoIsvwyEvkTUKVKt1AjchFFns+JtluHCuvxgKcLSRJTADw37k0doaRtVAsyh8bz9Afqzv+KYrIA==",
|
|
|
|
|
"version": "5.15.18",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@mui/material/-/material-5.15.18.tgz",
|
|
|
|
|
"integrity": "sha512-n+/dsiqux74fFfcRUJjok+ieNQ7+BEk6/OwX9cLcLvriZrZb+/7Y8+Fd2HlUUbn5N0CDurgAHm0VH1DqyJ9HAw==",
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/runtime": "^7.23.9",
|
|
|
|
|
"@mui/base": "5.0.0-beta.40",
|
|
|
|
|
"@mui/core-downloads-tracker": "^5.15.15",
|
|
|
|
|
"@mui/core-downloads-tracker": "^5.15.18",
|
|
|
|
|
"@mui/system": "^5.15.15",
|
|
|
|
|
"@mui/types": "^7.2.14",
|
|
|
|
|
"@mui/utils": "^5.15.14",
|
|
|
|
|