this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Downgrade string-length, Firefox doesn't support Intl.Segmenter

+26 -11
+25 -10
package-lock.json
··· 28 28 "react-intersection-observer": "~9.4.4", 29 29 "react-quick-pinch-zoom": "~4.9.0", 30 30 "react-router-dom": "6.6.2", 31 - "string-length": "~6.0.0", 31 + "string-length": "5.0.1", 32 32 "swiped-events": "~1.1.7", 33 33 "toastify-js": "~1.12.0", 34 34 "uid": "~2.0.2", ··· 3704 3704 "tslib": "^2.0.3" 3705 3705 } 3706 3706 }, 3707 + "node_modules/char-regex": { 3708 + "version": "2.0.1", 3709 + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", 3710 + "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==", 3711 + "engines": { 3712 + "node": ">=12.20" 3713 + } 3714 + }, 3707 3715 "node_modules/color-convert": { 3708 3716 "version": "1.9.3", 3709 3717 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", ··· 6633 6641 "dev": true 6634 6642 }, 6635 6643 "node_modules/string-length": { 6636 - "version": "6.0.0", 6637 - "resolved": "https://registry.npmjs.org/string-length/-/string-length-6.0.0.tgz", 6638 - "integrity": "sha512-1U361pxZHEQ+FeSjzqRpV+cu2vTzYeWeafXFLykiFlv4Vc0n3njgU8HrMbyik5uwm77naWMuVG8fhEF+Ovb1Kg==", 6644 + "version": "5.0.1", 6645 + "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", 6646 + "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", 6639 6647 "dependencies": { 6640 - "strip-ansi": "^7.1.0" 6648 + "char-regex": "^2.0.0", 6649 + "strip-ansi": "^7.0.1" 6641 6650 }, 6642 6651 "engines": { 6643 - "node": ">=16" 6652 + "node": ">=12.20" 6644 6653 }, 6645 6654 "funding": { 6646 6655 "url": "https://github.com/sponsors/sindresorhus" ··· 10055 10064 "tslib": "^2.0.3" 10056 10065 } 10057 10066 }, 10067 + "char-regex": { 10068 + "version": "2.0.1", 10069 + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", 10070 + "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==" 10071 + }, 10058 10072 "color-convert": { 10059 10073 "version": "1.9.3", 10060 10074 "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", ··· 12040 12054 "dev": true 12041 12055 }, 12042 12056 "string-length": { 12043 - "version": "6.0.0", 12044 - "resolved": "https://registry.npmjs.org/string-length/-/string-length-6.0.0.tgz", 12045 - "integrity": "sha512-1U361pxZHEQ+FeSjzqRpV+cu2vTzYeWeafXFLykiFlv4Vc0n3njgU8HrMbyik5uwm77naWMuVG8fhEF+Ovb1Kg==", 12057 + "version": "5.0.1", 12058 + "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", 12059 + "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", 12046 12060 "requires": { 12047 - "strip-ansi": "^7.1.0" 12061 + "char-regex": "^2.0.0", 12062 + "strip-ansi": "^7.0.1" 12048 12063 } 12049 12064 }, 12050 12065 "string.prototype.matchall": {
+1 -1
package.json
··· 30 30 "react-intersection-observer": "~9.4.4", 31 31 "react-quick-pinch-zoom": "~4.9.0", 32 32 "react-router-dom": "6.6.2", 33 - "string-length": "~6.0.0", 33 + "string-length": "5.0.1", 34 34 "swiped-events": "~1.1.7", 35 35 "toastify-js": "~1.12.0", 36 36 "uid": "~2.0.2",