Update dependency swagger-ui-dist to v5.18.1

This commit is contained in:
Renovate Bot 2024-11-06 02:03:57 +00:00
parent 473270bbdb
commit cce97c248a
2 changed files with 16 additions and 6 deletions

20
package-lock.json generated
View file

@ -42,7 +42,7 @@
"postcss-nesting": "13.0.1",
"pretty-ms": "9.0.0",
"sortablejs": "1.15.3",
"swagger-ui-dist": "5.17.14",
"swagger-ui-dist": "5.18.1",
"tailwindcss": "3.4.13",
"throttle-debounce": "5.0.0",
"tinycolor2": "1.6.0",
@ -3893,6 +3893,13 @@
"dev": true,
"license": "MIT"
},
"node_modules/@scarf/scarf": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@scarf/scarf/-/scarf-1.3.0.tgz",
"integrity": "sha512-lHKK8M5CTcpFj2hZDB3wIjb0KAbEOgDmiJGDv1WBRfQgRm/a8/XMEkG/N1iM01xgbUDsPQwi42D+dFo1XPAKew==",
"hasInstallScript": true,
"license": "Apache-2.0"
},
"node_modules/@stoplight/better-ajv-errors": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@stoplight/better-ajv-errors/-/better-ajv-errors-1.0.3.tgz",
@ -15342,10 +15349,13 @@
}
},
"node_modules/swagger-ui-dist": {
"version": "5.17.14",
"resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.17.14.tgz",
"integrity": "sha512-CVbSfaLpstV65OnSjbXfVd6Sta3q3F7Cj/yYuvHMp1P90LztOLs6PfUnKEVAeiIVQt9u2SaPwv0LiH/OyMjHRw==",
"license": "Apache-2.0"
"version": "5.18.1",
"resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.18.1.tgz",
"integrity": "sha512-nOUpYnU6HZ5Eq2+xmptFti4RX/Vcbe+6PDtQGnSiGT2j9ImgcrJsjsX3OEl8TZV+48y8Wfn0gcjxyoXsMFHr/w==",
"license": "Apache-2.0",
"dependencies": {
"@scarf/scarf": "=1.3.0"
}
},
"node_modules/sync-fetch": {
"version": "0.4.5",

View file

@ -41,7 +41,7 @@
"postcss-nesting": "13.0.1",
"pretty-ms": "9.0.0",
"sortablejs": "1.15.3",
"swagger-ui-dist": "5.17.14",
"swagger-ui-dist": "5.18.1",
"tailwindcss": "3.4.13",
"throttle-debounce": "5.0.0",
"tinycolor2": "1.6.0",