loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

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

Merge pull request 'Update dependency chart.js to v4.4.4 (forgejo)' (#5037) from renovate/forgejo-chart.js-4.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5037
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

Gusted 821875e0 35cc077d

+5 -5
+4 -4
package-lock.json
··· 15 15 "@primer/octicons": "19.9.0", 16 16 "ansi_up": "6.0.2", 17 17 "asciinema-player": "3.8.0", 18 - "chart.js": "4.4.2", 18 + "chart.js": "4.4.4", 19 19 "chartjs-adapter-dayjs-4": "1.0.4", 20 20 "chartjs-plugin-zoom": "2.0.1", 21 21 "clippie": "4.1.1", ··· 4034 4034 } 4035 4035 }, 4036 4036 "node_modules/chart.js": { 4037 - "version": "4.4.2", 4038 - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.2.tgz", 4039 - "integrity": "sha512-6GD7iKwFpP5kbSD4MeRRRlTnQvxfQREy36uEtm1hzHzcOqwWx0YEHuspuoNlslu+nciLIB7fjjsHkUv/FzFcOg==", 4037 + "version": "4.4.4", 4038 + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.4.tgz", 4039 + "integrity": "sha512-emICKGBABnxhMjUjlYRR12PmOXhJ2eJjEHL2/dZlWjxRAZT1D8xplLFq5M0tMQK8ja+wBS/tuVEJB5C6r7VxJA==", 4040 4040 "license": "MIT", 4041 4041 "dependencies": { 4042 4042 "@kurkle/color": "^0.3.0"
+1 -1
package.json
··· 14 14 "@primer/octicons": "19.9.0", 15 15 "ansi_up": "6.0.2", 16 16 "asciinema-player": "3.8.0", 17 - "chart.js": "4.4.2", 17 + "chart.js": "4.4.4", 18 18 "chartjs-adapter-dayjs-4": "1.0.4", 19 19 "chartjs-plugin-zoom": "2.0.1", 20 20 "clippie": "4.1.1",