mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-12 11:38:00 -05:00
Update dependency @stoplight/spectral-cli to v6.14.2 (forgejo) (#6106)
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
7bc6bd3095
commit
57fd321f85
2 changed files with 10 additions and 10 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
@ -63,7 +63,7 @@
|
|||
"@axe-core/playwright": "4.10.1",
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
|
||||
"@playwright/test": "1.48.2",
|
||||
"@stoplight/spectral-cli": "6.14.0",
|
||||
"@stoplight/spectral-cli": "6.14.2",
|
||||
"@stylistic/eslint-plugin-js": "2.10.1",
|
||||
"@stylistic/stylelint-plugin": "3.1.1",
|
||||
"@typescript-eslint/parser": "8.14.0",
|
||||
|
@ -4019,16 +4019,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@stoplight/spectral-cli": {
|
||||
"version": "6.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.14.0.tgz",
|
||||
"integrity": "sha512-pq1qWENLtI97afz9Ygx0TtBXj9s97oQnjMOUp4USzXdnxhKhlYwlhJIA9U3VYzktA+QpHdTXVd4GSgyxdHSBSg==",
|
||||
"version": "6.14.2",
|
||||
"resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.14.2.tgz",
|
||||
"integrity": "sha512-yn49Tkin/Zzjwt39CbQvj3NZVolvXrjO3OLNn+Yd+LhQE5C96QNsULuE4q98e7+WRcLu4gK+Z0l5CxYNtsoPtw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@stoplight/json": "~3.21.0",
|
||||
"@stoplight/path": "1.3.2",
|
||||
"@stoplight/spectral-core": "^1.19.2",
|
||||
"@stoplight/spectral-formatters": "^1.4.0",
|
||||
"@stoplight/spectral-core": "^1.19.4",
|
||||
"@stoplight/spectral-formatters": "^1.4.1",
|
||||
"@stoplight/spectral-parsers": "^1.0.4",
|
||||
"@stoplight/spectral-ref-resolver": "^1.0.4",
|
||||
"@stoplight/spectral-ruleset-bundler": "^1.6.0",
|
||||
|
@ -4040,9 +4040,9 @@
|
|||
"fast-glob": "~3.2.12",
|
||||
"hpagent": "~1.2.0",
|
||||
"lodash": "~4.17.21",
|
||||
"pony-cause": "^1.0.0",
|
||||
"stacktracey": "^2.1.7",
|
||||
"tslib": "^2.3.0",
|
||||
"pony-cause": "^1.1.1",
|
||||
"stacktracey": "^2.1.8",
|
||||
"tslib": "^2.8.1",
|
||||
"yargs": "~17.7.2"
|
||||
},
|
||||
"bin": {
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
"@axe-core/playwright": "4.10.1",
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
|
||||
"@playwright/test": "1.48.2",
|
||||
"@stoplight/spectral-cli": "6.14.0",
|
||||
"@stoplight/spectral-cli": "6.14.2",
|
||||
"@stylistic/eslint-plugin-js": "2.10.1",
|
||||
"@stylistic/stylelint-plugin": "3.1.1",
|
||||
"@typescript-eslint/parser": "8.14.0",
|
||||
|
|
Loading…
Reference in a new issue