From 9cdfb75ea27b6b758f83b83b0b058fedd98fe8bac2181b8cb988d7f697e34a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 7 Feb 2025 18:47:04 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main velociraptor revision 64d0e1a891dd8dd792ebab77a729787f --- CVE-2022-25883-npm-watch-semver-deps.patch | 24 - _servicedata | 2 +- package-lock.json | 744 ++++++----- velociraptor-0.7.0.4.git142.862ef23.obscpio | 3 + velociraptor-0.7.0.4.git97.675e45f9.obscpio | 3 - velociraptor-go_modules.tar.gz | 4 +- velociraptor-node_modules.obscpio | 4 +- velociraptor-nodejs.spec.inc | 1276 +++++++++---------- velociraptor.changes | 86 ++ velociraptor.obsinfo | 6 +- velociraptor.spec | 40 +- 11 files changed, 1155 insertions(+), 1037 deletions(-) delete mode 100644 CVE-2022-25883-npm-watch-semver-deps.patch create mode 100644 velociraptor-0.7.0.4.git142.862ef23.obscpio delete mode 100644 velociraptor-0.7.0.4.git97.675e45f9.obscpio diff --git a/CVE-2022-25883-npm-watch-semver-deps.patch b/CVE-2022-25883-npm-watch-semver-deps.patch deleted file mode 100644 index b12d790..0000000 --- a/CVE-2022-25883-npm-watch-semver-deps.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 76e999d0976ad6559574c92b79fe7432596d2d6c Mon Sep 17 00:00:00 2001 -From: snyk-bot -Date: Sat, 27 Apr 2024 00:20:54 +0000 -Subject: [PATCH] fix: gui/velociraptor/package.json to reduce vulnerabilities - -The following vulnerabilities are fixed with an upgrade: -- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 ---- - gui/velociraptor/package.json | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: b/gui/velociraptor/package.json -=================================================================== ---- a/gui/velociraptor/package.json -+++ b/gui/velociraptor/package.json -@@ -31,7 +31,7 @@ - "lodash": "^4.17.21", - "moment": "^2.29.4", - "moment-timezone": "0.5.43", -- "npm-watch": "^0.11.0", -+ "npm-watch": "^0.12.0", - "prop-types": "^15.8.1", - "qs": "^6.11.2", - "query-string": "^6.14.1", diff --git a/_servicedata b/_servicedata index eeb8f02..aff9b74 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/SUSE/linux-security-sensor - 675e45f90f6a78190d8428bd0a375e9dfd483589 \ No newline at end of file + 862ef239506b42b208625b83420ebed67804e11e \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 20294e7..394a2dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "classnames": "^2.3.2", "csv-parse": "4.16.3", "csv-stringify": "5.6.5", - "dompurify": "3.0.6", + "dompurify": "3.1.3", "dotenv": "^8.6.0", "env-cmd": "^10.1.0", "hosted-git-info": "^2.8.9", @@ -96,11 +96,12 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "dependencies": { - "@babel/highlight": "^7.24.7", + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", "picocolors": "^1.0.0" }, "engines": { @@ -145,41 +146,43 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz", - "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz", + "integrity": "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==", "dev": true, + "license": "MIT", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", - "semver": "^6.3.0" + "semver": "^6.3.1" }, "engines": { "node": "^10.13.0 || ^12.13.0 || >=14.0.0" }, "peerDependencies": { - "@babel/core": ">=7.11.0", - "eslint": "^7.5.0 || ^8.0.0" + "@babel/core": "^7.11.0", + "eslint": "^7.5.0 || ^8.0.0 || ^9.0.0" } }, "node_modules/@babel/generator": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", - "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz", + "integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==", "dependencies": { - "@babel/types": "^7.25.0", + "@babel/parser": "^7.26.5", + "@babel/types": "^7.26.5", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", + "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -283,17 +286,17 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "engines": { "node": ">=6.9.0" } @@ -319,26 +322,12 @@ "node": ">=6.9.0" } }, - "node_modules/@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", - "dependencies": { - "@babel/helper-validator-identifier": "^7.24.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, "node_modules/@babel/parser": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz", - "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.5.tgz", + "integrity": "sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==", "dependencies": { - "@babel/types": "^7.25.2" + "@babel/types": "^7.26.5" }, "bin": { "parser": "bin/babel-parser.js" @@ -501,28 +490,28 @@ } }, "node_modules/@babel/template": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", - "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.25.0", - "@babel/types": "^7.25.0" + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz", - "integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.5.tgz", + "integrity": "sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==", "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.25.0", - "@babel/parser": "^7.25.3", - "@babel/template": "^7.25.0", - "@babel/types": "^7.25.2", + "@babel/code-frame": "^7.26.2", + "@babel/generator": "^7.26.5", + "@babel/parser": "^7.26.5", + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.5", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -531,13 +520,12 @@ } }, "node_modules/@babel/types": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz", - "integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.5.tgz", + "integrity": "sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==", "dependencies": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -1168,6 +1156,34 @@ "node": ">=6.0.0" } }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.14", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", @@ -1803,17 +1819,6 @@ "node": ">=8" } }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", @@ -1962,9 +1967,9 @@ } }, "node_modules/asn1.js/node_modules/bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.1.tgz", + "integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==" }, "node_modules/assert": { "version": "1.5.0", @@ -2052,9 +2057,10 @@ } }, "node_modules/axios": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", - "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", + "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -2303,6 +2309,7 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "license": "MIT", "dependencies": { "fill-range": "^7.1.1" }, @@ -2379,15 +2386,15 @@ } }, "node_modules/browserify-sign/node_modules/hash-base": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", - "integrity": "sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.5.tgz", + "integrity": "sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==", "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "inherits": "^2.0.4", + "safe-buffer": "^5.2.1" }, "engines": { - "node": ">=4" + "node": ">= 0.10" } }, "node_modules/browserify-sign/node_modules/isarray": { @@ -2595,19 +2602,6 @@ } ] }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/chokidar": { "version": "3.5.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", @@ -2706,19 +2700,6 @@ "node": ">=0.10.0" } }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -2947,9 +2928,10 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -3492,9 +3474,10 @@ } }, "node_modules/dompurify": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz", - "integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.3.tgz", + "integrity": "sha512-5sOWYSNPaxz6o2MUPvtyxTTqR4D3L77pr5rUQoWgD5ROQtVIZQgJkXbo1DLlK3vj11YGw5+LnF4SYti4gZmwng==", + "license": "(MPL-2.0 OR Apache-2.0)" }, "node_modules/domutils": { "version": "1.7.0", @@ -3570,9 +3553,10 @@ } }, "node_modules/elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", + "license": "MIT", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -4537,9 +4521,9 @@ "dev": true }, "node_modules/fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", + "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", "funding": [ { "type": "github", @@ -4625,6 +4609,7 @@ "version": "7.1.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -5399,7 +5384,8 @@ "node_modules/ignore-by-default": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==" + "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==", + "license": "ISC" }, "node_modules/import-fresh": { "version": "3.3.0", @@ -5718,6 +5704,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "license": "MIT", "engines": { "node": ">=0.12.0" } @@ -5973,6 +5960,12 @@ "is-stream": "^1.0.1" } }, + "node_modules/jquery": { + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", + "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==", + "peer": true + }, "node_modules/js-sdsl": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz", @@ -6001,14 +5994,14 @@ } }, "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", "bin": { "jsesc": "bin/jsesc" }, "engines": { - "node": ">=4" + "node": ">=6" } }, "node_modules/json-parse-better-errors": { @@ -6349,11 +6342,12 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "license": "MIT", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -6575,9 +6569,9 @@ "optional": true }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "dev": true, "funding": [ { @@ -6794,9 +6788,10 @@ "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==" }, "node_modules/nodemon": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz", - "integrity": "sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz", + "integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==", + "license": "MIT", "dependencies": { "chokidar": "^3.5.2", "debug": "^4", @@ -6824,6 +6819,7 @@ "version": "7.6.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -6843,6 +6839,7 @@ "version": "0.12.0", "resolved": "https://registry.npmjs.org/npm-watch/-/npm-watch-0.12.0.tgz", "integrity": "sha512-4pBAB1bPcdvJRi+gQaHxAR7+oHuuZsntXMnkIAprwuM6xmFRI7RQW34AkJUin+q9RZutQG99MkWkkV3n21MdQg==", + "license": "MIT", "dependencies": { "nodemon": "^3.0.1", "through2": "^4.0.2" @@ -7169,15 +7166,15 @@ } }, "node_modules/parse-asn1/node_modules/hash-base": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", - "integrity": "sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.5.tgz", + "integrity": "sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==", "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "inherits": "^2.0.4", + "safe-buffer": "^5.2.1" }, "engines": { - "node": ">=4" + "node": ">= 0.10" } }, "node_modules/parse-json": { @@ -7247,9 +7244,9 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "node_modules/path-to-regexp": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz", + "integrity": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==", "dependencies": { "isarray": "0.0.1" } @@ -7283,9 +7280,9 @@ } }, "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" }, "node_modules/picomatch": { "version": "2.3.1", @@ -7392,9 +7389,9 @@ } }, "node_modules/postcss": { - "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", + "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", "dev": true, "funding": [ { @@ -7411,9 +7408,9 @@ } ], "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" + "nanoid": "^3.3.8", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" @@ -7536,7 +7533,8 @@ "node_modules/pstree.remy": { "version": "1.1.8", "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", - "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==" + "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", + "license": "MIT" }, "node_modules/public-encrypt": { "version": "4.0.3", @@ -8093,6 +8091,12 @@ "react": "^16.3.0 || ^17.0.0" } }, + "node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "peer": true + }, "node_modules/react-json-view": { "version": "1.21.3", "resolved": "https://registry.npmjs.org/react-json-view/-/react-json-view-1.21.3.tgz", @@ -8668,9 +8672,9 @@ } }, "node_modules/rollup": { - "version": "3.29.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", - "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -8888,6 +8892,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==", + "license": "MIT", "dependencies": { "semver": "^7.5.3" }, @@ -8899,6 +8904,7 @@ "version": "7.6.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -9040,9 +9046,9 @@ } }, "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, "engines": { "node": ">=0.10.0" @@ -9472,6 +9478,26 @@ "node": ">=6" } }, + "node_modules/terser": { + "version": "5.16.5", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.5.tgz", + "integrity": "sha512-qcwfg4+RZa3YvlFh0qjifnzBHjKGNbtDo9yivMqMFDy9Q6FSaQWSB/j1xKhsoUFJIqDOM3TsN6D5xbrMrFcHbg==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/terser-webpack-plugin": { "version": "1.4.6", "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.6.tgz", @@ -9523,6 +9549,14 @@ "node": ">=6.0.0" } }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true, + "optional": true, + "peer": true + }, "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", @@ -9563,14 +9597,6 @@ "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==" }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "engines": { - "node": ">=4" - } - }, "node_modules/to-object-path": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", @@ -9611,6 +9637,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, @@ -9700,6 +9727,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz", "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==", + "license": "ISC", "bin": { "nodetouch": "bin/nodetouch.js" } @@ -9836,7 +9864,8 @@ "node_modules/undefsafe": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", - "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==" + "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==", + "license": "MIT" }, "node_modules/underscore": { "version": "1.9.1", @@ -10105,9 +10134,9 @@ } }, "node_modules/vite": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", - "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.5.tgz", + "integrity": "sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==", "dev": true, "dependencies": { "esbuild": "^0.18.10", @@ -11056,11 +11085,12 @@ } }, "@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "requires": { - "@babel/highlight": "^7.24.7", + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", "picocolors": "^1.0.0" } }, @@ -11092,31 +11122,32 @@ } }, "@babel/eslint-parser": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz", - "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz", + "integrity": "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==", "dev": true, "requires": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0", - "semver": "^6.3.0" + "semver": "^6.3.1" } }, "@babel/generator": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", - "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz", + "integrity": "sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==", "requires": { - "@babel/types": "^7.25.0", + "@babel/parser": "^7.26.5", + "@babel/types": "^7.26.5", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" + "jsesc": "^3.0.2" }, "dependencies": { "@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", + "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", "requires": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -11192,14 +11223,14 @@ } }, "@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==" + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==" }, "@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==" + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==" }, "@babel/helper-validator-option": { "version": "7.22.15", @@ -11216,23 +11247,12 @@ "@babel/types": "^7.23.0" } }, - "@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", - "requires": { - "@babel/helper-validator-identifier": "^7.24.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" - } - }, "@babel/parser": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz", - "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.5.tgz", + "integrity": "sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==", "requires": { - "@babel/types": "^7.25.2" + "@babel/types": "^7.26.5" } }, "@babel/plugin-syntax-flow": { @@ -11332,37 +11352,36 @@ } }, "@babel/template": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", - "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", "requires": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.25.0", - "@babel/types": "^7.25.0" + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" } }, "@babel/traverse": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz", - "integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.5.tgz", + "integrity": "sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==", "requires": { - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.25.0", - "@babel/parser": "^7.25.3", - "@babel/template": "^7.25.0", - "@babel/types": "^7.25.2", + "@babel/code-frame": "^7.26.2", + "@babel/generator": "^7.26.5", + "@babel/parser": "^7.26.5", + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.5", "debug": "^4.3.1", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz", - "integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.5.tgz", + "integrity": "sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==", "requires": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" } }, "@emotion/cache": { @@ -11741,6 +11760,33 @@ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" }, + "@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dev": true, + "optional": true, + "peer": true, + "requires": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "optional": true, + "peer": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } + } + }, "@jridgewell/sourcemap-codec": { "version": "1.4.14", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", @@ -11798,7 +11844,8 @@ "@restart/context": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz", - "integrity": "sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q==" + "integrity": "sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q==", + "requires": {} }, "@restart/hooks": { "version": "0.4.9", @@ -12265,7 +12312,8 @@ "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true + "dev": true, + "requires": {} }, "ajv": { "version": "6.12.6", @@ -12281,12 +12329,14 @@ "ajv-errors": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", - "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==" + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", + "requires": {} }, "ajv-keywords": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==" + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "requires": {} }, "ansi-regex": { "version": "5.0.1", @@ -12294,14 +12344,6 @@ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, "anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", @@ -12417,9 +12459,9 @@ }, "dependencies": { "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.1.tgz", + "integrity": "sha512-k8TVBiPkPJT9uHLdOKfFpqcfprwBFOAAXXozRubr7R7PfIuKvQlzcI4M0pALeqXN09vdaMbUdUj+pass+uULAg==" } } }, @@ -12487,9 +12529,9 @@ "dev": true }, "axios": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", - "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "version": "1.7.9", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", + "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", "requires": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -12670,7 +12712,8 @@ "bootstrap": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz", - "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==" + "integrity": "sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==", + "requires": {} }, "brace-expansion": { "version": "1.1.11", @@ -12755,12 +12798,12 @@ }, "dependencies": { "hash-base": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", - "integrity": "sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.5.tgz", + "integrity": "sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==", "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "inherits": "^2.0.4", + "safe-buffer": "^5.2.1" } }, "isarray": { @@ -12929,16 +12972,6 @@ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001539.tgz", "integrity": "sha512-hfS5tE8bnNiNvEOEkm8HElUHroYwlqMMENEzELymy77+tJ6m+gA2krtHl5hxJaj71OlpC2cHZbdSMX1/YEqEkA==" }, - "chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "requires": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - } - }, "chokidar": { "version": "3.5.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", @@ -13013,19 +13046,6 @@ "object-visit": "^1.0.0" } }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, "combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -13237,9 +13257,9 @@ } }, "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "requires": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -13656,9 +13676,9 @@ } }, "dompurify": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz", - "integrity": "sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==" + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.3.tgz", + "integrity": "sha512-5sOWYSNPaxz6o2MUPvtyxTTqR4D3L77pr5rUQoWgD5ROQtVIZQgJkXbo1DLlK3vj11YGw5+LnF4SYti4gZmwng==" }, "domutils": { "version": "1.7.0", @@ -13733,9 +13753,9 @@ } }, "elliptic": { - "version": "6.5.7", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", - "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz", + "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==", "requires": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -14514,9 +14534,9 @@ "dev": true }, "fast-xml-parser": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz", - "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz", + "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==", "requires": { "strnum": "^1.0.5" } @@ -15607,6 +15627,12 @@ } } }, + "jquery": { + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz", + "integrity": "sha512-bZ5Sy3YzKo9Fyc8wH2iIQK4JImJ6R0GWI9kL1/k7Z91ZBNgkRXE6U0JfHIizZbort8ZunhSI3jw9I6253ahKfg==", + "peer": true + }, "js-sdsl": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz", @@ -15628,9 +15654,9 @@ } }, "jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==" }, "json-parse-better-errors": { "version": "1.0.2", @@ -15920,11 +15946,11 @@ } }, "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "requires": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" } }, @@ -16115,9 +16141,9 @@ "optional": true }, "nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "dev": true }, "nanomatch": { @@ -16291,9 +16317,9 @@ "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==" }, "nodemon": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz", - "integrity": "sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz", + "integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==", "requires": { "chokidar": "^3.5.2", "debug": "^4", @@ -16572,12 +16598,12 @@ }, "dependencies": { "hash-base": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", - "integrity": "sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.5.tgz", + "integrity": "sha512-vXm0l45VbcHEVlTCzs8M+s0VeYsB2lnlAaThoLKGXr3bE/VWDOelNUnycUPEhKEaXARL2TEFjBOyUiM6+55KBg==", "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "inherits": "^2.0.4", + "safe-buffer": "^5.2.1" } } } @@ -16631,9 +16657,9 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "path-to-regexp": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz", - "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz", + "integrity": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==", "requires": { "isarray": "0.0.1" }, @@ -16663,9 +16689,9 @@ } }, "picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" }, "picomatch": { "version": "2.3.1", @@ -16736,14 +16762,14 @@ "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==" }, "postcss": { - "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", + "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", "dev": true, "requires": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" + "nanoid": "^3.3.8", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" } }, "postcss-value-parser": { @@ -17089,17 +17115,20 @@ "react-bootstrap-table2-editor": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/react-bootstrap-table2-editor/-/react-bootstrap-table2-editor-1.4.0.tgz", - "integrity": "sha512-18yDCwsVt3b5Fwy0jidNDAbUA6vC7k9JjQVmykazWSw8G115+mmZnhe9/7RO7jAu8X7lhmobwlNwECzwPu1nDg==" + "integrity": "sha512-18yDCwsVt3b5Fwy0jidNDAbUA6vC7k9JjQVmykazWSw8G115+mmZnhe9/7RO7jAu8X7lhmobwlNwECzwPu1nDg==", + "requires": {} }, "react-bootstrap-table2-filter": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/react-bootstrap-table2-filter/-/react-bootstrap-table2-filter-1.3.3.tgz", - "integrity": "sha512-lE+CHHGewzN9PCPaRqbu9wia8NMfwOBMPOAoAyfxbbMrZzjCf1WYRrHbWGzUj1MQlF5kJxLMwRgy/C604OmgMw==" + "integrity": "sha512-lE+CHHGewzN9PCPaRqbu9wia8NMfwOBMPOAoAyfxbbMrZzjCf1WYRrHbWGzUj1MQlF5kJxLMwRgy/C604OmgMw==", + "requires": {} }, "react-bootstrap-table2-paginator": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/react-bootstrap-table2-paginator/-/react-bootstrap-table2-paginator-2.1.2.tgz", - "integrity": "sha512-LC5znEphhgKJvaSY1q8d+Gj0Nc/1X+VS3tKJjkmWmfv9P61YC/BnwJ+aoqEmQzsLiVGowrzss+i/u+Tip5H+Iw==" + "integrity": "sha512-LC5znEphhgKJvaSY1q8d+Gj0Nc/1X+VS3tKJjkmWmfv9P61YC/BnwJ+aoqEmQzsLiVGowrzss+i/u+Tip5H+Iw==", + "requires": {} }, "react-bootstrap-table2-toolkit": { "version": "2.1.3", @@ -17265,6 +17294,12 @@ "prop-types": "^15.5.8" } }, + "react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "peer": true + }, "react-json-view": { "version": "1.21.3", "resolved": "https://registry.npmjs.org/react-json-view/-/react-json-view-1.21.3.tgz", @@ -17284,7 +17319,8 @@ "react-onclickoutside": { "version": "6.12.2", "resolved": "https://registry.npmjs.org/react-onclickoutside/-/react-onclickoutside-6.12.2.tgz", - "integrity": "sha512-NMXGa223OnsrGVp5dJHkuKxQ4czdLmXSp5jSV9OqiCky9LOpPATn3vLldc+q5fK3gKbEHvr7J1u0yhBh/xYkpA==" + "integrity": "sha512-NMXGa223OnsrGVp5dJHkuKxQ4czdLmXSp5jSV9OqiCky9LOpPATn3vLldc+q5fK3gKbEHvr7J1u0yhBh/xYkpA==", + "requires": {} }, "react-overlays": { "version": "5.2.1", @@ -17454,7 +17490,8 @@ "react-step-wizard": { "version": "5.3.11", "resolved": "https://registry.npmjs.org/react-step-wizard/-/react-step-wizard-5.3.11.tgz", - "integrity": "sha512-TD3ocUdt4XWvisTNEiATh+cFuh1RK0LgvYqOResTIhLtFmdWnXzFVaNIZJ3qzW5Bm6yeotzZ4KAmRjmsqBXnWQ==" + "integrity": "sha512-TD3ocUdt4XWvisTNEiATh+cFuh1RK0LgvYqOResTIhLtFmdWnXzFVaNIZJ3qzW5Bm6yeotzZ4KAmRjmsqBXnWQ==", + "requires": {} }, "react-style-proptype": { "version": "3.2.2", @@ -17706,9 +17743,9 @@ } }, "rollup": { - "version": "3.29.4", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", - "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", + "version": "3.29.5", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz", + "integrity": "sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==", "dev": true, "requires": { "fsevents": "~2.3.2" @@ -17988,9 +18025,9 @@ "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==" }, "source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true }, "source-map-resolve": { @@ -18346,6 +18383,30 @@ "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==" }, + "terser": { + "version": "5.16.5", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.5.tgz", + "integrity": "sha512-qcwfg4+RZa3YvlFh0qjifnzBHjKGNbtDo9yivMqMFDy9Q6FSaQWSB/j1xKhsoUFJIqDOM3TsN6D5xbrMrFcHbg==", + "dev": true, + "optional": true, + "peer": true, + "requires": { + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true, + "optional": true, + "peer": true + } + } + }, "terser-webpack-plugin": { "version": "1.4.6", "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.6.tgz", @@ -18421,11 +18482,6 @@ "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==" }, - "to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" - }, "to-object-path": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", @@ -18774,12 +18830,14 @@ "use-composed-ref": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/use-composed-ref/-/use-composed-ref-1.3.0.tgz", - "integrity": "sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==" + "integrity": "sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==", + "requires": {} }, "use-isomorphic-layout-effect": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz", - "integrity": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==" + "integrity": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==", + "requires": {} }, "use-latest": { "version": "1.2.1", @@ -18836,9 +18894,9 @@ } }, "vite": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", - "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.5.tgz", + "integrity": "sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==", "dev": true, "requires": { "esbuild": "^0.18.10", diff --git a/velociraptor-0.7.0.4.git142.862ef23.obscpio b/velociraptor-0.7.0.4.git142.862ef23.obscpio new file mode 100644 index 0000000..64c30df --- /dev/null +++ b/velociraptor-0.7.0.4.git142.862ef23.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb4bd44d051e6852457d33b164bed5572def2eb8c571c7193bbfffba6b333c0 +size 140217358 diff --git a/velociraptor-0.7.0.4.git97.675e45f9.obscpio b/velociraptor-0.7.0.4.git97.675e45f9.obscpio deleted file mode 100644 index 5ed3ab2..0000000 --- a/velociraptor-0.7.0.4.git97.675e45f9.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff318cdd4df1f01c631c39803eeacd83f0dd02973ba0949d4f44cbd95dcfbefa -size 140256782 diff --git a/velociraptor-go_modules.tar.gz b/velociraptor-go_modules.tar.gz index e648da9..8210f4a 100644 --- a/velociraptor-go_modules.tar.gz +++ b/velociraptor-go_modules.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fba0d8d319e1efb991ede33aaafc2a147828936458daebc235b227cd7d87cc5a -size 48458375 +oid sha256:9890513c1ee754eeaabddb3b5192b0e4e63f91b6f6065d2e8602bf16ec6480b0 +size 48533279 diff --git a/velociraptor-node_modules.obscpio b/velociraptor-node_modules.obscpio index cc2d13d..fb06f69 100644 --- a/velociraptor-node_modules.obscpio +++ b/velociraptor-node_modules.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d201e87e8ff3215d13daca3209db47b2ed19e8c7c1e38ac75478fcdca0d43fc7 -size 123114280 +oid sha256:549fadf6003f972a3ad43a457811f1fa5b829684f07093a742cf166a7401c3f2 +size 124073252 diff --git a/velociraptor-nodejs.spec.inc b/velociraptor-nodejs.spec.inc index c550e38..4675dbe 100644 --- a/velociraptor-nodejs.spec.inc +++ b/velociraptor-nodejs.spec.inc @@ -1,9 +1,9 @@ Source10000: https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz#/@ampproject-remapping-2.2.0.tgz -Source10001: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz#/@babel-code-frame-7.24.7.tgz +Source10001: https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz#/@babel-code-frame-7.26.2.tgz Source10002: https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.20.tgz#/@babel-compat-data-7.22.20.tgz Source10003: https://registry.npmjs.org/@babel/core/-/core-7.22.15.tgz#/@babel-core-7.22.15.tgz -Source10004: https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz#/@babel-eslint-parser-7.19.1.tgz -Source10005: https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz#/@babel-generator-7.25.0.tgz +Source10004: https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz#/@babel-eslint-parser-7.26.5.tgz +Source10005: https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz#/@babel-generator-7.26.5.tgz Source10006: https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#/@babel-helper-annotate-as-pure-7.22.5.tgz Source10007: https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#/@babel-helper-compilation-targets-7.22.15.tgz Source10008: https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#/@babel-helper-environment-visitor-7.22.20.tgz @@ -12,145 +12,145 @@ Source10010: https://registry.npmjs.org/@babel/helper-module-transforms/ Source10011: https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#/@babel-helper-plugin-utils-7.22.5.tgz Source10012: https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#/@babel-helper-simple-access-7.22.5.tgz Source10013: https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#/@babel-helper-split-export-declaration-7.22.6.tgz -Source10014: https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#/@babel-helper-string-parser-7.24.8.tgz -Source10015: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#/@babel-helper-validator-identifier-7.24.7.tgz +Source10014: https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#/@babel-helper-string-parser-7.25.9.tgz +Source10015: https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#/@babel-helper-validator-identifier-7.25.9.tgz Source10016: https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#/@babel-helper-validator-option-7.22.15.tgz Source10017: https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.1.tgz#/@babel-helpers-7.23.1.tgz -Source10018: https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz#/@babel-highlight-7.24.7.tgz -Source10019: https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz#/@babel-parser-7.25.3.tgz -Source10020: https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz#/@babel-plugin-syntax-flow-7.22.5.tgz -Source10021: https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#/@babel-plugin-syntax-jsx-7.22.5.tgz -Source10022: https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz#/@babel-plugin-transform-react-display-name-7.18.6.tgz -Source10023: https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.15.tgz#/@babel-plugin-transform-react-jsx-7.22.15.tgz -Source10024: https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz#/@babel-plugin-transform-react-jsx-development-7.18.6.tgz -Source10025: https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.21.0.tgz#/@babel-plugin-transform-react-jsx-self-7.21.0.tgz -Source10026: https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.19.6.tgz#/@babel-plugin-transform-react-jsx-source-7.19.6.tgz -Source10027: https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz#/@babel-plugin-transform-react-pure-annotations-7.18.6.tgz -Source10028: https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz#/@babel-preset-react-7.18.6.tgz -Source10029: https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.15.tgz#/@babel-runtime-7.22.15.tgz -Source10030: https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz#/@babel-template-7.25.0.tgz -Source10031: https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz#/@babel-traverse-7.25.3.tgz -Source10032: https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz#/@babel-types-7.25.2.tgz -Source10033: https://registry.npmjs.org/@emotion/cache/-/cache-10.0.29.tgz#/@emotion-cache-10.0.29.tgz -Source10034: https://registry.npmjs.org/@emotion/core/-/core-10.3.1.tgz#/@emotion-core-10.3.1.tgz -Source10035: https://registry.npmjs.org/@emotion/css/-/css-10.0.27.tgz#/@emotion-css-10.0.27.tgz -Source10036: https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz#/@emotion-hash-0.8.0.tgz -Source10037: https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz#/@emotion-is-prop-valid-1.2.0.tgz -Source10038: https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz#/@emotion-memoize-0.7.4.tgz -Source10039: https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz#/@emotion-memoize-0.8.0.tgz -Source10040: https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz#/@emotion-serialize-0.11.16.tgz -Source10041: https://registry.npmjs.org/@emotion/sheet/-/sheet-0.9.4.tgz#/@emotion-sheet-0.9.4.tgz -Source10042: https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz#/@emotion-stylis-0.8.5.tgz -Source10043: https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz#/@emotion-unitless-0.7.5.tgz -Source10044: https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz#/@emotion-utils-0.11.3.tgz -Source10045: https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#/@emotion-weak-memoize-0.2.5.tgz -Source10046: https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz#/@esbuild-android-arm-0.18.20.tgz -Source10047: https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz#/@esbuild-android-arm64-0.18.20.tgz -Source10048: https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz#/@esbuild-android-x64-0.18.20.tgz -Source10049: https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz#/@esbuild-darwin-arm64-0.18.20.tgz -Source10050: https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz#/@esbuild-darwin-x64-0.18.20.tgz -Source10051: https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz#/@esbuild-freebsd-arm64-0.18.20.tgz -Source10052: https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz#/@esbuild-freebsd-x64-0.18.20.tgz -Source10053: https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz#/@esbuild-linux-arm-0.18.20.tgz -Source10054: https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz#/@esbuild-linux-arm64-0.18.20.tgz -Source10055: https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz#/@esbuild-linux-ia32-0.18.20.tgz -Source10056: https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz#/@esbuild-linux-loong64-0.18.20.tgz -Source10057: https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz#/@esbuild-linux-mips64el-0.18.20.tgz -Source10058: https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz#/@esbuild-linux-ppc64-0.18.20.tgz -Source10059: https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz#/@esbuild-linux-riscv64-0.18.20.tgz -Source10060: https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz#/@esbuild-linux-s390x-0.18.20.tgz -Source10061: https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz#/@esbuild-linux-x64-0.18.20.tgz -Source10062: https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz#/@esbuild-netbsd-x64-0.18.20.tgz -Source10063: https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz#/@esbuild-openbsd-x64-0.18.20.tgz -Source10064: https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz#/@esbuild-sunos-x64-0.18.20.tgz -Source10065: https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz#/@esbuild-win32-arm64-0.18.20.tgz -Source10066: https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz#/@esbuild-win32-ia32-0.18.20.tgz -Source10067: https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz#/@esbuild-win32-x64-0.18.20.tgz -Source10068: https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#/@eslint-eslintrc-2.0.0.tgz -Source10069: https://registry.npmjs.org/@eslint/js/-/js-8.35.0.tgz#/@eslint-js-8.35.0.tgz -Source10070: https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.4.2.tgz#/@fortawesome-fontawesome-common-types-6.4.2.tgz -Source10071: https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.4.2.tgz#/@fortawesome-fontawesome-svg-core-6.4.2.tgz -Source10072: https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.4.2.tgz#/@fortawesome-free-solid-svg-icons-6.4.2.tgz -Source10073: https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.0.tgz#/@fortawesome-react-fontawesome-0.2.0.tgz -Source10074: https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#/@humanwhocodes-config-array-0.11.8.tgz -Source10075: https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#/@humanwhocodes-module-importer-1.0.1.tgz -Source10076: https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#/@humanwhocodes-object-schema-1.2.1.tgz -Source10077: https://registry.npmjs.org/@hypnosphi/create-react-context/-/create-react-context-0.3.1.tgz#/@hypnosphi-create-react-context-0.3.1.tgz -Source10078: https://registry.npmjs.org/@interactjs/types/-/types-1.10.18.tgz#/@interactjs-types-1.10.18.tgz -Source10079: https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#/@jridgewell-gen-mapping-0.1.1.tgz -Source10080: https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#/@jridgewell-gen-mapping-0.3.5.tgz +Source10018: https://registry.npmjs.org/@babel/parser/-/parser-7.26.5.tgz#/@babel-parser-7.26.5.tgz +Source10019: https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.22.5.tgz#/@babel-plugin-syntax-flow-7.22.5.tgz +Source10020: https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz#/@babel-plugin-syntax-jsx-7.22.5.tgz +Source10021: https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz#/@babel-plugin-transform-react-display-name-7.18.6.tgz +Source10022: https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.15.tgz#/@babel-plugin-transform-react-jsx-7.22.15.tgz +Source10023: https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz#/@babel-plugin-transform-react-jsx-development-7.18.6.tgz +Source10024: https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.21.0.tgz#/@babel-plugin-transform-react-jsx-self-7.21.0.tgz +Source10025: https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.19.6.tgz#/@babel-plugin-transform-react-jsx-source-7.19.6.tgz +Source10026: https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz#/@babel-plugin-transform-react-pure-annotations-7.18.6.tgz +Source10027: https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz#/@babel-preset-react-7.18.6.tgz +Source10028: https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.15.tgz#/@babel-runtime-7.22.15.tgz +Source10029: https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz#/@babel-template-7.25.9.tgz +Source10030: https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.5.tgz#/@babel-traverse-7.26.5.tgz +Source10031: https://registry.npmjs.org/@babel/types/-/types-7.26.5.tgz#/@babel-types-7.26.5.tgz +Source10032: https://registry.npmjs.org/@emotion/cache/-/cache-10.0.29.tgz#/@emotion-cache-10.0.29.tgz +Source10033: https://registry.npmjs.org/@emotion/core/-/core-10.3.1.tgz#/@emotion-core-10.3.1.tgz +Source10034: https://registry.npmjs.org/@emotion/css/-/css-10.0.27.tgz#/@emotion-css-10.0.27.tgz +Source10035: https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz#/@emotion-hash-0.8.0.tgz +Source10036: https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz#/@emotion-is-prop-valid-1.2.0.tgz +Source10037: https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz#/@emotion-memoize-0.7.4.tgz +Source10038: https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz#/@emotion-memoize-0.8.0.tgz +Source10039: https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz#/@emotion-serialize-0.11.16.tgz +Source10040: https://registry.npmjs.org/@emotion/sheet/-/sheet-0.9.4.tgz#/@emotion-sheet-0.9.4.tgz +Source10041: https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz#/@emotion-stylis-0.8.5.tgz +Source10042: https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz#/@emotion-unitless-0.7.5.tgz +Source10043: https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz#/@emotion-utils-0.11.3.tgz +Source10044: https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#/@emotion-weak-memoize-0.2.5.tgz +Source10045: https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz#/@esbuild-android-arm-0.18.20.tgz +Source10046: https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz#/@esbuild-android-arm64-0.18.20.tgz +Source10047: https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz#/@esbuild-android-x64-0.18.20.tgz +Source10048: https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz#/@esbuild-darwin-arm64-0.18.20.tgz +Source10049: https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz#/@esbuild-darwin-x64-0.18.20.tgz +Source10050: https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz#/@esbuild-freebsd-arm64-0.18.20.tgz +Source10051: https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz#/@esbuild-freebsd-x64-0.18.20.tgz +Source10052: https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz#/@esbuild-linux-arm-0.18.20.tgz +Source10053: https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz#/@esbuild-linux-arm64-0.18.20.tgz +Source10054: https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz#/@esbuild-linux-ia32-0.18.20.tgz +Source10055: https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz#/@esbuild-linux-loong64-0.18.20.tgz +Source10056: https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz#/@esbuild-linux-mips64el-0.18.20.tgz +Source10057: https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz#/@esbuild-linux-ppc64-0.18.20.tgz +Source10058: https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz#/@esbuild-linux-riscv64-0.18.20.tgz +Source10059: https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz#/@esbuild-linux-s390x-0.18.20.tgz +Source10060: https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz#/@esbuild-linux-x64-0.18.20.tgz +Source10061: https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz#/@esbuild-netbsd-x64-0.18.20.tgz +Source10062: https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz#/@esbuild-openbsd-x64-0.18.20.tgz +Source10063: https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz#/@esbuild-sunos-x64-0.18.20.tgz +Source10064: https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz#/@esbuild-win32-arm64-0.18.20.tgz +Source10065: https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz#/@esbuild-win32-ia32-0.18.20.tgz +Source10066: https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz#/@esbuild-win32-x64-0.18.20.tgz +Source10067: https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#/@eslint-eslintrc-2.0.0.tgz +Source10068: https://registry.npmjs.org/@eslint/js/-/js-8.35.0.tgz#/@eslint-js-8.35.0.tgz +Source10069: https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.4.2.tgz#/@fortawesome-fontawesome-common-types-6.4.2.tgz +Source10070: https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.4.2.tgz#/@fortawesome-fontawesome-svg-core-6.4.2.tgz +Source10071: https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.4.2.tgz#/@fortawesome-free-solid-svg-icons-6.4.2.tgz +Source10072: https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.0.tgz#/@fortawesome-react-fontawesome-0.2.0.tgz +Source10073: https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#/@humanwhocodes-config-array-0.11.8.tgz +Source10074: https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#/@humanwhocodes-module-importer-1.0.1.tgz +Source10075: https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#/@humanwhocodes-object-schema-1.2.1.tgz +Source10076: https://registry.npmjs.org/@hypnosphi/create-react-context/-/create-react-context-0.3.1.tgz#/@hypnosphi-create-react-context-0.3.1.tgz +Source10077: https://registry.npmjs.org/@interactjs/types/-/types-1.10.18.tgz#/@interactjs-types-1.10.18.tgz +Source10078: https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#/@jridgewell-gen-mapping-0.1.1.tgz +Source10079: https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#/@jridgewell-gen-mapping-0.3.2.tgz +Source10080: https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#/@jridgewell-gen-mapping-0.3.8.tgz Source10081: https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#/@jridgewell-resolve-uri-3.1.0.tgz Source10082: https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz#/@jridgewell-set-array-1.2.1.tgz -Source10083: https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#/@jridgewell-sourcemap-codec-1.4.14.tgz -Source10084: https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#/@jridgewell-trace-mapping-0.3.25.tgz -Source10085: https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#/@nicolo-ribaudo-eslint-scope-5-internals-5.1.1-v1.tgz -Source10086: https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#/@nodelib-fs.scandir-2.1.5.tgz -Source10087: https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#/@nodelib-fs.stat-2.0.5.tgz -Source10088: https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#/@nodelib-fs.walk-1.2.8.tgz -Source10089: https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz#/@popperjs-core-2.11.8.tgz -Source10090: https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz#/@restart-context-2.1.4.tgz -Source10091: https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.9.tgz#/@restart-hooks-0.4.9.tgz -Source10092: https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.0.tgz#/@testing-library-dom-8.20.0.tgz -Source10093: https://registry.npmjs.org/@testing-library/react/-/react-12.1.5.tgz#/@testing-library-react-12.1.5.tgz -Source10094: https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz#/@trysound-sax-0.2.0.tgz -Source10095: https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.1.tgz#/@types-aria-query-5.0.1.tgz -Source10096: https://registry.npmjs.org/@types/d3-array/-/d3-array-3.0.4.tgz#/@types-d3-array-3.0.4.tgz -Source10097: https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.0.tgz#/@types-d3-color-3.1.0.tgz -Source10098: https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.0.tgz#/@types-d3-ease-3.0.0.tgz -Source10099: https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.1.tgz#/@types-d3-interpolate-3.0.1.tgz -Source10100: https://registry.npmjs.org/@types/d3-path/-/d3-path-3.0.0.tgz#/@types-d3-path-3.0.0.tgz -Source10101: https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.3.tgz#/@types-d3-scale-4.0.3.tgz -Source10102: https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.1.tgz#/@types-d3-shape-3.1.1.tgz -Source10103: https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.0.tgz#/@types-d3-time-3.0.0.tgz -Source10104: https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.0.tgz#/@types-d3-timer-3.0.0.tgz -Source10105: https://registry.npmjs.org/@types/domhandler/-/domhandler-2.4.1.tgz#/@types-domhandler-2.4.1.tgz -Source10106: https://registry.npmjs.org/@types/domutils/-/domutils-1.7.4.tgz#/@types-domutils-1.7.4.tgz -Source10107: https://registry.npmjs.org/@types/htmlparser2/-/htmlparser2-3.10.2.tgz#/@types-htmlparser2-3.10.2.tgz -Source10108: https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.10.tgz#/@types-http-proxy-1.17.10.tgz -Source10109: https://registry.npmjs.org/@types/invariant/-/invariant-2.2.35.tgz#/@types-invariant-2.2.35.tgz -Source10110: https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#/@types-json5-0.0.29.tgz -Source10111: https://registry.npmjs.org/@types/lodash/-/lodash-4.14.191.tgz#/@types-lodash-4.14.191.tgz -Source10112: https://registry.npmjs.org/@types/lodash.memoize/-/lodash.memoize-4.1.7.tgz#/@types-lodash.memoize-4.1.7.tgz -Source10113: https://registry.npmjs.org/@types/node/-/node-18.14.2.tgz#/@types-node-18.14.2.tgz -Source10114: https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#/@types-parse-json-4.0.0.tgz -Source10115: https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz#/@types-prop-types-15.7.5.tgz -Source10116: https://registry.npmjs.org/@types/react/-/react-17.0.53.tgz#/@types-react-17.0.53.tgz -Source10117: https://registry.npmjs.org/@types/react-calendar/-/react-calendar-3.9.0.tgz#/@types-react-calendar-3.9.0.tgz -Source10118: https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.19.tgz#/@types-react-dom-17.0.19.tgz -Source10119: https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.5.tgz#/@types-react-transition-group-4.4.5.tgz -Source10120: https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz#/@types-scheduler-0.16.2.tgz -Source10121: https://registry.npmjs.org/@types/warning/-/warning-3.0.0.tgz#/@types-warning-3.0.0.tgz -Source10122: https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-3.1.0.tgz#/@vitejs-plugin-react-3.1.0.tgz -Source10123: https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz#/@webassemblyjs-ast-1.9.0.tgz -Source10124: https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#/@webassemblyjs-floating-point-hex-parser-1.9.0.tgz -Source10125: https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#/@webassemblyjs-helper-api-error-1.9.0.tgz -Source10126: https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#/@webassemblyjs-helper-buffer-1.9.0.tgz -Source10127: https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz#/@webassemblyjs-helper-code-frame-1.9.0.tgz -Source10128: https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz#/@webassemblyjs-helper-fsm-1.9.0.tgz -Source10129: https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz#/@webassemblyjs-helper-module-context-1.9.0.tgz -Source10130: https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#/@webassemblyjs-helper-wasm-bytecode-1.9.0.tgz -Source10131: https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#/@webassemblyjs-helper-wasm-section-1.9.0.tgz -Source10132: https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#/@webassemblyjs-ieee754-1.9.0.tgz -Source10133: https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#/@webassemblyjs-leb128-1.9.0.tgz -Source10134: https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#/@webassemblyjs-utf8-1.9.0.tgz -Source10135: https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#/@webassemblyjs-wasm-edit-1.9.0.tgz -Source10136: https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#/@webassemblyjs-wasm-gen-1.9.0.tgz -Source10137: https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#/@webassemblyjs-wasm-opt-1.9.0.tgz -Source10138: https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#/@webassemblyjs-wasm-parser-1.9.0.tgz -Source10139: https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz#/@webassemblyjs-wast-parser-1.9.0.tgz -Source10140: https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#/@webassemblyjs-wast-printer-1.9.0.tgz -Source10141: https://registry.npmjs.org/@wojtekmaj/date-utils/-/date-utils-1.1.2.tgz#/@wojtekmaj-date-utils-1.1.2.tgz -Source10142: https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz#/@xtuc-ieee754-1.2.0.tgz -Source10143: https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz#/@xtuc-long-4.2.2.tgz -Source10144: https://registry.npmjs.org/ace-builds/-/ace-builds-1.24.1.tgz#/ace-builds-1.24.1.tgz -Source10145: https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz#/acorn-6.4.2.tgz -Source10146: https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz#/acorn-8.8.2.tgz -Source10147: https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz#/acorn-jsx-5.3.2.tgz -Source10148: https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#/ajv-6.12.6.tgz -Source10149: https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz#/ajv-errors-1.0.1.tgz -Source10150: https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz#/ajv-keywords-3.5.2.tgz -Source10151: https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz#/ansi-regex-5.0.1.tgz -Source10152: https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz#/ansi-styles-3.2.1.tgz +Source10083: https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz#/@jridgewell-source-map-0.3.2.tgz +Source10084: https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#/@jridgewell-sourcemap-codec-1.4.14.tgz +Source10085: https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#/@jridgewell-trace-mapping-0.3.25.tgz +Source10086: https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#/@nicolo-ribaudo-eslint-scope-5-internals-5.1.1-v1.tgz +Source10087: https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#/@nodelib-fs.scandir-2.1.5.tgz +Source10088: https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#/@nodelib-fs.stat-2.0.5.tgz +Source10089: https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#/@nodelib-fs.walk-1.2.8.tgz +Source10090: https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz#/@popperjs-core-2.11.8.tgz +Source10091: https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz#/@restart-context-2.1.4.tgz +Source10092: https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.9.tgz#/@restart-hooks-0.4.9.tgz +Source10093: https://registry.npmjs.org/@testing-library/dom/-/dom-8.20.0.tgz#/@testing-library-dom-8.20.0.tgz +Source10094: https://registry.npmjs.org/@testing-library/react/-/react-12.1.5.tgz#/@testing-library-react-12.1.5.tgz +Source10095: https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz#/@trysound-sax-0.2.0.tgz +Source10096: https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.1.tgz#/@types-aria-query-5.0.1.tgz +Source10097: https://registry.npmjs.org/@types/d3-array/-/d3-array-3.0.4.tgz#/@types-d3-array-3.0.4.tgz +Source10098: https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.0.tgz#/@types-d3-color-3.1.0.tgz +Source10099: https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.0.tgz#/@types-d3-ease-3.0.0.tgz +Source10100: https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.1.tgz#/@types-d3-interpolate-3.0.1.tgz +Source10101: https://registry.npmjs.org/@types/d3-path/-/d3-path-3.0.0.tgz#/@types-d3-path-3.0.0.tgz +Source10102: https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.3.tgz#/@types-d3-scale-4.0.3.tgz +Source10103: https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.1.tgz#/@types-d3-shape-3.1.1.tgz +Source10104: https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.0.tgz#/@types-d3-time-3.0.0.tgz +Source10105: https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.0.tgz#/@types-d3-timer-3.0.0.tgz +Source10106: https://registry.npmjs.org/@types/domhandler/-/domhandler-2.4.1.tgz#/@types-domhandler-2.4.1.tgz +Source10107: https://registry.npmjs.org/@types/domutils/-/domutils-1.7.4.tgz#/@types-domutils-1.7.4.tgz +Source10108: https://registry.npmjs.org/@types/htmlparser2/-/htmlparser2-3.10.2.tgz#/@types-htmlparser2-3.10.2.tgz +Source10109: https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.10.tgz#/@types-http-proxy-1.17.10.tgz +Source10110: https://registry.npmjs.org/@types/invariant/-/invariant-2.2.35.tgz#/@types-invariant-2.2.35.tgz +Source10111: https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#/@types-json5-0.0.29.tgz +Source10112: https://registry.npmjs.org/@types/lodash/-/lodash-4.14.191.tgz#/@types-lodash-4.14.191.tgz +Source10113: https://registry.npmjs.org/@types/lodash.memoize/-/lodash.memoize-4.1.7.tgz#/@types-lodash.memoize-4.1.7.tgz +Source10114: https://registry.npmjs.org/@types/node/-/node-18.14.2.tgz#/@types-node-18.14.2.tgz +Source10115: https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#/@types-parse-json-4.0.0.tgz +Source10116: https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz#/@types-prop-types-15.7.5.tgz +Source10117: https://registry.npmjs.org/@types/react/-/react-17.0.53.tgz#/@types-react-17.0.53.tgz +Source10118: https://registry.npmjs.org/@types/react-calendar/-/react-calendar-3.9.0.tgz#/@types-react-calendar-3.9.0.tgz +Source10119: https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.19.tgz#/@types-react-dom-17.0.19.tgz +Source10120: https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.5.tgz#/@types-react-transition-group-4.4.5.tgz +Source10121: https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz#/@types-scheduler-0.16.2.tgz +Source10122: https://registry.npmjs.org/@types/warning/-/warning-3.0.0.tgz#/@types-warning-3.0.0.tgz +Source10123: https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-3.1.0.tgz#/@vitejs-plugin-react-3.1.0.tgz +Source10124: https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz#/@webassemblyjs-ast-1.9.0.tgz +Source10125: https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.9.0.tgz#/@webassemblyjs-floating-point-hex-parser-1.9.0.tgz +Source10126: https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz#/@webassemblyjs-helper-api-error-1.9.0.tgz +Source10127: https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz#/@webassemblyjs-helper-buffer-1.9.0.tgz +Source10128: https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz#/@webassemblyjs-helper-code-frame-1.9.0.tgz +Source10129: https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz#/@webassemblyjs-helper-fsm-1.9.0.tgz +Source10130: https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.9.0.tgz#/@webassemblyjs-helper-module-context-1.9.0.tgz +Source10131: https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz#/@webassemblyjs-helper-wasm-bytecode-1.9.0.tgz +Source10132: https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz#/@webassemblyjs-helper-wasm-section-1.9.0.tgz +Source10133: https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz#/@webassemblyjs-ieee754-1.9.0.tgz +Source10134: https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz#/@webassemblyjs-leb128-1.9.0.tgz +Source10135: https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz#/@webassemblyjs-utf8-1.9.0.tgz +Source10136: https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz#/@webassemblyjs-wasm-edit-1.9.0.tgz +Source10137: https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz#/@webassemblyjs-wasm-gen-1.9.0.tgz +Source10138: https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz#/@webassemblyjs-wasm-opt-1.9.0.tgz +Source10139: https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz#/@webassemblyjs-wasm-parser-1.9.0.tgz +Source10140: https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz#/@webassemblyjs-wast-parser-1.9.0.tgz +Source10141: https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz#/@webassemblyjs-wast-printer-1.9.0.tgz +Source10142: https://registry.npmjs.org/@wojtekmaj/date-utils/-/date-utils-1.1.2.tgz#/@wojtekmaj-date-utils-1.1.2.tgz +Source10143: https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz#/@xtuc-ieee754-1.2.0.tgz +Source10144: https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz#/@xtuc-long-4.2.2.tgz +Source10145: https://registry.npmjs.org/ace-builds/-/ace-builds-1.24.1.tgz#/ace-builds-1.24.1.tgz +Source10146: https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz#/acorn-6.4.2.tgz +Source10147: https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz#/acorn-8.8.2.tgz +Source10148: https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz#/acorn-jsx-5.3.2.tgz +Source10149: https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#/ajv-6.12.6.tgz +Source10150: https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz#/ajv-errors-1.0.1.tgz +Source10151: https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz#/ajv-keywords-3.5.2.tgz +Source10152: https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz#/ansi-regex-5.0.1.tgz Source10153: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#/ansi-styles-4.3.0.tgz Source10154: https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz#/ansi-styles-5.2.0.tgz Source10155: https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz#/anymatch-2.0.0.tgz @@ -176,7 +176,7 @@ Source10174: https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz#/a Source10175: https://registry.npmjs.org/atob/-/atob-2.1.2.tgz#/atob-2.1.2.tgz Source10176: https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#/available-typed-arrays-1.0.5.tgz Source10177: https://registry.npmjs.org/axe-core/-/axe-core-4.6.3.tgz#/axe-core-4.6.3.tgz -Source10178: https://registry.npmjs.org/axios/-/axios-1.7.4.tgz#/axios-1.7.4.tgz +Source10178: https://registry.npmjs.org/axios/-/axios-1.7.9.tgz#/axios-1.7.9.tgz Source10179: https://registry.npmjs.org/axios-retry/-/axios-retry-3.7.0.tgz#/axios-retry-3.7.0.tgz Source10180: https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz#/axobject-query-3.1.1.tgz Source10181: https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.2.2.tgz#/babel-plugin-emotion-10.2.2.tgz @@ -194,31 +194,31 @@ Source10192: https://registry.npmjs.org/binary-extensions/-/binary-exten Source10193: https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz#/bindings-1.5.0.tgz Source10194: https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz#/bluebird-3.7.2.tgz Source10195: https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz#/bn.js-4.12.0.tgz -Source10196: https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz#/bn.js-5.2.1.tgz -Source10197: https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz#/boolbase-1.0.0.tgz -Source10198: https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz#/bootstrap-4.6.2.tgz -Source10199: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz#/brace-expansion-1.1.11.tgz -Source10200: https://registry.npmjs.org/braces/-/braces-2.3.2.tgz#/braces-2.3.2.tgz -Source10201: https://registry.npmjs.org/braces/-/braces-3.0.3.tgz#/braces-3.0.3.tgz -Source10202: https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz#/brorand-1.1.0.tgz -Source10203: https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz#/browserify-aes-1.2.0.tgz -Source10204: https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz#/browserify-cipher-1.0.1.tgz -Source10205: https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz#/browserify-des-1.0.2.tgz -Source10206: https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz#/browserify-rsa-4.1.0.tgz -Source10207: https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.3.tgz#/browserify-sign-4.2.3.tgz -Source10208: https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz#/browserify-zlib-0.2.0.tgz -Source10209: https://registry.npmjs.org/browserslist/-/browserslist-4.21.11.tgz#/browserslist-4.21.11.tgz -Source10210: https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz#/buffer-4.9.2.tgz -Source10211: https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz#/buffer-from-1.1.2.tgz -Source10212: https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz#/buffer-xor-1.0.3.tgz -Source10213: https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#/builtin-status-codes-3.0.0.tgz -Source10214: https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz#/cacache-12.0.4.tgz -Source10215: https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz#/cache-base-1.0.1.tgz -Source10216: https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz#/call-bind-1.0.2.tgz -Source10217: https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#/callsites-3.1.0.tgz -Source10218: https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz#/camelize-1.0.1.tgz -Source10219: https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001539.tgz#/caniuse-lite-1.0.30001539.tgz -Source10220: https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz#/chalk-2.4.2.tgz +Source10196: https://registry.npmjs.org/bn.js/-/bn.js-4.12.1.tgz#/bn.js-4.12.1.tgz +Source10197: https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz#/bn.js-5.2.1.tgz +Source10198: https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz#/boolbase-1.0.0.tgz +Source10199: https://registry.npmjs.org/bootstrap/-/bootstrap-4.6.2.tgz#/bootstrap-4.6.2.tgz +Source10200: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz#/brace-expansion-1.1.11.tgz +Source10201: https://registry.npmjs.org/braces/-/braces-2.3.2.tgz#/braces-2.3.2.tgz +Source10202: https://registry.npmjs.org/braces/-/braces-3.0.3.tgz#/braces-3.0.3.tgz +Source10203: https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz#/brorand-1.1.0.tgz +Source10204: https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz#/browserify-aes-1.2.0.tgz +Source10205: https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz#/browserify-cipher-1.0.1.tgz +Source10206: https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz#/browserify-des-1.0.2.tgz +Source10207: https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz#/browserify-rsa-4.1.0.tgz +Source10208: https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.3.tgz#/browserify-sign-4.2.3.tgz +Source10209: https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz#/browserify-zlib-0.2.0.tgz +Source10210: https://registry.npmjs.org/browserslist/-/browserslist-4.21.11.tgz#/browserslist-4.21.11.tgz +Source10211: https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz#/buffer-4.9.2.tgz +Source10212: https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz#/buffer-from-1.1.2.tgz +Source10213: https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz#/buffer-xor-1.0.3.tgz +Source10214: https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#/builtin-status-codes-3.0.0.tgz +Source10215: https://registry.npmjs.org/cacache/-/cacache-12.0.4.tgz#/cacache-12.0.4.tgz +Source10216: https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz#/cache-base-1.0.1.tgz +Source10217: https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz#/call-bind-1.0.2.tgz +Source10218: https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#/callsites-3.1.0.tgz +Source10219: https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz#/camelize-1.0.1.tgz +Source10220: https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001539.tgz#/caniuse-lite-1.0.30001539.tgz Source10221: https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#/chalk-4.1.2.tgz Source10222: https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz#/chokidar-2.1.8.tgz Source10223: https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz#/chokidar-3.5.3.tgz @@ -229,468 +229,468 @@ Source10227: https://registry.npmjs.org/class-utils/-/class-utils-0.3.6. Source10228: https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz#/classnames-2.3.2.tgz Source10229: https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz#/clsx-1.2.1.tgz Source10230: https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz#/collection-visit-1.0.0.tgz -Source10231: https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz#/color-convert-1.9.3.tgz -Source10232: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/color-convert-2.0.1.tgz -Source10233: https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#/color-name-1.1.3.tgz -Source10234: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/color-name-1.1.4.tgz -Source10235: https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz#/combined-stream-1.0.8.tgz -Source10236: https://registry.npmjs.org/commander/-/commander-2.20.3.tgz#/commander-2.20.3.tgz -Source10237: https://registry.npmjs.org/commander/-/commander-4.1.1.tgz#/commander-4.1.1.tgz -Source10238: https://registry.npmjs.org/commander/-/commander-7.2.0.tgz#/commander-7.2.0.tgz -Source10239: https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz#/commondir-1.0.1.tgz -Source10240: https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz#/component-emitter-1.3.0.tgz -Source10241: https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz#/compute-scroll-into-view-1.0.20.tgz -Source10242: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#/concat-map-0.0.1.tgz -Source10243: https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz#/concat-stream-1.6.2.tgz -Source10244: https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz#/console-browserify-1.2.0.tgz -Source10245: https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz#/constants-browserify-1.0.0.tgz -Source10246: https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz#/convert-source-map-1.9.0.tgz -Source10247: https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz#/copy-concurrently-1.0.5.tgz -Source10248: https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#/copy-descriptor-0.1.1.tgz -Source10249: https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz#/core-js-1.2.7.tgz -Source10250: https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz#/core-util-is-1.0.3.tgz -Source10251: https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz#/cosmiconfig-6.0.0.tgz -Source10252: https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz#/create-ecdh-4.0.4.tgz -Source10253: https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz#/create-hash-1.2.0.tgz -Source10254: https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz#/create-hmac-1.1.7.tgz -Source10255: https://registry.npmjs.org/create-react-class/-/create-react-class-15.7.0.tgz#/create-react-class-15.7.0.tgz -Source10256: https://registry.npmjs.org/create-react-context/-/create-react-context-0.3.0.tgz#/create-react-context-0.3.0.tgz -Source10257: https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz#/cross-fetch-3.1.5.tgz -Source10258: https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz#/cross-spawn-7.0.3.tgz -Source10259: https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz#/crypto-browserify-3.12.0.tgz -Source10260: https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz#/css-color-keywords-1.0.0.tgz -Source10261: https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz#/css-select-4.3.0.tgz -Source10262: https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz#/css-to-react-native-3.2.0.tgz -Source10263: https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz#/css-tree-1.1.3.tgz -Source10264: https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.1.2.tgz#/css-unit-converter-1.1.2.tgz -Source10265: https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz#/css-what-6.1.0.tgz -Source10266: https://registry.npmjs.org/csso/-/csso-4.2.0.tgz#/csso-4.2.0.tgz -Source10267: https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz#/csstype-2.6.21.tgz -Source10268: https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz#/csstype-3.1.1.tgz -Source10269: https://registry.npmjs.org/csv-parse/-/csv-parse-4.16.3.tgz#/csv-parse-4.16.3.tgz -Source10270: https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.6.5.tgz#/csv-stringify-5.6.5.tgz -Source10271: https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz#/cyclist-1.0.1.tgz -Source10272: https://registry.npmjs.org/d3-array/-/d3-array-3.2.2.tgz#/d3-array-3.2.2.tgz -Source10273: https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz#/d3-color-3.1.0.tgz -Source10274: https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz#/d3-ease-3.0.1.tgz -Source10275: https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz#/d3-format-3.1.0.tgz -Source10276: https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz#/d3-interpolate-3.0.1.tgz -Source10277: https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz#/d3-path-3.1.0.tgz -Source10278: https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz#/d3-scale-4.0.2.tgz -Source10279: https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz#/d3-shape-3.2.0.tgz -Source10280: https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz#/d3-time-3.1.0.tgz -Source10281: https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz#/d3-time-format-4.1.0.tgz -Source10282: https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz#/d3-timer-3.0.1.tgz -Source10283: https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#/damerau-levenshtein-1.0.8.tgz -Source10284: https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz#/date-fns-2.29.3.tgz -Source10285: https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#/debug-2.6.9.tgz -Source10286: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/debug-3.2.7.tgz -Source10287: https://registry.npmjs.org/debug/-/debug-4.3.4.tgz#/debug-4.3.4.tgz -Source10288: https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz#/decimal.js-light-2.5.1.tgz -Source10289: https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz#/decode-uri-component-0.2.2.tgz -Source10290: https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz#/deep-equal-1.1.1.tgz -Source10291: https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.0.tgz#/deep-equal-2.2.0.tgz -Source10292: https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz#/deep-is-0.1.4.tgz -Source10293: https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz#/define-properties-1.2.0.tgz -Source10294: https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz#/define-property-0.2.5.tgz -Source10295: https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz#/define-property-1.0.0.tgz -Source10296: https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz#/define-property-2.0.2.tgz -Source10297: https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz#/delayed-stream-1.0.0.tgz -Source10298: https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz#/dequal-2.0.3.tgz -Source10299: https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz#/des.js-1.0.1.tgz -Source10300: https://registry.npmjs.org/detect-element-overflow/-/detect-element-overflow-1.3.1.tgz#/detect-element-overflow-1.3.1.tgz -Source10301: https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz#/diff-match-patch-1.0.5.tgz -Source10302: https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz#/diffie-hellman-5.0.3.tgz -Source10303: https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz#/doctrine-2.1.0.tgz -Source10304: https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz#/doctrine-3.0.0.tgz -Source10305: https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz#/dom-accessibility-api-0.5.16.tgz -Source10306: https://registry.npmjs.org/dom-helpers/-/dom-helpers-3.4.0.tgz#/dom-helpers-3.4.0.tgz -Source10307: https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz#/dom-helpers-5.2.1.tgz -Source10308: https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz#/dom-serializer-0.2.2.tgz -Source10309: https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz#/dom-serializer-1.4.1.tgz -Source10310: https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz#/domain-browser-1.2.0.tgz -Source10311: https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz#/domelementtype-1.3.1.tgz -Source10312: https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz#/domelementtype-2.3.0.tgz -Source10313: https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz#/domhandler-2.4.2.tgz -Source10314: https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz#/domhandler-4.3.1.tgz -Source10315: https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz#/dompurify-3.0.6.tgz -Source10316: https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz#/domutils-1.7.0.tgz -Source10317: https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz#/domutils-2.8.0.tgz -Source10318: https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz#/dotenv-8.6.0.tgz -Source10319: https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz#/duplexify-3.7.1.tgz -Source10320: https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.529.tgz#/electron-to-chromium-1.4.529.tgz -Source10321: https://registry.npmjs.org/element-resize-detector/-/element-resize-detector-1.2.4.tgz#/element-resize-detector-1.2.4.tgz -Source10322: https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz#/elliptic-6.5.7.tgz -Source10323: https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz#/emoji-regex-9.2.2.tgz -Source10324: https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz#/emojis-list-3.0.0.tgz -Source10325: https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz#/encoding-0.1.13.tgz -Source10326: https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz#/end-of-stream-1.4.4.tgz -Source10327: https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#/enhanced-resolve-4.5.0.tgz -Source10328: https://registry.npmjs.org/entities/-/entities-1.1.2.tgz#/entities-1.1.2.tgz -Source10329: https://registry.npmjs.org/entities/-/entities-2.2.0.tgz#/entities-2.2.0.tgz -Source10330: https://registry.npmjs.org/env-cmd/-/env-cmd-10.1.0.tgz#/env-cmd-10.1.0.tgz -Source10331: https://registry.npmjs.org/errno/-/errno-0.1.8.tgz#/errno-0.1.8.tgz -Source10332: https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz#/error-ex-1.3.2.tgz -Source10333: https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.1.tgz#/es-abstract-1.21.1.tgz -Source10334: https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz#/es-get-iterator-1.1.3.tgz -Source10335: https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#/es-set-tostringtag-2.0.1.tgz -Source10336: https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#/es-shim-unscopables-1.0.0.tgz -Source10337: https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz#/es-to-primitive-1.2.1.tgz -Source10338: https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz#/es6-promise-4.2.8.tgz -Source10339: https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz#/esbuild-0.18.20.tgz -Source10340: https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz#/escalade-3.1.1.tgz -Source10341: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#/escape-string-regexp-1.0.5.tgz -Source10342: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#/escape-string-regexp-4.0.0.tgz -Source10343: https://registry.npmjs.org/eslint/-/eslint-8.35.0.tgz#/eslint-8.35.0.tgz -Source10344: https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#/eslint-import-resolver-node-0.3.7.tgz -Source10345: https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz#/eslint-module-utils-2.7.4.tgz -Source10346: https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#/eslint-plugin-import-2.27.5.tgz -Source10347: https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz#/eslint-plugin-jsx-a11y-6.7.1.tgz -Source10348: https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#/eslint-plugin-react-7.32.2.tgz -Source10349: https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz#/eslint-scope-4.0.3.tgz -Source10350: https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz#/eslint-scope-5.1.1.tgz -Source10351: https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz#/eslint-scope-7.1.1.tgz -Source10352: https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz#/eslint-utils-3.0.0.tgz -Source10353: https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#/eslint-visitor-keys-2.1.0.tgz -Source10354: https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#/eslint-visitor-keys-3.3.0.tgz -Source10355: https://registry.npmjs.org/espree/-/espree-9.4.1.tgz#/espree-9.4.1.tgz -Source10356: https://registry.npmjs.org/esquery/-/esquery-1.4.2.tgz#/esquery-1.4.2.tgz -Source10357: https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz#/esrecurse-4.3.0.tgz -Source10358: https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz#/estraverse-4.3.0.tgz -Source10359: https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz#/estraverse-5.3.0.tgz -Source10360: https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz#/esutils-2.0.3.tgz -Source10361: https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz#/eventemitter3-4.0.7.tgz -Source10362: https://registry.npmjs.org/events/-/events-3.3.0.tgz#/events-3.3.0.tgz -Source10363: https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#/evp_bytestokey-1.0.3.tgz -Source10364: https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz#/expand-brackets-2.1.4.tgz -Source10365: https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz#/extend-shallow-2.0.1.tgz -Source10366: https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz#/extend-shallow-3.0.2.tgz -Source10367: https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz#/extglob-2.0.4.tgz -Source10368: https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#/fast-deep-equal-3.1.3.tgz -Source10369: https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz#/fast-equals-4.0.3.tgz -Source10370: https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#/fast-json-stable-stringify-2.1.0.tgz -Source10371: https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#/fast-levenshtein-2.0.6.tgz -Source10372: https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#/fast-xml-parser-4.4.1.tgz -Source10373: https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz#/fastq-1.15.0.tgz -Source10374: https://registry.npmjs.org/fbemitter/-/fbemitter-3.0.0.tgz#/fbemitter-3.0.0.tgz -Source10375: https://registry.npmjs.org/fbjs/-/fbjs-0.8.18.tgz#/fbjs-0.8.18.tgz -Source10376: https://registry.npmjs.org/fbjs/-/fbjs-3.0.4.tgz#/fbjs-3.0.4.tgz -Source10377: https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#/fbjs-css-vars-1.0.2.tgz -Source10378: https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz#/figgy-pudding-3.5.2.tgz -Source10379: https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz#/file-entry-cache-6.0.1.tgz -Source10380: https://registry.npmjs.org/file-saver/-/file-saver-2.0.2.tgz#/file-saver-2.0.2.tgz -Source10381: https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#/file-uri-to-path-1.0.0.tgz -Source10382: https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz#/fill-range-4.0.0.tgz -Source10383: https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz#/fill-range-7.1.1.tgz -Source10384: https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz#/filter-obj-1.1.0.tgz -Source10385: https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz#/find-cache-dir-2.1.0.tgz -Source10386: https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz#/find-root-1.1.0.tgz -Source10387: https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz#/find-up-3.0.0.tgz -Source10388: https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz#/find-up-5.0.0.tgz -Source10389: https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz#/flat-cache-3.0.4.tgz -Source10390: https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz#/flatted-3.2.7.tgz -Source10391: https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz#/flush-write-stream-1.1.1.tgz -Source10392: https://registry.npmjs.org/flux/-/flux-4.0.3.tgz#/flux-4.0.3.tgz -Source10393: https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz#/follow-redirects-1.15.6.tgz -Source10394: https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz#/for-each-0.3.3.tgz -Source10395: https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz#/for-in-1.0.2.tgz -Source10396: https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz#/form-data-4.0.0.tgz -Source10397: https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz#/fragment-cache-0.2.1.tgz -Source10398: https://registry.npmjs.org/from2/-/from2-2.3.0.tgz#/from2-2.3.0.tgz -Source10399: https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#/fs-extra-10.1.0.tgz -Source10400: https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#/fs-write-stream-atomic-1.0.10.tgz -Source10401: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#/fs.realpath-1.0.0.tgz -Source10402: https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz#/fsevents-1.2.13.tgz -Source10403: https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#/fsevents-2.3.2.tgz -Source10404: https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#/function-bind-1.1.1.tgz -Source10405: https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz#/function.prototype.name-1.1.5.tgz -Source10406: https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz#/functions-have-names-1.2.3.tgz -Source10407: https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz#/gensync-1.0.0-beta.2.tgz -Source10408: https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz#/get-intrinsic-1.2.0.tgz -Source10409: https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz#/get-symbol-description-1.0.0.tgz -Source10410: https://registry.npmjs.org/get-user-locale/-/get-user-locale-1.5.1.tgz#/get-user-locale-1.5.1.tgz -Source10411: https://registry.npmjs.org/get-user-locale/-/get-user-locale-2.1.3.tgz#/get-user-locale-2.1.3.tgz -Source10412: https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz#/get-value-2.0.6.tgz -Source10413: https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#/glob-7.2.3.tgz -Source10414: https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz#/glob-parent-3.1.0.tgz -Source10415: https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz#/glob-parent-5.1.2.tgz -Source10416: https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz#/glob-parent-6.0.2.tgz -Source10417: https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#/globals-11.12.0.tgz -Source10418: https://registry.npmjs.org/globals/-/globals-13.20.0.tgz#/globals-13.20.0.tgz -Source10419: https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz#/globalthis-1.0.3.tgz -Source10420: https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz#/gopd-1.0.1.tgz -Source10421: https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz#/graceful-fs-4.2.10.tgz -Source10422: https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#/grapheme-splitter-1.0.4.tgz -Source10423: https://registry.npmjs.org/gud/-/gud-1.0.0.tgz#/gud-1.0.0.tgz -Source10424: https://registry.npmjs.org/has/-/has-1.0.3.tgz#/has-1.0.3.tgz -Source10425: https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz#/has-bigints-1.0.2.tgz -Source10426: https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#/has-flag-3.0.0.tgz -Source10427: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/has-flag-4.0.0.tgz -Source10428: https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#/has-property-descriptors-1.0.0.tgz -Source10429: https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz#/has-proto-1.0.1.tgz -Source10430: https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz#/has-symbols-1.0.3.tgz -Source10431: https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz#/has-tostringtag-1.0.0.tgz -Source10432: https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz#/has-value-0.3.1.tgz -Source10433: https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz#/has-value-1.0.0.tgz -Source10434: https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz#/has-values-0.1.4.tgz -Source10435: https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz#/has-values-1.0.0.tgz -Source10436: https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz#/hash-base-3.0.4.tgz -Source10437: https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz#/hash-base-3.1.0.tgz -Source10438: https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz#/hash.js-1.1.7.tgz -Source10439: https://registry.npmjs.org/history/-/history-4.10.1.tgz#/history-4.10.1.tgz -Source10440: https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz#/hmac-drbg-1.0.1.tgz -Source10441: https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#/hoist-non-react-statics-3.3.2.tgz -Source10442: https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz#/hosted-git-info-2.8.9.tgz -Source10443: https://registry.npmjs.org/html-dom-parser/-/html-dom-parser-0.3.0.tgz#/html-dom-parser-0.3.0.tgz -Source10444: https://registry.npmjs.org/html-react-parser/-/html-react-parser-0.14.3.tgz#/html-react-parser-0.14.3.tgz -Source10445: https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz#/htmlparser2-3.10.1.tgz -Source10446: https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz#/http-proxy-1.18.1.tgz -Source10447: https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz#/http-proxy-middleware-1.3.1.tgz -Source10448: https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz#/https-browserify-1.0.0.tgz -Source10449: https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.29.0.tgz#/humanize-duration-3.29.0.tgz -Source10450: https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz#/iconv-lite-0.6.3.tgz -Source10451: https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz#/ieee754-1.2.1.tgz -Source10452: https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz#/iferr-0.1.5.tgz -Source10453: https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz#/ignore-5.2.4.tgz -Source10454: https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz#/ignore-by-default-1.0.1.tgz -Source10455: https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz#/import-fresh-3.3.0.tgz -Source10456: https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#/imurmurhash-0.1.4.tgz -Source10457: https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz#/infer-owner-1.0.4.tgz -Source10458: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#/inflight-1.0.6.tgz -Source10459: https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz#/inherits-2.0.1.tgz -Source10460: https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz#/inherits-2.0.3.tgz -Source10461: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#/inherits-2.0.4.tgz -Source10462: https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz#/inline-style-parser-0.1.1.tgz -Source10463: https://registry.npmjs.org/interactjs/-/interactjs-1.10.18.tgz#/interactjs-1.10.18.tgz -Source10464: https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz#/internal-slot-1.0.5.tgz -Source10465: https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz#/internmap-2.0.3.tgz -Source10466: https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz#/invariant-2.2.4.tgz -Source10467: https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#/is-accessor-descriptor-0.1.6.tgz -Source10468: https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#/is-accessor-descriptor-1.0.0.tgz -Source10469: https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz#/is-arguments-1.1.1.tgz -Source10470: https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.1.tgz#/is-array-buffer-3.0.1.tgz -Source10471: https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz#/is-arrayish-0.2.1.tgz -Source10472: https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz#/is-bigint-1.0.4.tgz -Source10473: https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz#/is-binary-path-1.0.1.tgz -Source10474: https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz#/is-binary-path-2.1.0.tgz -Source10475: https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz#/is-boolean-object-1.1.2.tgz -Source10476: https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz#/is-buffer-1.1.6.tgz -Source10477: https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz#/is-callable-1.2.7.tgz -Source10478: https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz#/is-core-module-2.11.0.tgz -Source10479: https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#/is-data-descriptor-0.1.4.tgz -Source10480: https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#/is-data-descriptor-1.0.0.tgz -Source10481: https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz#/is-date-object-1.0.5.tgz -Source10482: https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz#/is-descriptor-0.1.6.tgz -Source10483: https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz#/is-descriptor-1.0.2.tgz -Source10484: https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz#/is-extendable-0.1.1.tgz -Source10485: https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz#/is-extendable-1.0.1.tgz -Source10486: https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz#/is-extglob-2.1.1.tgz -Source10487: https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz#/is-glob-3.1.0.tgz -Source10488: https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz#/is-glob-4.0.3.tgz -Source10489: https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz#/is-map-2.0.2.tgz -Source10490: https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz#/is-negative-zero-2.0.2.tgz -Source10491: https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz#/is-number-3.0.0.tgz -Source10492: https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#/is-number-7.0.0.tgz -Source10493: https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz#/is-number-object-1.0.7.tgz -Source10494: https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz#/is-path-inside-3.0.3.tgz -Source10495: https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz#/is-plain-obj-3.0.0.tgz -Source10496: https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz#/is-plain-object-2.0.4.tgz -Source10497: https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz#/is-regex-1.1.4.tgz -Source10498: https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-2.2.0.tgz#/is-retry-allowed-2.2.0.tgz -Source10499: https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz#/is-set-2.0.2.tgz -Source10500: https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#/is-shared-array-buffer-1.0.2.tgz -Source10501: https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz#/is-stream-1.1.0.tgz -Source10502: https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz#/is-string-1.0.7.tgz -Source10503: https://registry.npmjs.org/is-svg/-/is-svg-4.4.0.tgz#/is-svg-4.4.0.tgz -Source10504: https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz#/is-symbol-1.0.4.tgz -Source10505: https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz#/is-typed-array-1.1.10.tgz -Source10506: https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz#/is-weakmap-2.0.1.tgz -Source10507: https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz#/is-weakref-1.0.2.tgz -Source10508: https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz#/is-weakset-2.0.2.tgz -Source10509: https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz#/is-windows-1.0.2.tgz -Source10510: https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz#/is-wsl-1.1.0.tgz -Source10511: https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz#/isarray-0.0.1.tgz -Source10512: https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz#/isarray-1.0.0.tgz -Source10513: https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz#/isarray-2.0.5.tgz -Source10514: https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#/isexe-2.0.0.tgz -Source10515: https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz#/isobject-2.1.0.tgz -Source10516: https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz#/isobject-3.0.1.tgz -Source10517: https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#/isomorphic-fetch-2.2.1.tgz -Source10518: https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz#/js-sdsl-4.3.0.tgz -Source10519: https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#/js-tokens-4.0.0.tgz -Source10520: https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz#/js-yaml-4.1.0.tgz -Source10521: https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz#/jsesc-2.5.2.tgz -Source10522: https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#/json-parse-better-errors-1.0.2.tgz -Source10523: https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#/json-parse-even-better-errors-2.3.1.tgz -Source10524: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#/json-schema-traverse-0.4.1.tgz -Source10525: https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#/json-stable-stringify-without-jsonify-1.0.1.tgz -Source10526: https://registry.npmjs.org/json5/-/json5-1.0.2.tgz#/json5-1.0.2.tgz -Source10527: https://registry.npmjs.org/json5/-/json5-2.2.3.tgz#/json5-2.2.3.tgz -Source10528: https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz#/jsonfile-6.1.0.tgz -Source10529: https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz#/jsx-ast-utils-3.3.3.tgz -Source10530: https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz#/kind-of-3.2.2.tgz -Source10531: https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz#/kind-of-4.0.0.tgz -Source10532: https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz#/kind-of-5.1.0.tgz -Source10533: https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz#/kind-of-6.0.3.tgz -Source10534: https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz#/language-subtag-registry-0.3.22.tgz -Source10535: https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz#/language-tags-1.0.5.tgz -Source10536: https://registry.npmjs.org/levn/-/levn-0.4.1.tgz#/levn-0.4.1.tgz -Source10537: https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz#/lines-and-columns-1.2.4.tgz -Source10538: https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz#/loader-runner-2.4.0.tgz -Source10539: https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz#/loader-utils-1.4.2.tgz -Source10540: https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz#/locate-path-3.0.0.tgz -Source10541: https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz#/locate-path-6.0.0.tgz -Source10542: https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#/lodash-4.17.21.tgz -Source10543: https://registry.npmjs.org/lodash.curry/-/lodash.curry-4.1.1.tgz#/lodash.curry-4.1.1.tgz -Source10544: https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz#/lodash.debounce-4.0.8.tgz -Source10545: https://registry.npmjs.org/lodash.flow/-/lodash.flow-3.5.0.tgz#/lodash.flow-3.5.0.tgz -Source10546: https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz#/lodash.get-4.4.2.tgz -Source10547: https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz#/lodash.isequal-4.5.0.tgz -Source10548: https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz#/lodash.memoize-4.1.2.tgz -Source10549: https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz#/lodash.merge-4.6.2.tgz -Source10550: https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#/loose-envify-1.4.0.tgz -Source10551: https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#/lru-cache-5.1.1.tgz -Source10552: https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz#/lz-string-1.4.4.tgz -Source10553: https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz#/magic-string-0.27.0.tgz -Source10554: https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz#/make-dir-2.1.0.tgz -Source10555: https://registry.npmjs.org/make-event-props/-/make-event-props-1.4.2.tgz#/make-event-props-1.4.2.tgz -Source10556: https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz#/map-cache-0.2.2.tgz -Source10557: https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz#/map-visit-1.0.0.tgz -Source10558: https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz#/md5.js-1.3.5.tgz -Source10559: https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz#/mdn-data-2.0.14.tgz -Source10560: https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz#/memoize-one-5.2.1.tgz -Source10561: https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz#/memory-fs-0.4.1.tgz -Source10562: https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz#/memory-fs-0.5.0.tgz -Source10563: https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz#/micromatch-3.1.10.tgz -Source10564: https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz#/micromatch-4.0.5.tgz -Source10565: https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz#/miller-rabin-4.0.1.tgz -Source10566: https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz#/mime-db-1.52.0.tgz -Source10567: https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz#/mime-types-2.1.35.tgz -Source10568: https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#/minimalistic-assert-1.0.1.tgz -Source10569: https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#/minimalistic-crypto-utils-1.0.1.tgz -Source10570: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#/minimatch-3.1.2.tgz -Source10571: https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz#/minimist-1.2.8.tgz -Source10572: https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz#/mississippi-3.0.0.tgz -Source10573: https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz#/mixin-deep-1.3.2.tgz -Source10574: https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz#/mkdirp-0.5.6.tgz -Source10575: https://registry.npmjs.org/moment/-/moment-2.29.4.tgz#/moment-2.29.4.tgz -Source10576: https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz#/moment-timezone-0.5.43.tgz -Source10577: https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz#/move-concurrently-1.0.1.tgz -Source10578: https://registry.npmjs.org/ms/-/ms-2.0.0.tgz#/ms-2.0.0.tgz -Source10579: https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#/ms-2.1.2.tgz -Source10580: https://registry.npmjs.org/nan/-/nan-2.17.0.tgz#/nan-2.17.0.tgz -Source10581: https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz#/nanoid-3.3.7.tgz -Source10582: https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz#/nanomatch-1.2.13.tgz -Source10583: https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz#/natural-compare-1.4.0.tgz -Source10584: https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz#/neo-async-2.6.2.tgz -Source10585: https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz#/node-fetch-1.7.3.tgz -Source10586: https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz#/node-fetch-2.6.7.tgz -Source10587: https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz#/node-libs-browser-2.2.1.tgz -Source10588: https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz#/node-releases-2.0.13.tgz -Source10589: https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz#/nodemon-3.1.4.tgz -Source10590: https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz#/normalize-path-2.1.1.tgz -Source10591: https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz#/normalize-path-3.0.0.tgz -Source10592: https://registry.npmjs.org/npm-watch/-/npm-watch-0.12.0.tgz#/npm-watch-0.12.0.tgz -Source10593: https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz#/nth-check-2.1.1.tgz -Source10594: https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz#/object-assign-3.0.0.tgz -Source10595: https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz#/object-assign-4.1.1.tgz -Source10596: https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz#/object-copy-0.1.0.tgz -Source10597: https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz#/object-inspect-1.12.3.tgz -Source10598: https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz#/object-is-1.1.5.tgz -Source10599: https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz#/object-keys-1.1.1.tgz -Source10600: https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz#/object-visit-1.0.1.tgz -Source10601: https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz#/object.assign-4.1.4.tgz -Source10602: https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz#/object.entries-1.1.6.tgz -Source10603: https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz#/object.fromentries-2.0.6.tgz -Source10604: https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz#/object.hasown-1.1.2.tgz -Source10605: https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz#/object.pick-1.3.0.tgz -Source10606: https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz#/object.values-1.1.6.tgz -Source10607: https://registry.npmjs.org/once/-/once-1.4.0.tgz#/once-1.4.0.tgz -Source10608: https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz#/optionator-0.9.1.tgz -Source10609: https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz#/os-browserify-0.3.0.tgz -Source10610: https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz#/p-limit-2.3.0.tgz -Source10611: https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz#/p-limit-3.1.0.tgz -Source10612: https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz#/p-locate-3.0.0.tgz -Source10613: https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz#/p-locate-5.0.0.tgz -Source10614: https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz#/p-try-2.2.0.tgz -Source10615: https://registry.npmjs.org/pako/-/pako-1.0.11.tgz#/pako-1.0.11.tgz -Source10616: https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz#/parallel-transform-1.2.0.tgz -Source10617: https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz#/parent-module-1.0.1.tgz -Source10618: https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.7.tgz#/parse-asn1-5.1.7.tgz -Source10619: https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz#/parse-json-5.2.0.tgz -Source10620: https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz#/pascalcase-0.1.1.tgz -Source10621: https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz#/path-browserify-0.0.1.tgz -Source10622: https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz#/path-dirname-1.0.2.tgz -Source10623: https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz#/path-exists-3.0.0.tgz -Source10624: https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz#/path-exists-4.0.0.tgz -Source10625: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#/path-is-absolute-1.0.1.tgz -Source10626: https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#/path-key-3.1.1.tgz -Source10627: https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz#/path-parse-1.0.7.tgz -Source10628: https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz#/path-to-regexp-1.8.0.tgz -Source10629: https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz#/path-type-4.0.0.tgz -Source10630: https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz#/pbkdf2-3.1.2.tgz -Source10631: https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz#/picocolors-1.0.1.tgz -Source10632: https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#/picomatch-2.3.1.tgz -Source10633: https://registry.npmjs.org/pify/-/pify-4.0.1.tgz#/pify-4.0.1.tgz -Source10634: https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz#/pkg-dir-3.0.0.tgz -Source10635: https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz#/popper.js-1.16.1.tgz -Source10636: https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz#/posix-character-classes-0.1.1.tgz -Source10637: https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz#/postcss-8.4.41.tgz -Source10638: https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#/postcss-value-parser-3.3.1.tgz -Source10639: https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#/postcss-value-parser-4.2.0.tgz -Source10640: https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#/prelude-ls-1.2.1.tgz -Source10641: https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz#/pretty-format-27.5.1.tgz -Source10642: https://registry.npmjs.org/process/-/process-0.11.10.tgz#/process-0.11.10.tgz -Source10643: https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz#/process-nextick-args-2.0.1.tgz -Source10644: https://registry.npmjs.org/promise/-/promise-7.3.1.tgz#/promise-7.3.1.tgz -Source10645: https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz#/promise-inflight-1.0.1.tgz -Source10646: https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz#/prop-types-15.8.1.tgz -Source10647: https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz#/prop-types-extra-1.1.1.tgz -Source10648: https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz#/proxy-from-env-1.1.0.tgz -Source10649: https://registry.npmjs.org/prr/-/prr-1.0.1.tgz#/prr-1.0.1.tgz -Source10650: https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz#/pstree.remy-1.1.8.tgz -Source10651: https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz#/public-encrypt-4.0.3.tgz -Source10652: https://registry.npmjs.org/pump/-/pump-2.0.1.tgz#/pump-2.0.1.tgz -Source10653: https://registry.npmjs.org/pump/-/pump-3.0.0.tgz#/pump-3.0.0.tgz -Source10654: https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz#/pumpify-1.5.1.tgz -Source10655: https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz#/punycode-1.3.2.tgz -Source10656: https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz#/punycode-1.4.1.tgz -Source10657: https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz#/punycode-2.3.0.tgz -Source10658: https://registry.npmjs.org/pure-color/-/pure-color-1.3.0.tgz#/pure-color-1.3.0.tgz -Source10659: https://registry.npmjs.org/qs/-/qs-6.11.2.tgz#/qs-6.11.2.tgz -Source10660: https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz#/query-string-6.14.1.tgz -Source10661: https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz#/querystring-0.2.0.tgz -Source10662: https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz#/querystring-es3-0.2.1.tgz -Source10663: https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz#/querystringify-2.2.0.tgz -Source10664: https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz#/queue-microtask-1.2.3.tgz -Source10665: https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz#/randombytes-2.1.0.tgz -Source10666: https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz#/randomfill-1.0.4.tgz -Source10667: https://registry.npmjs.org/react/-/react-15.7.0.tgz#/react-15.7.0.tgz -Source10668: https://registry.npmjs.org/react/-/react-16.14.0.tgz#/react-16.14.0.tgz -Source10669: https://registry.npmjs.org/react-ace/-/react-ace-9.5.0.tgz#/react-ace-9.5.0.tgz -Source10670: https://registry.npmjs.org/react-autosuggest/-/react-autosuggest-10.1.0.tgz#/react-autosuggest-10.1.0.tgz -Source10671: https://registry.npmjs.org/react-base16-styling/-/react-base16-styling-0.6.0.tgz#/react-base16-styling-0.6.0.tgz -Source10672: https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.6.7.tgz#/react-bootstrap-1.6.7.tgz -Source10673: https://registry.npmjs.org/react-bootstrap-4-pagination/-/react-bootstrap-4-pagination-1.0.4.tgz#/react-bootstrap-4-pagination-1.0.4.tgz -Source10674: https://registry.npmjs.org/react-bootstrap-table-next/-/react-bootstrap-table-next-4.0.3.tgz#/react-bootstrap-table-next-4.0.3.tgz -Source10675: https://registry.npmjs.org/react-bootstrap-table2-editor/-/react-bootstrap-table2-editor-1.4.0.tgz#/react-bootstrap-table2-editor-1.4.0.tgz -Source10676: https://registry.npmjs.org/react-bootstrap-table2-filter/-/react-bootstrap-table2-filter-1.3.3.tgz#/react-bootstrap-table2-filter-1.3.3.tgz -Source10677: https://registry.npmjs.org/react-bootstrap-table2-paginator/-/react-bootstrap-table2-paginator-2.1.2.tgz#/react-bootstrap-table2-paginator-2.1.2.tgz -Source10678: https://registry.npmjs.org/react-bootstrap-table2-toolkit/-/react-bootstrap-table2-toolkit-2.1.3.tgz#/react-bootstrap-table2-toolkit-2.1.3.tgz -Source10679: https://registry.npmjs.org/react-bootstrap-typeahead/-/react-bootstrap-typeahead-5.2.2.tgz#/react-bootstrap-typeahead-5.2.2.tgz -Source10680: https://registry.npmjs.org/react-calendar/-/react-calendar-4.0.0.tgz#/react-calendar-4.0.0.tgz -Source10681: https://registry.npmjs.org/react-calendar-timeline/-/react-calendar-timeline-0.28.0.tgz#/react-calendar-timeline-0.28.0.tgz -Source10682: https://registry.npmjs.org/react-clock/-/react-clock-4.1.0.tgz#/react-clock-4.1.0.tgz -Source10683: https://registry.npmjs.org/react-contexify/-/react-contexify-5.0.0.tgz#/react-contexify-5.0.0.tgz -Source10684: https://registry.npmjs.org/react-date-picker/-/react-date-picker-9.2.0.tgz#/react-date-picker-9.2.0.tgz -Source10685: https://registry.npmjs.org/react-datepicker/-/react-datepicker-3.8.0.tgz#/react-datepicker-3.8.0.tgz -Source10686: https://registry.npmjs.org/react-datetime-picker/-/react-datetime-picker-4.2.1.tgz#/react-datetime-picker-4.2.1.tgz -Source10687: https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz#/react-dom-16.14.0.tgz -Source10688: https://registry.npmjs.org/react-fit/-/react-fit-1.5.0.tgz#/react-fit-1.5.0.tgz -Source10689: https://registry.npmjs.org/react-hotkeys/-/react-hotkeys-2.0.0.tgz#/react-hotkeys-2.0.0.tgz -Source10690: https://registry.npmjs.org/react-input-autosize/-/react-input-autosize-3.0.0.tgz#/react-input-autosize-3.0.0.tgz -Source10691: https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz#/react-is-16.13.1.tgz -Source10692: https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz#/react-is-17.0.2.tgz +Source10231: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#/color-convert-2.0.1.tgz +Source10232: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#/color-name-1.1.4.tgz +Source10233: https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz#/combined-stream-1.0.8.tgz +Source10234: https://registry.npmjs.org/commander/-/commander-2.20.3.tgz#/commander-2.20.3.tgz +Source10235: https://registry.npmjs.org/commander/-/commander-4.1.1.tgz#/commander-4.1.1.tgz +Source10236: https://registry.npmjs.org/commander/-/commander-7.2.0.tgz#/commander-7.2.0.tgz +Source10237: https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz#/commondir-1.0.1.tgz +Source10238: https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz#/component-emitter-1.3.0.tgz +Source10239: https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-1.0.20.tgz#/compute-scroll-into-view-1.0.20.tgz +Source10240: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#/concat-map-0.0.1.tgz +Source10241: https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz#/concat-stream-1.6.2.tgz +Source10242: https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz#/console-browserify-1.2.0.tgz +Source10243: https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz#/constants-browserify-1.0.0.tgz +Source10244: https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz#/convert-source-map-1.9.0.tgz +Source10245: https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz#/copy-concurrently-1.0.5.tgz +Source10246: https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#/copy-descriptor-0.1.1.tgz +Source10247: https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz#/core-js-1.2.7.tgz +Source10248: https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz#/core-util-is-1.0.3.tgz +Source10249: https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz#/cosmiconfig-6.0.0.tgz +Source10250: https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz#/create-ecdh-4.0.4.tgz +Source10251: https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz#/create-hash-1.2.0.tgz +Source10252: https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz#/create-hmac-1.1.7.tgz +Source10253: https://registry.npmjs.org/create-react-class/-/create-react-class-15.7.0.tgz#/create-react-class-15.7.0.tgz +Source10254: https://registry.npmjs.org/create-react-context/-/create-react-context-0.3.0.tgz#/create-react-context-0.3.0.tgz +Source10255: https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz#/cross-fetch-3.1.5.tgz +Source10256: https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz#/cross-spawn-7.0.6.tgz +Source10257: https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz#/crypto-browserify-3.12.0.tgz +Source10258: https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz#/css-color-keywords-1.0.0.tgz +Source10259: https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz#/css-select-4.3.0.tgz +Source10260: https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz#/css-to-react-native-3.2.0.tgz +Source10261: https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz#/css-tree-1.1.3.tgz +Source10262: https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.1.2.tgz#/css-unit-converter-1.1.2.tgz +Source10263: https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz#/css-what-6.1.0.tgz +Source10264: https://registry.npmjs.org/csso/-/csso-4.2.0.tgz#/csso-4.2.0.tgz +Source10265: https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz#/csstype-2.6.21.tgz +Source10266: https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz#/csstype-3.1.1.tgz +Source10267: https://registry.npmjs.org/csv-parse/-/csv-parse-4.16.3.tgz#/csv-parse-4.16.3.tgz +Source10268: https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.6.5.tgz#/csv-stringify-5.6.5.tgz +Source10269: https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz#/cyclist-1.0.1.tgz +Source10270: https://registry.npmjs.org/d3-array/-/d3-array-3.2.2.tgz#/d3-array-3.2.2.tgz +Source10271: https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz#/d3-color-3.1.0.tgz +Source10272: https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz#/d3-ease-3.0.1.tgz +Source10273: https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz#/d3-format-3.1.0.tgz +Source10274: https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz#/d3-interpolate-3.0.1.tgz +Source10275: https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz#/d3-path-3.1.0.tgz +Source10276: https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz#/d3-scale-4.0.2.tgz +Source10277: https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz#/d3-shape-3.2.0.tgz +Source10278: https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz#/d3-time-3.1.0.tgz +Source10279: https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz#/d3-time-format-4.1.0.tgz +Source10280: https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz#/d3-timer-3.0.1.tgz +Source10281: https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#/damerau-levenshtein-1.0.8.tgz +Source10282: https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz#/date-fns-2.29.3.tgz +Source10283: https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#/debug-2.6.9.tgz +Source10284: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz#/debug-3.2.7.tgz +Source10285: https://registry.npmjs.org/debug/-/debug-4.3.4.tgz#/debug-4.3.4.tgz +Source10286: https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz#/decimal.js-light-2.5.1.tgz +Source10287: https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz#/decode-uri-component-0.2.2.tgz +Source10288: https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz#/deep-equal-1.1.1.tgz +Source10289: https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.0.tgz#/deep-equal-2.2.0.tgz +Source10290: https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz#/deep-is-0.1.4.tgz +Source10291: https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz#/define-properties-1.2.0.tgz +Source10292: https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz#/define-property-0.2.5.tgz +Source10293: https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz#/define-property-1.0.0.tgz +Source10294: https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz#/define-property-2.0.2.tgz +Source10295: https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz#/delayed-stream-1.0.0.tgz +Source10296: https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz#/dequal-2.0.3.tgz +Source10297: https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz#/des.js-1.0.1.tgz +Source10298: https://registry.npmjs.org/detect-element-overflow/-/detect-element-overflow-1.3.1.tgz#/detect-element-overflow-1.3.1.tgz +Source10299: https://registry.npmjs.org/diff-match-patch/-/diff-match-patch-1.0.5.tgz#/diff-match-patch-1.0.5.tgz +Source10300: https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz#/diffie-hellman-5.0.3.tgz +Source10301: https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz#/doctrine-2.1.0.tgz +Source10302: https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz#/doctrine-3.0.0.tgz +Source10303: https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz#/dom-accessibility-api-0.5.16.tgz +Source10304: https://registry.npmjs.org/dom-helpers/-/dom-helpers-3.4.0.tgz#/dom-helpers-3.4.0.tgz +Source10305: https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz#/dom-helpers-5.2.1.tgz +Source10306: https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz#/dom-serializer-0.2.2.tgz +Source10307: https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz#/dom-serializer-1.4.1.tgz +Source10308: https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz#/domain-browser-1.2.0.tgz +Source10309: https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz#/domelementtype-1.3.1.tgz +Source10310: https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz#/domelementtype-2.3.0.tgz +Source10311: https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz#/domhandler-2.4.2.tgz +Source10312: https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz#/domhandler-4.3.1.tgz +Source10313: https://registry.npmjs.org/dompurify/-/dompurify-3.1.3.tgz#/dompurify-3.1.3.tgz +Source10314: https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz#/domutils-1.7.0.tgz +Source10315: https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz#/domutils-2.8.0.tgz +Source10316: https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz#/dotenv-8.6.0.tgz +Source10317: https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz#/duplexify-3.7.1.tgz +Source10318: https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.529.tgz#/electron-to-chromium-1.4.529.tgz +Source10319: https://registry.npmjs.org/element-resize-detector/-/element-resize-detector-1.2.4.tgz#/element-resize-detector-1.2.4.tgz +Source10320: https://registry.npmjs.org/elliptic/-/elliptic-6.6.1.tgz#/elliptic-6.6.1.tgz +Source10321: https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz#/emoji-regex-9.2.2.tgz +Source10322: https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz#/emojis-list-3.0.0.tgz +Source10323: https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz#/encoding-0.1.13.tgz +Source10324: https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz#/end-of-stream-1.4.4.tgz +Source10325: https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#/enhanced-resolve-4.5.0.tgz +Source10326: https://registry.npmjs.org/entities/-/entities-1.1.2.tgz#/entities-1.1.2.tgz +Source10327: https://registry.npmjs.org/entities/-/entities-2.2.0.tgz#/entities-2.2.0.tgz +Source10328: https://registry.npmjs.org/env-cmd/-/env-cmd-10.1.0.tgz#/env-cmd-10.1.0.tgz +Source10329: https://registry.npmjs.org/errno/-/errno-0.1.8.tgz#/errno-0.1.8.tgz +Source10330: https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz#/error-ex-1.3.2.tgz +Source10331: https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.1.tgz#/es-abstract-1.21.1.tgz +Source10332: https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz#/es-get-iterator-1.1.3.tgz +Source10333: https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#/es-set-tostringtag-2.0.1.tgz +Source10334: https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#/es-shim-unscopables-1.0.0.tgz +Source10335: https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz#/es-to-primitive-1.2.1.tgz +Source10336: https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz#/es6-promise-4.2.8.tgz +Source10337: https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz#/esbuild-0.18.20.tgz +Source10338: https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz#/escalade-3.1.1.tgz +Source10339: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#/escape-string-regexp-1.0.5.tgz +Source10340: https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#/escape-string-regexp-4.0.0.tgz +Source10341: https://registry.npmjs.org/eslint/-/eslint-8.35.0.tgz#/eslint-8.35.0.tgz +Source10342: https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz#/eslint-import-resolver-node-0.3.7.tgz +Source10343: https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz#/eslint-module-utils-2.7.4.tgz +Source10344: https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz#/eslint-plugin-import-2.27.5.tgz +Source10345: https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz#/eslint-plugin-jsx-a11y-6.7.1.tgz +Source10346: https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#/eslint-plugin-react-7.32.2.tgz +Source10347: https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz#/eslint-scope-4.0.3.tgz +Source10348: https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz#/eslint-scope-5.1.1.tgz +Source10349: https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz#/eslint-scope-7.1.1.tgz +Source10350: https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz#/eslint-utils-3.0.0.tgz +Source10351: https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#/eslint-visitor-keys-2.1.0.tgz +Source10352: https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#/eslint-visitor-keys-3.3.0.tgz +Source10353: https://registry.npmjs.org/espree/-/espree-9.4.1.tgz#/espree-9.4.1.tgz +Source10354: https://registry.npmjs.org/esquery/-/esquery-1.4.2.tgz#/esquery-1.4.2.tgz +Source10355: https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz#/esrecurse-4.3.0.tgz +Source10356: https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz#/estraverse-4.3.0.tgz +Source10357: https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz#/estraverse-5.3.0.tgz +Source10358: https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz#/esutils-2.0.3.tgz +Source10359: https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz#/eventemitter3-4.0.7.tgz +Source10360: https://registry.npmjs.org/events/-/events-3.3.0.tgz#/events-3.3.0.tgz +Source10361: https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#/evp_bytestokey-1.0.3.tgz +Source10362: https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz#/expand-brackets-2.1.4.tgz +Source10363: https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz#/extend-shallow-2.0.1.tgz +Source10364: https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz#/extend-shallow-3.0.2.tgz +Source10365: https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz#/extglob-2.0.4.tgz +Source10366: https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#/fast-deep-equal-3.1.3.tgz +Source10367: https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz#/fast-equals-4.0.3.tgz +Source10368: https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#/fast-json-stable-stringify-2.1.0.tgz +Source10369: https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#/fast-levenshtein-2.0.6.tgz +Source10370: https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz#/fast-xml-parser-4.5.1.tgz +Source10371: https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz#/fastq-1.15.0.tgz +Source10372: https://registry.npmjs.org/fbemitter/-/fbemitter-3.0.0.tgz#/fbemitter-3.0.0.tgz +Source10373: https://registry.npmjs.org/fbjs/-/fbjs-0.8.18.tgz#/fbjs-0.8.18.tgz +Source10374: https://registry.npmjs.org/fbjs/-/fbjs-3.0.4.tgz#/fbjs-3.0.4.tgz +Source10375: https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#/fbjs-css-vars-1.0.2.tgz +Source10376: https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.2.tgz#/figgy-pudding-3.5.2.tgz +Source10377: https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz#/file-entry-cache-6.0.1.tgz +Source10378: https://registry.npmjs.org/file-saver/-/file-saver-2.0.2.tgz#/file-saver-2.0.2.tgz +Source10379: https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#/file-uri-to-path-1.0.0.tgz +Source10380: https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz#/fill-range-4.0.0.tgz +Source10381: https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz#/fill-range-7.1.1.tgz +Source10382: https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz#/filter-obj-1.1.0.tgz +Source10383: https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz#/find-cache-dir-2.1.0.tgz +Source10384: https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz#/find-root-1.1.0.tgz +Source10385: https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz#/find-up-3.0.0.tgz +Source10386: https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz#/find-up-5.0.0.tgz +Source10387: https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz#/flat-cache-3.0.4.tgz +Source10388: https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz#/flatted-3.2.7.tgz +Source10389: https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz#/flush-write-stream-1.1.1.tgz +Source10390: https://registry.npmjs.org/flux/-/flux-4.0.3.tgz#/flux-4.0.3.tgz +Source10391: https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz#/follow-redirects-1.15.6.tgz +Source10392: https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz#/for-each-0.3.3.tgz +Source10393: https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz#/for-in-1.0.2.tgz +Source10394: https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz#/form-data-4.0.0.tgz +Source10395: https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz#/fragment-cache-0.2.1.tgz +Source10396: https://registry.npmjs.org/from2/-/from2-2.3.0.tgz#/from2-2.3.0.tgz +Source10397: https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz#/fs-extra-10.1.0.tgz +Source10398: https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#/fs-write-stream-atomic-1.0.10.tgz +Source10399: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#/fs.realpath-1.0.0.tgz +Source10400: https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz#/fsevents-1.2.13.tgz +Source10401: https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#/fsevents-2.3.2.tgz +Source10402: https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#/function-bind-1.1.1.tgz +Source10403: https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz#/function.prototype.name-1.1.5.tgz +Source10404: https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz#/functions-have-names-1.2.3.tgz +Source10405: https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz#/gensync-1.0.0-beta.2.tgz +Source10406: https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz#/get-intrinsic-1.2.0.tgz +Source10407: https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz#/get-symbol-description-1.0.0.tgz +Source10408: https://registry.npmjs.org/get-user-locale/-/get-user-locale-1.5.1.tgz#/get-user-locale-1.5.1.tgz +Source10409: https://registry.npmjs.org/get-user-locale/-/get-user-locale-2.1.3.tgz#/get-user-locale-2.1.3.tgz +Source10410: https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz#/get-value-2.0.6.tgz +Source10411: https://registry.npmjs.org/glob/-/glob-7.2.3.tgz#/glob-7.2.3.tgz +Source10412: https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz#/glob-parent-3.1.0.tgz +Source10413: https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz#/glob-parent-5.1.2.tgz +Source10414: https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz#/glob-parent-6.0.2.tgz +Source10415: https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#/globals-11.12.0.tgz +Source10416: https://registry.npmjs.org/globals/-/globals-13.20.0.tgz#/globals-13.20.0.tgz +Source10417: https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz#/globalthis-1.0.3.tgz +Source10418: https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz#/gopd-1.0.1.tgz +Source10419: https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz#/graceful-fs-4.2.10.tgz +Source10420: https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#/grapheme-splitter-1.0.4.tgz +Source10421: https://registry.npmjs.org/gud/-/gud-1.0.0.tgz#/gud-1.0.0.tgz +Source10422: https://registry.npmjs.org/has/-/has-1.0.3.tgz#/has-1.0.3.tgz +Source10423: https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz#/has-bigints-1.0.2.tgz +Source10424: https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#/has-flag-3.0.0.tgz +Source10425: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#/has-flag-4.0.0.tgz +Source10426: https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#/has-property-descriptors-1.0.0.tgz +Source10427: https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz#/has-proto-1.0.1.tgz +Source10428: https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz#/has-symbols-1.0.3.tgz +Source10429: https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz#/has-tostringtag-1.0.0.tgz +Source10430: https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz#/has-value-0.3.1.tgz +Source10431: https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz#/has-value-1.0.0.tgz +Source10432: https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz#/has-values-0.1.4.tgz +Source10433: https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz#/has-values-1.0.0.tgz +Source10434: https://registry.npmjs.org/hash-base/-/hash-base-3.0.5.tgz#/hash-base-3.0.5.tgz +Source10435: https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz#/hash-base-3.1.0.tgz +Source10436: https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz#/hash.js-1.1.7.tgz +Source10437: https://registry.npmjs.org/history/-/history-4.10.1.tgz#/history-4.10.1.tgz +Source10438: https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz#/hmac-drbg-1.0.1.tgz +Source10439: https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#/hoist-non-react-statics-3.3.2.tgz +Source10440: https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz#/hosted-git-info-2.8.9.tgz +Source10441: https://registry.npmjs.org/html-dom-parser/-/html-dom-parser-0.3.0.tgz#/html-dom-parser-0.3.0.tgz +Source10442: https://registry.npmjs.org/html-react-parser/-/html-react-parser-0.14.3.tgz#/html-react-parser-0.14.3.tgz +Source10443: https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz#/htmlparser2-3.10.1.tgz +Source10444: https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz#/http-proxy-1.18.1.tgz +Source10445: https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.3.1.tgz#/http-proxy-middleware-1.3.1.tgz +Source10446: https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz#/https-browserify-1.0.0.tgz +Source10447: https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.29.0.tgz#/humanize-duration-3.29.0.tgz +Source10448: https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz#/iconv-lite-0.6.3.tgz +Source10449: https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz#/ieee754-1.2.1.tgz +Source10450: https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz#/iferr-0.1.5.tgz +Source10451: https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz#/ignore-5.2.4.tgz +Source10452: https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz#/ignore-by-default-1.0.1.tgz +Source10453: https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz#/import-fresh-3.3.0.tgz +Source10454: https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#/imurmurhash-0.1.4.tgz +Source10455: https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz#/infer-owner-1.0.4.tgz +Source10456: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#/inflight-1.0.6.tgz +Source10457: https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz#/inherits-2.0.1.tgz +Source10458: https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz#/inherits-2.0.3.tgz +Source10459: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#/inherits-2.0.4.tgz +Source10460: https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.1.1.tgz#/inline-style-parser-0.1.1.tgz +Source10461: https://registry.npmjs.org/interactjs/-/interactjs-1.10.18.tgz#/interactjs-1.10.18.tgz +Source10462: https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz#/internal-slot-1.0.5.tgz +Source10463: https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz#/internmap-2.0.3.tgz +Source10464: https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz#/invariant-2.2.4.tgz +Source10465: https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#/is-accessor-descriptor-0.1.6.tgz +Source10466: https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#/is-accessor-descriptor-1.0.0.tgz +Source10467: https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz#/is-arguments-1.1.1.tgz +Source10468: https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.1.tgz#/is-array-buffer-3.0.1.tgz +Source10469: https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz#/is-arrayish-0.2.1.tgz +Source10470: https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz#/is-bigint-1.0.4.tgz +Source10471: https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz#/is-binary-path-1.0.1.tgz +Source10472: https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz#/is-binary-path-2.1.0.tgz +Source10473: https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz#/is-boolean-object-1.1.2.tgz +Source10474: https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz#/is-buffer-1.1.6.tgz +Source10475: https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz#/is-callable-1.2.7.tgz +Source10476: https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz#/is-core-module-2.11.0.tgz +Source10477: https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#/is-data-descriptor-0.1.4.tgz +Source10478: https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#/is-data-descriptor-1.0.0.tgz +Source10479: https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz#/is-date-object-1.0.5.tgz +Source10480: https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz#/is-descriptor-0.1.6.tgz +Source10481: https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz#/is-descriptor-1.0.2.tgz +Source10482: https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz#/is-extendable-0.1.1.tgz +Source10483: https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz#/is-extendable-1.0.1.tgz +Source10484: https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz#/is-extglob-2.1.1.tgz +Source10485: https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz#/is-glob-3.1.0.tgz +Source10486: https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz#/is-glob-4.0.3.tgz +Source10487: https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz#/is-map-2.0.2.tgz +Source10488: https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz#/is-negative-zero-2.0.2.tgz +Source10489: https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz#/is-number-3.0.0.tgz +Source10490: https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#/is-number-7.0.0.tgz +Source10491: https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz#/is-number-object-1.0.7.tgz +Source10492: https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz#/is-path-inside-3.0.3.tgz +Source10493: https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz#/is-plain-obj-3.0.0.tgz +Source10494: https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz#/is-plain-object-2.0.4.tgz +Source10495: https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz#/is-regex-1.1.4.tgz +Source10496: https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-2.2.0.tgz#/is-retry-allowed-2.2.0.tgz +Source10497: https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz#/is-set-2.0.2.tgz +Source10498: https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#/is-shared-array-buffer-1.0.2.tgz +Source10499: https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz#/is-stream-1.1.0.tgz +Source10500: https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz#/is-string-1.0.7.tgz +Source10501: https://registry.npmjs.org/is-svg/-/is-svg-4.4.0.tgz#/is-svg-4.4.0.tgz +Source10502: https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz#/is-symbol-1.0.4.tgz +Source10503: https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz#/is-typed-array-1.1.10.tgz +Source10504: https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz#/is-weakmap-2.0.1.tgz +Source10505: https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz#/is-weakref-1.0.2.tgz +Source10506: https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz#/is-weakset-2.0.2.tgz +Source10507: https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz#/is-windows-1.0.2.tgz +Source10508: https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz#/is-wsl-1.1.0.tgz +Source10509: https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz#/isarray-0.0.1.tgz +Source10510: https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz#/isarray-1.0.0.tgz +Source10511: https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz#/isarray-2.0.5.tgz +Source10512: https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#/isexe-2.0.0.tgz +Source10513: https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz#/isobject-2.1.0.tgz +Source10514: https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz#/isobject-3.0.1.tgz +Source10515: https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#/isomorphic-fetch-2.2.1.tgz +Source10516: https://registry.npmjs.org/jquery/-/jquery-3.6.3.tgz#/jquery-3.6.3.tgz +Source10517: https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz#/js-sdsl-4.3.0.tgz +Source10518: https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#/js-tokens-4.0.0.tgz +Source10519: https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz#/js-yaml-4.1.0.tgz +Source10520: https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz#/jsesc-3.1.0.tgz +Source10521: https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#/json-parse-better-errors-1.0.2.tgz +Source10522: https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#/json-parse-even-better-errors-2.3.1.tgz +Source10523: https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#/json-schema-traverse-0.4.1.tgz +Source10524: https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#/json-stable-stringify-without-jsonify-1.0.1.tgz +Source10525: https://registry.npmjs.org/json5/-/json5-1.0.2.tgz#/json5-1.0.2.tgz +Source10526: https://registry.npmjs.org/json5/-/json5-2.2.3.tgz#/json5-2.2.3.tgz +Source10527: https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz#/jsonfile-6.1.0.tgz +Source10528: https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz#/jsx-ast-utils-3.3.3.tgz +Source10529: https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz#/kind-of-3.2.2.tgz +Source10530: https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz#/kind-of-4.0.0.tgz +Source10531: https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz#/kind-of-5.1.0.tgz +Source10532: https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz#/kind-of-6.0.3.tgz +Source10533: https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz#/language-subtag-registry-0.3.22.tgz +Source10534: https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz#/language-tags-1.0.5.tgz +Source10535: https://registry.npmjs.org/levn/-/levn-0.4.1.tgz#/levn-0.4.1.tgz +Source10536: https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz#/lines-and-columns-1.2.4.tgz +Source10537: https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz#/loader-runner-2.4.0.tgz +Source10538: https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz#/loader-utils-1.4.2.tgz +Source10539: https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz#/locate-path-3.0.0.tgz +Source10540: https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz#/locate-path-6.0.0.tgz +Source10541: https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#/lodash-4.17.21.tgz +Source10542: https://registry.npmjs.org/lodash.curry/-/lodash.curry-4.1.1.tgz#/lodash.curry-4.1.1.tgz +Source10543: https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz#/lodash.debounce-4.0.8.tgz +Source10544: https://registry.npmjs.org/lodash.flow/-/lodash.flow-3.5.0.tgz#/lodash.flow-3.5.0.tgz +Source10545: https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz#/lodash.get-4.4.2.tgz +Source10546: https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz#/lodash.isequal-4.5.0.tgz +Source10547: https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz#/lodash.memoize-4.1.2.tgz +Source10548: https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz#/lodash.merge-4.6.2.tgz +Source10549: https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz#/loose-envify-1.4.0.tgz +Source10550: https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz#/lru-cache-5.1.1.tgz +Source10551: https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz#/lz-string-1.4.4.tgz +Source10552: https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz#/magic-string-0.27.0.tgz +Source10553: https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz#/make-dir-2.1.0.tgz +Source10554: https://registry.npmjs.org/make-event-props/-/make-event-props-1.4.2.tgz#/make-event-props-1.4.2.tgz +Source10555: https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz#/map-cache-0.2.2.tgz +Source10556: https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz#/map-visit-1.0.0.tgz +Source10557: https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz#/md5.js-1.3.5.tgz +Source10558: https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz#/mdn-data-2.0.14.tgz +Source10559: https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz#/memoize-one-5.2.1.tgz +Source10560: https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz#/memory-fs-0.4.1.tgz +Source10561: https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz#/memory-fs-0.5.0.tgz +Source10562: https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz#/micromatch-3.1.10.tgz +Source10563: https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz#/micromatch-4.0.8.tgz +Source10564: https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz#/miller-rabin-4.0.1.tgz +Source10565: https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz#/mime-db-1.52.0.tgz +Source10566: https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz#/mime-types-2.1.35.tgz +Source10567: https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#/minimalistic-assert-1.0.1.tgz +Source10568: https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#/minimalistic-crypto-utils-1.0.1.tgz +Source10569: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz#/minimatch-3.1.2.tgz +Source10570: https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz#/minimist-1.2.8.tgz +Source10571: https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz#/mississippi-3.0.0.tgz +Source10572: https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz#/mixin-deep-1.3.2.tgz +Source10573: https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz#/mkdirp-0.5.6.tgz +Source10574: https://registry.npmjs.org/moment/-/moment-2.29.4.tgz#/moment-2.29.4.tgz +Source10575: https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz#/moment-timezone-0.5.43.tgz +Source10576: https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz#/move-concurrently-1.0.1.tgz +Source10577: https://registry.npmjs.org/ms/-/ms-2.0.0.tgz#/ms-2.0.0.tgz +Source10578: https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#/ms-2.1.2.tgz +Source10579: https://registry.npmjs.org/nan/-/nan-2.17.0.tgz#/nan-2.17.0.tgz +Source10580: https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz#/nanoid-3.3.8.tgz +Source10581: https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz#/nanomatch-1.2.13.tgz +Source10582: https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz#/natural-compare-1.4.0.tgz +Source10583: https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz#/neo-async-2.6.2.tgz +Source10584: https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz#/node-fetch-1.7.3.tgz +Source10585: https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz#/node-fetch-2.6.7.tgz +Source10586: https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz#/node-libs-browser-2.2.1.tgz +Source10587: https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz#/node-releases-2.0.13.tgz +Source10588: https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz#/nodemon-3.1.9.tgz +Source10589: https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz#/normalize-path-2.1.1.tgz +Source10590: https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz#/normalize-path-3.0.0.tgz +Source10591: https://registry.npmjs.org/npm-watch/-/npm-watch-0.12.0.tgz#/npm-watch-0.12.0.tgz +Source10592: https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz#/nth-check-2.1.1.tgz +Source10593: https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz#/object-assign-3.0.0.tgz +Source10594: https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz#/object-assign-4.1.1.tgz +Source10595: https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz#/object-copy-0.1.0.tgz +Source10596: https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz#/object-inspect-1.12.3.tgz +Source10597: https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz#/object-is-1.1.5.tgz +Source10598: https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz#/object-keys-1.1.1.tgz +Source10599: https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz#/object-visit-1.0.1.tgz +Source10600: https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz#/object.assign-4.1.4.tgz +Source10601: https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz#/object.entries-1.1.6.tgz +Source10602: https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz#/object.fromentries-2.0.6.tgz +Source10603: https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz#/object.hasown-1.1.2.tgz +Source10604: https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz#/object.pick-1.3.0.tgz +Source10605: https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz#/object.values-1.1.6.tgz +Source10606: https://registry.npmjs.org/once/-/once-1.4.0.tgz#/once-1.4.0.tgz +Source10607: https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz#/optionator-0.9.1.tgz +Source10608: https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz#/os-browserify-0.3.0.tgz +Source10609: https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz#/p-limit-2.3.0.tgz +Source10610: https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz#/p-limit-3.1.0.tgz +Source10611: https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz#/p-locate-3.0.0.tgz +Source10612: https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz#/p-locate-5.0.0.tgz +Source10613: https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz#/p-try-2.2.0.tgz +Source10614: https://registry.npmjs.org/pako/-/pako-1.0.11.tgz#/pako-1.0.11.tgz +Source10615: https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz#/parallel-transform-1.2.0.tgz +Source10616: https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz#/parent-module-1.0.1.tgz +Source10617: https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.7.tgz#/parse-asn1-5.1.7.tgz +Source10618: https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz#/parse-json-5.2.0.tgz +Source10619: https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz#/pascalcase-0.1.1.tgz +Source10620: https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz#/path-browserify-0.0.1.tgz +Source10621: https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz#/path-dirname-1.0.2.tgz +Source10622: https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz#/path-exists-3.0.0.tgz +Source10623: https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz#/path-exists-4.0.0.tgz +Source10624: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#/path-is-absolute-1.0.1.tgz +Source10625: https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz#/path-key-3.1.1.tgz +Source10626: https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz#/path-parse-1.0.7.tgz +Source10627: https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz#/path-to-regexp-1.9.0.tgz +Source10628: https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz#/path-type-4.0.0.tgz +Source10629: https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz#/pbkdf2-3.1.2.tgz +Source10630: https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz#/picocolors-1.1.1.tgz +Source10631: https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#/picomatch-2.3.1.tgz +Source10632: https://registry.npmjs.org/pify/-/pify-4.0.1.tgz#/pify-4.0.1.tgz +Source10633: https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz#/pkg-dir-3.0.0.tgz +Source10634: https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz#/popper.js-1.16.1.tgz +Source10635: https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz#/posix-character-classes-0.1.1.tgz +Source10636: https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz#/postcss-8.5.1.tgz +Source10637: https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#/postcss-value-parser-3.3.1.tgz +Source10638: https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#/postcss-value-parser-4.2.0.tgz +Source10639: https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz#/prelude-ls-1.2.1.tgz +Source10640: https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz#/pretty-format-27.5.1.tgz +Source10641: https://registry.npmjs.org/process/-/process-0.11.10.tgz#/process-0.11.10.tgz +Source10642: https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz#/process-nextick-args-2.0.1.tgz +Source10643: https://registry.npmjs.org/promise/-/promise-7.3.1.tgz#/promise-7.3.1.tgz +Source10644: https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz#/promise-inflight-1.0.1.tgz +Source10645: https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz#/prop-types-15.8.1.tgz +Source10646: https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz#/prop-types-extra-1.1.1.tgz +Source10647: https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz#/proxy-from-env-1.1.0.tgz +Source10648: https://registry.npmjs.org/prr/-/prr-1.0.1.tgz#/prr-1.0.1.tgz +Source10649: https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz#/pstree.remy-1.1.8.tgz +Source10650: https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz#/public-encrypt-4.0.3.tgz +Source10651: https://registry.npmjs.org/pump/-/pump-2.0.1.tgz#/pump-2.0.1.tgz +Source10652: https://registry.npmjs.org/pump/-/pump-3.0.0.tgz#/pump-3.0.0.tgz +Source10653: https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz#/pumpify-1.5.1.tgz +Source10654: https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz#/punycode-1.3.2.tgz +Source10655: https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz#/punycode-1.4.1.tgz +Source10656: https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz#/punycode-2.3.0.tgz +Source10657: https://registry.npmjs.org/pure-color/-/pure-color-1.3.0.tgz#/pure-color-1.3.0.tgz +Source10658: https://registry.npmjs.org/qs/-/qs-6.11.2.tgz#/qs-6.11.2.tgz +Source10659: https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz#/query-string-6.14.1.tgz +Source10660: https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz#/querystring-0.2.0.tgz +Source10661: https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz#/querystring-es3-0.2.1.tgz +Source10662: https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz#/querystringify-2.2.0.tgz +Source10663: https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz#/queue-microtask-1.2.3.tgz +Source10664: https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz#/randombytes-2.1.0.tgz +Source10665: https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz#/randomfill-1.0.4.tgz +Source10666: https://registry.npmjs.org/react/-/react-15.7.0.tgz#/react-15.7.0.tgz +Source10667: https://registry.npmjs.org/react/-/react-16.14.0.tgz#/react-16.14.0.tgz +Source10668: https://registry.npmjs.org/react-ace/-/react-ace-9.5.0.tgz#/react-ace-9.5.0.tgz +Source10669: https://registry.npmjs.org/react-autosuggest/-/react-autosuggest-10.1.0.tgz#/react-autosuggest-10.1.0.tgz +Source10670: https://registry.npmjs.org/react-base16-styling/-/react-base16-styling-0.6.0.tgz#/react-base16-styling-0.6.0.tgz +Source10671: https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.6.7.tgz#/react-bootstrap-1.6.7.tgz +Source10672: https://registry.npmjs.org/react-bootstrap-4-pagination/-/react-bootstrap-4-pagination-1.0.4.tgz#/react-bootstrap-4-pagination-1.0.4.tgz +Source10673: https://registry.npmjs.org/react-bootstrap-table-next/-/react-bootstrap-table-next-4.0.3.tgz#/react-bootstrap-table-next-4.0.3.tgz +Source10674: https://registry.npmjs.org/react-bootstrap-table2-editor/-/react-bootstrap-table2-editor-1.4.0.tgz#/react-bootstrap-table2-editor-1.4.0.tgz +Source10675: https://registry.npmjs.org/react-bootstrap-table2-filter/-/react-bootstrap-table2-filter-1.3.3.tgz#/react-bootstrap-table2-filter-1.3.3.tgz +Source10676: https://registry.npmjs.org/react-bootstrap-table2-paginator/-/react-bootstrap-table2-paginator-2.1.2.tgz#/react-bootstrap-table2-paginator-2.1.2.tgz +Source10677: https://registry.npmjs.org/react-bootstrap-table2-toolkit/-/react-bootstrap-table2-toolkit-2.1.3.tgz#/react-bootstrap-table2-toolkit-2.1.3.tgz +Source10678: https://registry.npmjs.org/react-bootstrap-typeahead/-/react-bootstrap-typeahead-5.2.2.tgz#/react-bootstrap-typeahead-5.2.2.tgz +Source10679: https://registry.npmjs.org/react-calendar/-/react-calendar-4.0.0.tgz#/react-calendar-4.0.0.tgz +Source10680: https://registry.npmjs.org/react-calendar-timeline/-/react-calendar-timeline-0.28.0.tgz#/react-calendar-timeline-0.28.0.tgz +Source10681: https://registry.npmjs.org/react-clock/-/react-clock-4.1.0.tgz#/react-clock-4.1.0.tgz +Source10682: https://registry.npmjs.org/react-contexify/-/react-contexify-5.0.0.tgz#/react-contexify-5.0.0.tgz +Source10683: https://registry.npmjs.org/react-date-picker/-/react-date-picker-9.2.0.tgz#/react-date-picker-9.2.0.tgz +Source10684: https://registry.npmjs.org/react-datepicker/-/react-datepicker-3.8.0.tgz#/react-datepicker-3.8.0.tgz +Source10685: https://registry.npmjs.org/react-datetime-picker/-/react-datetime-picker-4.2.1.tgz#/react-datetime-picker-4.2.1.tgz +Source10686: https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz#/react-dom-16.14.0.tgz +Source10687: https://registry.npmjs.org/react-fit/-/react-fit-1.5.0.tgz#/react-fit-1.5.0.tgz +Source10688: https://registry.npmjs.org/react-hotkeys/-/react-hotkeys-2.0.0.tgz#/react-hotkeys-2.0.0.tgz +Source10689: https://registry.npmjs.org/react-input-autosize/-/react-input-autosize-3.0.0.tgz#/react-input-autosize-3.0.0.tgz +Source10690: https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz#/react-is-16.13.1.tgz +Source10691: https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz#/react-is-17.0.2.tgz +Source10692: https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz#/react-is-18.2.0.tgz Source10693: https://registry.npmjs.org/react-json-view/-/react-json-view-1.21.3.tgz#/react-json-view-1.21.3.tgz Source10694: https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#/react-lifecycles-compat-3.0.4.tgz Source10695: https://registry.npmjs.org/react-onclickoutside/-/react-onclickoutside-6.12.2.tgz#/react-onclickoutside-6.12.2.tgz @@ -738,7 +738,7 @@ Source10736: https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#/reu Source10737: https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz#/rimraf-2.7.1.tgz Source10738: https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#/rimraf-3.0.2.tgz Source10739: https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz#/ripemd160-2.0.2.tgz -Source10740: https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz#/rollup-3.29.4.tgz +Source10740: https://registry.npmjs.org/rollup/-/rollup-3.29.5.tgz#/rollup-3.29.5.tgz Source10741: https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz#/run-parallel-1.2.0.tgz Source10742: https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz#/run-queue-1.0.3.tgz Source10743: https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz#/safe-buffer-5.1.2.tgz @@ -769,7 +769,7 @@ Source10767: https://registry.npmjs.org/snapdragon-util/-/snapdragon-uti Source10768: https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz#/source-list-map-2.0.1.tgz Source10769: https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz#/source-map-0.5.7.tgz Source10770: https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz#/source-map-0.6.1.tgz -Source10771: https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz#/source-map-js-1.2.0.tgz +Source10771: https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz#/source-map-js-1.2.1.tgz Source10772: https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz#/source-map-resolve-0.5.3.tgz Source10773: https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz#/source-map-support-0.5.21.tgz Source10774: https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz#/source-map-url-0.4.1.tgz @@ -803,15 +803,15 @@ Source10801: https://registry.npmjs.org/supports-preserve-symlinks-flag/ Source10802: https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz#/svgo-2.8.0.tgz Source10803: https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz#/tapable-1.1.3.tgz Source10804: https://registry.npmjs.org/terser/-/terser-4.8.1.tgz#/terser-4.8.1.tgz -Source10805: https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.6.tgz#/terser-webpack-plugin-1.4.6.tgz -Source10806: https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#/text-table-0.2.0.tgz -Source10807: https://registry.npmjs.org/through2/-/through2-2.0.5.tgz#/through2-2.0.5.tgz -Source10808: https://registry.npmjs.org/through2/-/through2-4.0.2.tgz#/through2-4.0.2.tgz -Source10809: https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz#/timers-browserify-2.0.12.tgz -Source10810: https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz#/tiny-invariant-1.3.1.tgz -Source10811: https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz#/tiny-warning-1.0.3.tgz -Source10812: https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#/to-arraybuffer-1.0.1.tgz -Source10813: https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz#/to-fast-properties-2.0.0.tgz +Source10805: https://registry.npmjs.org/terser/-/terser-5.16.5.tgz#/terser-5.16.5.tgz +Source10806: https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.4.6.tgz#/terser-webpack-plugin-1.4.6.tgz +Source10807: https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz#/text-table-0.2.0.tgz +Source10808: https://registry.npmjs.org/through2/-/through2-2.0.5.tgz#/through2-2.0.5.tgz +Source10809: https://registry.npmjs.org/through2/-/through2-4.0.2.tgz#/through2-4.0.2.tgz +Source10810: https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz#/timers-browserify-2.0.12.tgz +Source10811: https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz#/tiny-invariant-1.3.1.tgz +Source10812: https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz#/tiny-warning-1.0.3.tgz +Source10813: https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#/to-arraybuffer-1.0.1.tgz Source10814: https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz#/to-object-path-0.3.0.tgz Source10815: https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz#/to-regex-3.0.2.tgz Source10816: https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz#/to-regex-range-2.1.1.tgz @@ -851,7 +851,7 @@ Source10849: https://registry.npmjs.org/util/-/util-0.11.1.tgz#/util-0.1 Source10850: https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz#/util-deprecate-1.0.2.tgz Source10851: https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz#/value-equal-1.0.1.tgz Source10852: https://registry.npmjs.org/victory-vendor/-/victory-vendor-36.6.8.tgz#/victory-vendor-36.6.8.tgz -Source10853: https://registry.npmjs.org/vite/-/vite-4.5.3.tgz#/vite-4.5.3.tgz +Source10853: https://registry.npmjs.org/vite/-/vite-4.5.5.tgz#/vite-4.5.5.tgz Source10854: https://registry.npmjs.org/vite-plugin-compression/-/vite-plugin-compression-0.5.1.tgz#/vite-plugin-compression-0.5.1.tgz Source10855: https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz#/vm-browserify-1.1.2.tgz Source10856: https://registry.npmjs.org/warning/-/warning-4.0.3.tgz#/warning-4.0.3.tgz diff --git a/velociraptor.changes b/velociraptor.changes index c1dc68d..1021217 100644 --- a/velociraptor.changes +++ b/velociraptor.changes @@ -1,3 +1,89 @@ +------------------------------------------------------------------- +Fri Jan 17 17:37:39 UTC 2025 - Antonio Teixeira + +- Reorganize llvm dependency version conditionals +- Use llvm17 for Leap 15.5 + +------------------------------------------------------------------- +Fri Jan 17 13:49:28 UTC 2025 - antonio.teixeira@suse.com + +- Update to version 0.7.0.4.git142.862ef23: + * github: fix deprecated upload artifact again + * Update npm packages + Includes fixes for the following vulnerabilities: + CVE-2023-45133 + CVE-2023-46234 + CVE-2024-55565 + CVE-2024-45296 + CVE-2023-44270 + CVE-2024-47068 + CVE-2024-23331 + CVE-2024-31207 + CVE-2024-45812 + CVE-2024-45811 + * Update go dependencies + Includes fixes for the following vulnerabilities: + CVE-2024-45338 + CVE-2024-37298 + CVE-2024-24786 + CVE-2023-45683 (bsc#1216310) + CVE-2023-1732 + * Update jwt to 4.5.1 + Fixes CVE-2024-51744 (bsc#1232944) + * Update go-retryablehttp to 0.7.7 + Fixes CVE-2024-6104 (bsc#1227061) + * Update go-oidc and go-jose + Fixes CVE-2024-28180 (bsc#1235168) + * Update dompurify to 3.1.3 + Fixes CVE-2024-47875 (bsc#1231574) + * Update package-lock.json + * Update micromatch to 4.0.8 + Partial fix for CVE-2024-4067 (bsc#1224367) + Partial fix for CVE-2024-4068 (bsc#1224296) + * Update axios to 1.7.9 + Fixes CVE-2024-39338 (bsc#1229424) + * Update cross-spawn to 7.0.6 + Fixes CVE-2024-21538 (bsc#1233845) + * Update elliptic to 6.6.1 + Update contains fixes for: + CVE-2024-48949 (bsc#1231558) + CVE-2024-48948 (bsc#1231685) + CVE-2024-42459 (bsc#1232543) + CVE-2024-42460 (bsc#1232543) + CVE-2024-42461 (bsc#1232543) + * Update follow-redirects to 1.15.6 + Fixes CVE-2024-28849 (bsc#1221456) + * fix: gui/velociraptor/package.json to reduce vulnerabilities + Fixes CVE-2022-25883 (bsc#1212572) +- Drop CVE-2022-25883-npm-watch-semver-deps.patch + * Fix was included upstream + +------------------------------------------------------------------- +Tue Jan 14 20:22:25 UTC 2025 - doreilly@suse.com + +- Update to version 0.7.0.4.git126.27cfbe1: + * bpf: fix plugins not stopping when context cancelled + * tcpsnoop: move parsing to its own function + * bpf plugins: remove depreciated libbpfgo calls + * bpf plugins: add context to error logs + * chattrsnoop: fix files not getting closed + * chattrsnoop: move hashing from plugin to artifact + * RPM artifact: start checks immediately on artifact load + * rpm plugin: fix ndb magic error + * audit s390x: fix arch filter rules errors + * github: fix deprecated upload artifact + * tcpsnoop: fix ipv6 local and remote addresses order + * tcpsnoop: fix missing ipv6 outbound connections + * Linux.Events.ProcessExecutions: remove parent cmdline + * audit: reduce FileBufferLeaseSize to ease GC overhead + * audit: fix auditBuf allocation and go vet warnings + * audit: fix plugin shutdown race condition + * audit: fix audit client data races + * audit: fix race in subscriber + * audit: prevent Windows loading audit package + * sdjournal: fix package causing test failures + * github: run linux unit tests + ------------------------------------------------------------------- Mon Aug 19 20:45:30 UTC 2024 - Antonio Teixeira diff --git a/velociraptor.obsinfo b/velociraptor.obsinfo index c5f503c..2ba44ff 100644 --- a/velociraptor.obsinfo +++ b/velociraptor.obsinfo @@ -1,4 +1,4 @@ name: velociraptor -version: 0.7.0.4.git97.675e45f9 -mtime: 1719345654 -commit: 675e45f90f6a78190d8428bd0a375e9dfd483589 +version: 0.7.0.4.git142.862ef23 +mtime: 1737120535 +commit: 862ef239506b42b208625b83420ebed67804e11e diff --git a/velociraptor.spec b/velociraptor.spec index 5ee0bea..0b6c8a7 100644 --- a/velociraptor.spec +++ b/velociraptor.spec @@ -1,7 +1,7 @@ # # spec file for package velociraptor # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,6 +51,18 @@ %bcond_without bpf %endif +%if %{with bpf} && 0%{?suse_version} +%if 0%{?suse_version} > 1500 || 0%{?sle_version} == 150600 || (0%{?sle_version} == 150500 && 0%{?is_opensuse}) +%global llvm_version 17 +%else +%if 0%{?sle_version} >= 150300 +%global llvm_version 16 +%else +%global llvm_version 13 +%endif +%endif +%endif + %if "%{_vendor}" == "debbuild" %define _unitdir /usr/lib/systemd/system %endif @@ -71,7 +83,7 @@ %endif Name: velociraptor%{name_suffix} -Version: 0.7.0.4.git97.675e45f9 +Version: 0.7.0.4.git142.862ef23 Release: 0 %if %{build_server} Summary: Endpoint visibility and collection tool @@ -100,8 +112,6 @@ Source12: package-lock.json Patch1: vendor-build-fixes-for-SLE12.patch Patch2: sdjournal-build-fix-for-SLE12.patch Patch3: velociraptor-reproducible-timestamp.diff -# PATCH-FIX-UPSTREAM CVE-2022-25883-npm-watch-semver-deps.patch bsc#1212572 -- upgrade npm-watch -Patch4: CVE-2022-25883-npm-watch-semver-deps.patch BuildRequires: fileb0x %if 0%{?suse_version} BuildRequires: systemd-rpm-macros @@ -124,23 +134,14 @@ BuildRequires: local-npm-registry BuildRequires: nodejs >= 18 BuildRequires: npm >= 18 %endif + %if %{with bpf} %if 0%{?suse_version} -%if 0%{?suse_version} > 1500 || 0%{?sle_version} == 150600 -BuildRequires: clang17 -BuildRequires: llvm17 -%else -%if 0%{?sle_version} >= 150300 -BuildRequires: clang16 -BuildRequires: llvm16 -%if 0%{?sle_version} > 150400 +BuildRequires: clang%{?llvm_version} +BuildRequires: llvm%{?llvm_version} +%if 0%{?sle_version} == 150500 && !0%{?is_opensuse} BuildRequires: llvm16-libclang13 %endif -%else -BuildRequires: clang13 -BuildRequires: llvm13 -%endif -%endif BuildRequires: libelf-devel BuildRequires: libzstd-devel BuildRequires: zlib-devel @@ -251,10 +252,7 @@ This package provides a shared system user for all velociraptor components %prep %setup -q -a 1 -a 2 -n %{projname}-%{VERSION} -%patch -P 1 -p1 -%patch -P 2 -p1 -%patch -P 3 -p1 -%patch -P 4 -p1 +%autopatch -p1 # Set the version to something more specific than -dev sed -ie "s/\([[:space:]]VERSION *= \).*/\1 \"%{VERSION}\"/" constants/constants.go