diff --git a/package-lock.json b/package-lock.json index 8eb6db485..d4ae3d8d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/js-yaml": "4.0.9", "@types/leaflet": "1.9.16", "@types/react-dom": "18.3.5", - "@types/swagger-ui-express": "4.1.7", + "@types/swagger-ui-express": "4.1.8", "archiver": "7.0.1", "async-mutex": "0.5.0", "autocomplete.js": "0.38.1", @@ -4434,9 +4434,10 @@ } }, "node_modules/@types/swagger-ui-express": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/@types/swagger-ui-express/-/swagger-ui-express-4.1.7.tgz", - "integrity": "sha512-ovLM9dNincXkzH4YwyYpll75vhzPBlWx6La89wwvYH7mHjVpf0X0K/vR/aUM7SRxmr5tt9z7E5XJcjQ46q+S3g==", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/@types/swagger-ui-express/-/swagger-ui-express-4.1.8.tgz", + "integrity": "sha512-AhZV8/EIreHFmBV5wAs0gzJUNq9JbbSXgJLQubCC0jtIo6prnI9MIRRxnU4MZX9RB9yXxF1V4R7jtLl/Wcj31g==", + "license": "MIT", "dependencies": { "@types/express": "*", "@types/serve-static": "*" diff --git a/package.json b/package.json index 401f3d5ad..5fca22358 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@types/js-yaml": "4.0.9", "@types/leaflet": "1.9.16", "@types/react-dom": "18.3.5", - "@types/swagger-ui-express": "4.1.7", + "@types/swagger-ui-express": "4.1.8", "archiver": "7.0.1", "async-mutex": "0.5.0", "autocomplete.js": "0.38.1",