mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-20 20:07:03 +01:00
chore(deps): update dependency globals to v15.13.0 (forgejo)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [globals](https://github.com/sindresorhus/globals) | devDependencies | minor | [`15.12.0` -> `15.13.0`](https://renovatebot.com/diffs/npm/globals/15.12.0/15.13.0) | --- ### Release Notes <details> <summary>sindresorhus/globals (globals)</summary> ### [`v15.13.0`](https://github.com/sindresorhus/globals/releases/tag/v15.13.0) [Compare Source](https://github.com/sindresorhus/globals/compare/v15.12.0...v15.13.0) - Update globals *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am" (UTC), Automerge - "before 4am" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzkuMjguMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19--> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6118 Reviewed-by: Gusted <gusted@noreply.codeberg.org> 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:
parent
2faa7ce749
commit
fc0510fc6f
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -85,7 +85,7 @@
|
||||||
"eslint-plugin-vue": "9.31.0",
|
"eslint-plugin-vue": "9.31.0",
|
||||||
"eslint-plugin-vue-scoped-css": "2.8.1",
|
"eslint-plugin-vue-scoped-css": "2.8.1",
|
||||||
"eslint-plugin-wc": "2.2.0",
|
"eslint-plugin-wc": "2.2.0",
|
||||||
"globals": "15.12.0",
|
"globals": "15.13.0",
|
||||||
"happy-dom": "15.11.7",
|
"happy-dom": "15.11.7",
|
||||||
"license-checker-rseidelsohn": "4.4.2",
|
"license-checker-rseidelsohn": "4.4.2",
|
||||||
"markdownlint-cli": "0.42.0",
|
"markdownlint-cli": "0.42.0",
|
||||||
|
@ -10160,9 +10160,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/globals": {
|
"node_modules/globals": {
|
||||||
"version": "15.12.0",
|
"version": "15.13.0",
|
||||||
"resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz",
|
"resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz",
|
||||||
"integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==",
|
"integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -84,7 +84,7 @@
|
||||||
"eslint-plugin-vue": "9.31.0",
|
"eslint-plugin-vue": "9.31.0",
|
||||||
"eslint-plugin-vue-scoped-css": "2.8.1",
|
"eslint-plugin-vue-scoped-css": "2.8.1",
|
||||||
"eslint-plugin-wc": "2.2.0",
|
"eslint-plugin-wc": "2.2.0",
|
||||||
"globals": "15.12.0",
|
"globals": "15.13.0",
|
||||||
"happy-dom": "15.11.7",
|
"happy-dom": "15.11.7",
|
||||||
"license-checker-rseidelsohn": "4.4.2",
|
"license-checker-rseidelsohn": "4.4.2",
|
||||||
"markdownlint-cli": "0.42.0",
|
"markdownlint-cli": "0.42.0",
|
||||||
|
|
Loading…
Reference in a new issue