...
|
...
|
@@ -15,7 +15,9 @@ |
|
|
"@radix-ui/react-slot": "^1.1.2",
|
|
|
"@svgr/webpack": "^6.5.1",
|
|
|
"@tinymce/tinymce-react": "^6.1.0",
|
|
|
"@types/html-to-pdfmake": "^2.4.4",
|
|
|
"@types/mdast": "^4.0.4",
|
|
|
"@types/pdfmake": "^0.2.11",
|
|
|
"@types/tinymce": "^4.6.9",
|
|
|
"@vercel/analytics": "^0.1.11",
|
|
|
"@vercel/speed-insights": "^1.0.2",
|
...
|
...
|
@@ -24,12 +26,12 @@ |
|
|
"axios": "^1.7.5",
|
|
|
"cheerio": "^1.0.0",
|
|
|
"clsx": "^2.1.1",
|
|
|
"cos-js-sdk-v5": "^1.8.7",
|
|
|
"docx": "^9.3.0",
|
|
|
"docxtemplater": "^3.60.1",
|
|
|
"echarts": "^5.6.0",
|
|
|
"emoji-picker-react": "^4.9.2",
|
|
|
"file-saver": "^2.0.5",
|
|
|
"fs-extra": "^11.3.0",
|
|
|
"fuse.js": "^7.0.0",
|
|
|
"heic2any": "^0.0.4",
|
|
|
"html-to-image": "^1.11.11",
|
...
|
...
|
@@ -71,7 +73,6 @@ |
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
|
"@testing-library/react": "^16.1.0",
|
|
|
"@types/file-saver": "^2.0.7",
|
|
|
"@types/fs-extra": "^11.0.4",
|
|
|
"@types/html-docx-js": "^0.3.4",
|
|
|
"@types/html-to-draftjs": "^1.5.0",
|
|
|
"@types/jest": "^29.5.14",
|
...
|
...
|
@@ -4815,17 +4816,6 @@ |
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/@types/fs-extra": {
|
|
|
"version": "11.0.4",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/fs-extra/-/fs-extra-11.0.4.tgz",
|
|
|
"integrity": "sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@types/jsonfile": "*",
|
|
|
"@types/node": "*"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@types/graceful-fs": {
|
|
|
"version": "4.1.9",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
|
...
|
...
|
@@ -4875,6 +4865,16 @@ |
|
|
"@types/draft-js": "*"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@types/html-to-pdfmake": {
|
|
|
"version": "2.4.4",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/html-to-pdfmake/-/html-to-pdfmake-2.4.4.tgz",
|
|
|
"integrity": "sha512-2dt44vpbftXWuObFP3UmQwsl6BGCuByxa6IXaIVLn1TqvWDJ6ithkKbiTuWjxmlpCG9vrLJNZYnckbuKQPf19w==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@types/jsdom": "*",
|
|
|
"@types/pdfmake": "*"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
|
"version": "2.0.6",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
|
...
|
...
|
@@ -4933,7 +4933,6 @@ |
|
|
"version": "20.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/jsdom/-/jsdom-20.0.1.tgz",
|
|
|
"integrity": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@types/node": "*",
|
...
|
...
|
@@ -4955,16 +4954,6 @@ |
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/@types/jsonfile": {
|
|
|
"version": "6.1.4",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/jsonfile/-/jsonfile-6.1.4.tgz",
|
|
|
"integrity": "sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@types/node": "*"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@types/jszip": {
|
|
|
"version": "3.4.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/jszip/-/jszip-3.4.0.tgz",
|
...
|
...
|
@@ -5017,7 +5006,6 @@ |
|
|
"version": "20.17.24",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/node/-/node-20.17.24.tgz",
|
|
|
"integrity": "sha512-d7fGCyB96w9BnWQrOsJtpyiSaBcAYYr75bnK6ZRjDbql2cGLj/3GsL5OYmLPNq76l7Gf2q4Rv9J2o6h5CrD9sA==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"undici-types": "~6.19.2"
|
...
|
...
|
@@ -5029,6 +5017,25 @@ |
|
|
"integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/@types/pdfkit": {
|
|
|
"version": "0.13.9",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/pdfkit/-/pdfkit-0.13.9.tgz",
|
|
|
"integrity": "sha512-RDG8Yb1zT7I01FfpwK7nMSA433XWpblMqSCtA5vJlSyavWZb303HUYPCel6JTiDDFqwGLvtAnYbH8N/e0Cb89g==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@types/node": "*"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@types/pdfmake": {
|
|
|
"version": "0.2.11",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/pdfmake/-/pdfmake-0.2.11.tgz",
|
|
|
"integrity": "sha512-gglgMQhnG6C2kco13DJlvokqTxL+XKxHwCejElH8fSCNF9ZCkRK6Mzo011jQ0zuug+YlIgn6BpcpZrARyWdW3Q==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"@types/node": "*",
|
|
|
"@types/pdfkit": "*"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@types/prop-types": {
|
|
|
"version": "15.7.5",
|
|
|
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz",
|
...
|
...
|
@@ -5112,7 +5119,6 @@ |
|
|
"version": "4.0.5",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz",
|
|
|
"integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==",
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/@types/trusted-types": {
|
...
|
...
|
@@ -6922,18 +6928,6 @@ |
|
|
"node": ">= 0.4.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/buffer": {
|
|
|
"version": "4.9.2",
|
|
|
"resolved": "https://registry.npmmirror.com/buffer/-/buffer-4.9.2.tgz",
|
|
|
"integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
|
|
|
"license": "MIT",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
"base64-js": "^1.0.2",
|
|
|
"ieee754": "^1.1.4",
|
|
|
"isarray": "^1.0.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/buffer-from": {
|
|
|
"version": "1.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/buffer-from/-/buffer-from-1.1.2.tgz",
|
...
|
...
|
@@ -6947,13 +6941,6 @@ |
|
|
"license": "MIT",
|
|
|
"peer": true
|
|
|
},
|
|
|
"node_modules/buffer/node_modules/isarray": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
|
|
|
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
|
"license": "MIT",
|
|
|
"peer": true
|
|
|
},
|
|
|
"node_modules/builtin-status-codes": {
|
|
|
"version": "3.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
|
...
|
...
|
@@ -7979,6 +7966,37 @@ |
|
|
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/cos-js-sdk-v5": {
|
|
|
"version": "1.8.7",
|
|
|
"resolved": "https://registry.npmmirror.com/cos-js-sdk-v5/-/cos-js-sdk-v5-1.8.7.tgz",
|
|
|
"integrity": "sha512-KK3PYbUiLxcjvVhyvEeBQRWzDgAmuldDZQL1lTRM0aeQaI+hlm84xQQQyv+oIRxPnnAIleZF2vUgB4sJFUzcxQ==",
|
|
|
"license": "ISC",
|
|
|
"dependencies": {
|
|
|
"fast-xml-parser": "4.5.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/cos-js-sdk-v5/node_modules/fast-xml-parser": {
|
|
|
"version": "4.5.0",
|
|
|
"resolved": "https://registry.npmmirror.com/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz",
|
|
|
"integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==",
|
|
|
"funding": [
|
|
|
{
|
|
|
"type": "github",
|
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
|
},
|
|
|
{
|
|
|
"type": "paypal",
|
|
|
"url": "https://paypal.me/naturalintelligence"
|
|
|
}
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"strnum": "^1.0.5"
|
|
|
},
|
|
|
"bin": {
|
|
|
"fxparser": "src/cli/cli.js"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/cose-base": {
|
|
|
"version": "1.0.3",
|
|
|
"resolved": "https://registry.npmmirror.com/cose-base/-/cose-base-1.0.3.tgz",
|
...
|
...
|
@@ -11001,29 +11019,6 @@ |
|
|
"readable-stream": "^2.0.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/fs-extra": {
|
|
|
"version": "11.3.0",
|
|
|
"resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-11.3.0.tgz",
|
|
|
"integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"graceful-fs": "^4.2.0",
|
|
|
"jsonfile": "^6.0.1",
|
|
|
"universalify": "^2.0.0"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=14.14"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/fs-extra/node_modules/universalify": {
|
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
|
|
|
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">= 10.0.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/fs-minipass": {
|
|
|
"version": "2.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz",
|
...
|
...
|
@@ -11435,13 +11430,13 @@ |
|
|
}
|
|
|
},
|
|
|
"node_modules/has-tostringtag": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
|
|
|
"integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
|
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
|
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"has-symbols": "^1.0.2"
|
|
|
"has-symbols": "^1.0.3"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">= 0.4"
|
...
|
...
|
@@ -12494,14 +12489,16 @@ |
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/is-regex": {
|
|
|
"version": "1.1.4",
|
|
|
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
|
|
|
"integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
|
|
|
"version": "1.2.1",
|
|
|
"resolved": "https://registry.npmmirror.com/is-regex/-/is-regex-1.2.1.tgz",
|
|
|
"integrity": "sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"call-bind": "^1.0.2",
|
|
|
"has-tostringtag": "^1.0.0"
|
|
|
"call-bound": "^1.0.2",
|
|
|
"gopd": "^1.2.0",
|
|
|
"has-tostringtag": "^1.0.2",
|
|
|
"hasown": "^2.0.2"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">= 0.4"
|
...
|
...
|
@@ -14554,27 +14551,6 @@ |
|
|
"node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/jsonfile": {
|
|
|
"version": "6.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
|
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"universalify": "^2.0.0"
|
|
|
},
|
|
|
"optionalDependencies": {
|
|
|
"graceful-fs": "^4.1.6"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/jsonfile/node_modules/universalify": {
|
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
|
|
|
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
|
"license": "MIT",
|
|
|
"engines": {
|
|
|
"node": ">= 10.0.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/jspdf": {
|
|
|
"version": "3.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/jspdf/-/jspdf-3.0.1.tgz",
|
...
|
...
|
@@ -15678,6 +15654,19 @@ |
|
|
"web-worker": "^1.2.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/mermaid/node_modules/uuid": {
|
|
|
"version": "9.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.1.tgz",
|
|
|
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
|
"funding": [
|
|
|
"https://github.com/sponsors/broofa",
|
|
|
"https://github.com/sponsors/ctavan"
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
"bin": {
|
|
|
"uuid": "dist/bin/uuid"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/micromark": {
|
|
|
"version": "3.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/micromark/-/micromark-3.1.0.tgz",
|
...
|
...
|
@@ -16797,6 +16786,32 @@ |
|
|
"vm-browserify": "^1.0.1"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/node-libs-browser/node_modules/buffer": {
|
|
|
"version": "4.9.2",
|
|
|
"resolved": "https://registry.npmmirror.com/buffer/-/buffer-4.9.2.tgz",
|
|
|
"integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==",
|
|
|
"license": "MIT",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
"base64-js": "^1.0.2",
|
|
|
"ieee754": "^1.1.4",
|
|
|
"isarray": "^1.0.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/node-libs-browser/node_modules/inherits": {
|
|
|
"version": "2.0.3",
|
|
|
"resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz",
|
|
|
"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
|
|
|
"license": "ISC",
|
|
|
"peer": true
|
|
|
},
|
|
|
"node_modules/node-libs-browser/node_modules/isarray": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
|
|
|
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
|
"license": "MIT",
|
|
|
"peer": true
|
|
|
},
|
|
|
"node_modules/node-libs-browser/node_modules/punycode": {
|
|
|
"version": "1.4.1",
|
|
|
"resolved": "https://registry.npmmirror.com/punycode/-/punycode-1.4.1.tgz",
|
...
|
...
|
@@ -16804,6 +16819,27 @@ |
|
|
"license": "MIT",
|
|
|
"peer": true
|
|
|
},
|
|
|
"node_modules/node-libs-browser/node_modules/stream-browserify": {
|
|
|
"version": "2.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/stream-browserify/-/stream-browserify-2.0.2.tgz",
|
|
|
"integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==",
|
|
|
"license": "MIT",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
"inherits": "~2.0.1",
|
|
|
"readable-stream": "^2.0.2"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/node-libs-browser/node_modules/util": {
|
|
|
"version": "0.11.1",
|
|
|
"resolved": "https://registry.npmmirror.com/util/-/util-0.11.1.tgz",
|
|
|
"integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==",
|
|
|
"license": "MIT",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
"inherits": "2.0.3"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/node-releases": {
|
|
|
"version": "2.0.19",
|
|
|
"resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.19.tgz",
|
...
|
...
|
@@ -20044,15 +20080,18 @@ |
|
|
}
|
|
|
},
|
|
|
"node_modules/safe-regex-test": {
|
|
|
"version": "1.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
|
|
|
"integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==",
|
|
|
"version": "1.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
|
|
|
"integrity": "sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==",
|
|
|
"dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"call-bind": "^1.0.2",
|
|
|
"get-intrinsic": "^1.1.3",
|
|
|
"is-regex": "^1.1.4"
|
|
|
"call-bound": "^1.0.2",
|
|
|
"es-errors": "^1.3.0",
|
|
|
"is-regex": "^1.2.1"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">= 0.4"
|
|
|
},
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
...
|
...
|
@@ -20831,17 +20870,6 @@ |
|
|
"node": ">= 0.4"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/stream-browserify": {
|
|
|
"version": "2.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/stream-browserify/-/stream-browserify-2.0.2.tgz",
|
|
|
"integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==",
|
|
|
"license": "MIT",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
"inherits": "~2.0.1",
|
|
|
"readable-stream": "^2.0.2"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/stream-each": {
|
|
|
"version": "1.2.3",
|
|
|
"resolved": "https://registry.npmmirror.com/stream-each/-/stream-each-1.2.3.tgz",
|
...
|
...
|
@@ -21073,6 +21101,18 @@ |
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/strnum": {
|
|
|
"version": "1.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/strnum/-/strnum-1.1.2.tgz",
|
|
|
"integrity": "sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==",
|
|
|
"funding": [
|
|
|
{
|
|
|
"type": "github",
|
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
|
}
|
|
|
],
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/style-to-object": {
|
|
|
"version": "0.4.1",
|
|
|
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.4.1.tgz",
|
...
|
...
|
@@ -21774,7 +21814,6 @@ |
|
|
"version": "6.19.8",
|
|
|
"resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.19.8.tgz",
|
|
|
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
...
|
...
|
@@ -22204,29 +22243,12 @@ |
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/util": {
|
|
|
"version": "0.11.1",
|
|
|
"resolved": "https://registry.npmmirror.com/util/-/util-0.11.1.tgz",
|
|
|
"integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==",
|
|
|
"license": "MIT",
|
|
|
"peer": true,
|
|
|
"dependencies": {
|
|
|
"inherits": "2.0.3"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/util-deprecate": {
|
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
"node_modules/util/node_modules/inherits": {
|
|
|
"version": "2.0.3",
|
|
|
"resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.3.tgz",
|
|
|
"integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
|
|
|
"license": "ISC",
|
|
|
"peer": true
|
|
|
},
|
|
|
"node_modules/utrie": {
|
|
|
"version": "1.0.2",
|
|
|
"resolved": "https://registry.npmmirror.com/utrie/-/utrie-1.0.2.tgz",
|
...
|
...
|
@@ -22236,15 +22258,6 @@ |
|
|
"base64-arraybuffer": "^1.0.2"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/uuid": {
|
|
|
"version": "9.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/uuid/-/uuid-9.0.0.tgz",
|
|
|
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
|
|
|
"license": "MIT",
|
|
|
"bin": {
|
|
|
"uuid": "dist/bin/uuid"
|
|
|
}
|
|
|
},
|
|
|
"node_modules/uvu": {
|
|
|
"version": "0.5.6",
|
|
|
"resolved": "https://registry.npmjs.org/uvu/-/uvu-0.5.6.tgz",
|
...
|
...
|
|