diff --git a/playground/package-lock.json b/playground/package-lock.json index fb305e3a15..1151837d5c 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@types/swagger-ui-react": "^4.18.3", + "@types/swagger-ui-react": "^4.19.0", "@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/parser": "^8.20.0", "@vitejs/plugin-react-swc": "^3.7.2", @@ -2737,7 +2737,9 @@ } }, "node_modules/@types/swagger-ui-react": { - "version": "4.18.3", + "version": "4.19.0", + "resolved": "https://registry.npmjs.org/@types/swagger-ui-react/-/swagger-ui-react-4.19.0.tgz", + "integrity": "sha512-uScp1xkLZJej0bt3/lO4U11ywWEBnI5CFCR0tqp+5Rvxl1Mj1v6VkGED0W70jJwqlBvbD+/a6bDiK8rjepCr8g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/playground/package.json b/playground/package.json index aa65496235..86ac0054d8 100644 --- a/playground/package.json +++ b/playground/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "@types/swagger-ui-react": "^4.18.3", + "@types/swagger-ui-react": "^4.19.0", "@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/parser": "^8.20.0", "@vitejs/plugin-react-swc": "^3.7.2",