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.

Update dependency license-checker-rseidelsohn to v4.4.2 (forgejo) (#5274)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5274
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>

authored by

Renovate Bot
Renovate Bot
and committed by
Michael Kriese
630595a7 b2ea43b2

+6 -6
+5 -5
package-lock.json
··· 85 85 "eslint-plugin-vue-scoped-css": "2.8.1", 86 86 "eslint-plugin-wc": "2.1.1", 87 87 "happy-dom": "15.7.3", 88 - "license-checker-rseidelsohn": "4.4.1", 88 + "license-checker-rseidelsohn": "4.4.2", 89 89 "markdownlint-cli": "0.41.0", 90 90 "postcss-html": "1.7.0", 91 91 "stylelint": "16.9.0", ··· 11314 11314 } 11315 11315 }, 11316 11316 "node_modules/license-checker-rseidelsohn": { 11317 - "version": "4.4.1", 11318 - "resolved": "https://registry.npmjs.org/license-checker-rseidelsohn/-/license-checker-rseidelsohn-4.4.1.tgz", 11319 - "integrity": "sha512-kxpezsFXlzTBsTf+AUqnxybSgsiAeB/xMvkMNJJ2mvxDZhMuOWy8ZAWcgtY/eDyNiywKGxuASvfTz1k5f7NCmQ==", 11317 + "version": "4.4.2", 11318 + "resolved": "https://registry.npmjs.org/license-checker-rseidelsohn/-/license-checker-rseidelsohn-4.4.2.tgz", 11319 + "integrity": "sha512-Sf8WaJhd2vELvCne+frS9AXqnY/vv591s2/nZcJDwTnoNgltG4mAmoenffVb8L2YPRYbxARLyrHJBC38AVfpuA==", 11320 11320 "dev": true, 11321 11321 "license": "BSD-3-Clause", 11322 11322 "dependencies": { ··· 11333 11333 "treeify": "^1.1.0" 11334 11334 }, 11335 11335 "bin": { 11336 - "license-checker-rseidelsohn": "bin/license-checker-rseidelsohn" 11336 + "license-checker-rseidelsohn": "bin/license-checker-rseidelsohn.js" 11337 11337 }, 11338 11338 "engines": { 11339 11339 "node": ">=18",
+1 -1
package.json
··· 84 84 "eslint-plugin-vue-scoped-css": "2.8.1", 85 85 "eslint-plugin-wc": "2.1.1", 86 86 "happy-dom": "15.7.3", 87 - "license-checker-rseidelsohn": "4.4.1", 87 + "license-checker-rseidelsohn": "4.4.2", 88 88 "markdownlint-cli": "0.41.0", 89 89 "postcss-html": "1.7.0", 90 90 "stylelint": "16.9.0",