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 sortablejs to v1.15.3 (forgejo)' (#5200) from renovate/forgejo-sortablejs-1.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5200
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

+5 -5
+4 -4
package-lock.json
··· 40 40 "postcss-loader": "8.1.1", 41 41 "postcss-nesting": "12.1.5", 42 42 "pretty-ms": "9.0.0", 43 - "sortablejs": "1.15.2", 43 + "sortablejs": "1.15.3", 44 44 "swagger-ui-dist": "5.17.14", 45 45 "tailwindcss": "3.4.11", 46 46 "temporal-polyfill": "0.2.4", ··· 14422 14422 } 14423 14423 }, 14424 14424 "node_modules/sortablejs": { 14425 - "version": "1.15.2", 14426 - "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.2.tgz", 14427 - "integrity": "sha512-FJF5jgdfvoKn1MAKSdGs33bIqLi3LmsgVTliuX6iITj834F+JRQZN90Z93yql8h0K2t0RwDPBmxwlbZfDcxNZA==", 14425 + "version": "1.15.3", 14426 + "resolved": "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.3.tgz", 14427 + "integrity": "sha512-zdK3/kwwAK1cJgy1rwl1YtNTbRmc8qW/+vgXf75A7NHag5of4pyI6uK86ktmQETyWRH7IGaE73uZOOBcGxgqZg==", 14428 14428 "license": "MIT" 14429 14429 }, 14430 14430 "node_modules/source-list-map": {
+1 -1
package.json
··· 39 39 "postcss-loader": "8.1.1", 40 40 "postcss-nesting": "12.1.5", 41 41 "pretty-ms": "9.0.0", 42 - "sortablejs": "1.15.2", 42 + "sortablejs": "1.15.3", 43 43 "swagger-ui-dist": "5.17.14", 44 44 "tailwindcss": "3.4.11", 45 45 "temporal-polyfill": "0.2.4",