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>
This commit is contained in:
Renovate Bot 2024-09-10 04:54:38 +00:00 committed by Michael Kriese
parent b2ea43b25b
commit 630595a7f3
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -85,7 +85,7 @@
"eslint-plugin-vue-scoped-css": "2.8.1",
"eslint-plugin-wc": "2.1.1",
"happy-dom": "15.7.3",
"license-checker-rseidelsohn": "4.4.1",
"license-checker-rseidelsohn": "4.4.2",
"markdownlint-cli": "0.41.0",
"postcss-html": "1.7.0",
"stylelint": "16.9.0",
@ -11314,9 +11314,9 @@
}
},
"node_modules/license-checker-rseidelsohn": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/license-checker-rseidelsohn/-/license-checker-rseidelsohn-4.4.1.tgz",
"integrity": "sha512-kxpezsFXlzTBsTf+AUqnxybSgsiAeB/xMvkMNJJ2mvxDZhMuOWy8ZAWcgtY/eDyNiywKGxuASvfTz1k5f7NCmQ==",
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/license-checker-rseidelsohn/-/license-checker-rseidelsohn-4.4.2.tgz",
"integrity": "sha512-Sf8WaJhd2vELvCne+frS9AXqnY/vv591s2/nZcJDwTnoNgltG4mAmoenffVb8L2YPRYbxARLyrHJBC38AVfpuA==",
"dev": true,
"license": "BSD-3-Clause",
"dependencies": {
@ -11333,7 +11333,7 @@
"treeify": "^1.1.0"
},
"bin": {
"license-checker-rseidelsohn": "bin/license-checker-rseidelsohn"
"license-checker-rseidelsohn": "bin/license-checker-rseidelsohn.js"
},
"engines": {
"node": ">=18",

View file

@ -84,7 +84,7 @@
"eslint-plugin-vue-scoped-css": "2.8.1",
"eslint-plugin-wc": "2.1.1",
"happy-dom": "15.7.3",
"license-checker-rseidelsohn": "4.4.1",
"license-checker-rseidelsohn": "4.4.2",
"markdownlint-cli": "0.41.0",
"postcss-html": "1.7.0",
"stylelint": "16.9.0",