diff --git a/docker-compose.yml b/docker-compose.yml index 33efab4aa..d591073e8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: - 9000:9000 - 3333:3333 cypress: - image: cypress/included:13.7.2 + image: cypress/included:13.7.3 stdin_open: true tty: true working_dir: /mermaid diff --git a/package.json b/package.json index 858d5ae09..f3e0b4e28 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "10.2.4", "description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.", "type": "module", - "packageManager": "pnpm@8.15.6", + "packageManager": "pnpm@8.15.7", "keywords": [ "diagram", "markdown",