Skip to content

Commit 09b05b2

Browse files
fix(deps): update all patch dependencies
1 parent d602240 commit 09b05b2

14 files changed

+724
-690
lines changed

.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# Initializes the CodeQL tools for scanning.
3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
39+
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
4040
with:
4141
config-file: ./.github/codeql/codeql-config.yml
4242
languages: ${{ matrix.language }}
@@ -48,7 +48,7 @@ jobs:
4848
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4949
# If this step fails, then you should remove it and run the build manually (see below)
5050
- name: Autobuild
51-
uses: github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
51+
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
5252

5353
# ℹ️ Command-line programs to run using the OS shell.
5454
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -62,4 +62,4 @@ jobs:
6262
# make release
6363

6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
65+
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11

.github/workflows/e2e-applitools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
APPLITOOLS_SERVER_URL: 'https://eyesapi.applitools.com'
5555

5656
- name: Cypress run
57-
uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
57+
uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
5858
id: cypress
5959
with:
6060
start: pnpm run dev

.github/workflows/e2e-timings.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
with:
2727
node-version-file: '.node-version'
2828
- name: Install dependencies
29-
uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
29+
uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
3030
with:
3131
runTests: false
3232
- name: Cypress run
33-
uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
33+
uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
3434
id: cypress
3535
with:
3636
install: false

.github/workflows/e2e.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
node-version-file: '.node-version'
4646
- name: Cache snapshots
4747
id: cache-snapshot
48-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
48+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
4949
with:
5050
path: ./cypress/snapshots
5151
key: ${{ runner.os }}-snapshots-${{ env.targetHash }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Install dependencies
6161
if: ${{ steps.cache-snapshot.outputs.cache-hit != 'true' }}
62-
uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
62+
uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
6363
with:
6464
# just perform install
6565
runTests: false
@@ -95,13 +95,13 @@ jobs:
9595
# These cached snapshots are downloaded, providing the reference snapshots.
9696
- name: Cache snapshots
9797
id: cache-snapshot
98-
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
98+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
9999
with:
100100
path: ./cypress/snapshots
101101
key: ${{ runner.os }}-snapshots-${{ env.targetHash }}
102102

103103
- name: Install dependencies
104-
uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
104+
uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
105105
with:
106106
runTests: false
107107

@@ -117,7 +117,7 @@ jobs:
117117
# Install NPM dependencies, cache them correctly
118118
# and run all Cypress tests
119119
- name: Cypress run
120-
uses: cypress-io/github-action@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12
120+
uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
121121
id: cypress
122122
with:
123123
install: false

.github/workflows/link-checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333

3434
- name: Restore lychee cache
35-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
35+
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3636
with:
3737
path: .lycheecache
3838
key: cache-lychee-${{ github.sha }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Create Release Pull Request or Publish to npm
3838
id: changesets
39-
uses: changesets/action@c8bada60c408975afd1a20b3db81d6eee6789308 # v1.4.9
39+
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10
4040
with:
4141
version: pnpm changeset:version
4242
publish: pnpm changeset:publish

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
path: results.sarif
3333
retention-days: 5
3434
- name: Upload to code-scanning
35-
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
35+
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
3636
with:
3737
sarif_file: results.sarif

.github/workflows/update-browserlist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
message: 'chore: update browsers list'
2020
push: false
2121
- name: Create Pull Request
22-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
22+
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
2323
with:
2424
branch: update-browserslist
2525
title: Update Browserslist

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -63,36 +63,36 @@
6363
]
6464
},
6565
"devDependencies": {
66-
"@applitools/eyes-cypress": "^3.44.9",
66+
"@applitools/eyes-cypress": "^3.50.3",
6767
"@argos-ci/cypress": "^3.2.0",
6868
"@changesets/changelog-github": "^0.5.1",
69-
"@changesets/cli": "^2.27.12",
69+
"@changesets/cli": "^2.28.1",
7070
"@cspell/eslint-plugin": "^8.8.4",
71-
"@cypress/code-coverage": "^3.12.49",
71+
"@cypress/code-coverage": "^3.13.12",
7272
"@eslint/js": "^9.4.0",
7373
"@rollup/plugin-typescript": "^12.1.2",
7474
"@types/cors": "^2.8.17",
7575
"@types/express": "^5.0.0",
7676
"@types/js-yaml": "^4.0.9",
7777
"@types/jsdom": "^21.1.7",
78-
"@types/lodash": "^4.17.15",
78+
"@types/lodash": "^4.17.16",
7979
"@types/mdast": "^4.0.4",
80-
"@types/node": "^22.13.5",
80+
"@types/node": "^22.13.10",
8181
"@types/rollup-plugin-visualizer": "^5.0.3",
82-
"@vitest/coverage-v8": "^3.0.6",
83-
"@vitest/spy": "^3.0.6",
84-
"@vitest/ui": "^3.0.6",
82+
"@vitest/coverage-v8": "^3.0.8",
83+
"@vitest/spy": "^3.0.8",
84+
"@vitest/ui": "^3.0.8",
8585
"ajv": "^8.17.1",
8686
"chokidar": "^4.0.3",
8787
"concurrently": "^9.1.2",
8888
"cors": "^2.8.5",
8989
"cpy-cli": "^5.0.0",
9090
"cross-env": "^7.0.3",
91-
"cspell": "^8.6.1",
91+
"cspell": "^8.17.5",
9292
"cypress": "^14.0.3",
9393
"cypress-image-snapshot": "^4.0.1",
9494
"cypress-split": "^1.24.14",
95-
"esbuild": "^0.25.0",
95+
"esbuild": "^0.25.1",
9696
"eslint": "^9.20.1",
9797
"eslint-config-prettier": "^10.0.0",
9898
"eslint-plugin-cypress": "^4.1.0",
@@ -105,9 +105,9 @@
105105
"eslint-plugin-no-only-tests": "^3.3.0",
106106
"eslint-plugin-tsdoc": "^0.4.0",
107107
"eslint-plugin-unicorn": "^57.0.0",
108-
"express": "^4.19.2",
108+
"express": "^4.21.2",
109109
"globals": "^16.0.0",
110-
"globby": "^14.0.2",
110+
"globby": "^14.1.0",
111111
"husky": "^9.1.7",
112112
"jest": "^29.7.0",
113113
"jison": "^0.4.18",
@@ -118,18 +118,18 @@
118118
"markdown-table": "^3.0.4",
119119
"nyc": "^17.1.0",
120120
"path-browserify": "^1.0.1",
121-
"prettier": "^3.5.2",
121+
"prettier": "^3.5.3",
122122
"prettier-plugin-jsdoc": "^1.3.2",
123123
"rimraf": "^6.0.1",
124124
"rollup-plugin-visualizer": "^5.14.0",
125-
"start-server-and-test": "^2.0.10",
125+
"start-server-and-test": "^2.0.11",
126126
"tslib": "^2.8.1",
127-
"tsx": "^4.7.3",
127+
"tsx": "^4.19.3",
128128
"typescript": "~5.7.3",
129129
"typescript-eslint": "^8.24.1",
130130
"vite": "^6.1.1",
131131
"vite-plugin-istanbul": "^7.0.0",
132-
"vitest": "^3.0.6"
132+
"vitest": "^3.0.8"
133133
},
134134
"nyc": {
135135
"report-dir": "coverage/cypress"

packages/mermaid-example-diagram/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@braintree/sanitize-url": "^7.0.4",
40+
"@braintree/sanitize-url": "^7.1.1",
4141
"d3": "^7.9.0",
4242
"khroma": "^2.1.0"
4343
},

packages/mermaid-zenuml/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"license": "MIT",
3535
"dependencies": {
36-
"@zenuml/core": "^3.23.28"
36+
"@zenuml/core": "^3.27.12"
3737
},
3838
"devDependencies": {
3939
"mermaid": "workspace:^"

packages/mermaid/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
]
6868
},
6969
"dependencies": {
70-
"@braintree/sanitize-url": "^7.0.4",
71-
"@iconify/utils": "^2.1.33",
70+
"@braintree/sanitize-url": "^7.1.1",
71+
"@iconify/utils": "^2.3.0",
7272
"@mermaid-js/parser": "workspace:^",
7373
"@types/d3": "^7.4.3",
74-
"cytoscape": "^3.29.3",
74+
"cytoscape": "^3.31.1",
7575
"cytoscape-cose-bilkent": "^4.1.0",
7676
"cytoscape-fcose": "^2.2.0",
7777
"d3": "^7.9.0",
@@ -108,26 +108,26 @@
108108
"chokidar": "^4.0.3",
109109
"concurrently": "^9.1.2",
110110
"csstree-validator": "^4.0.1",
111-
"globby": "^14.0.2",
111+
"globby": "^14.1.0",
112112
"jison": "^0.4.18",
113113
"js-base64": "^3.7.7",
114114
"jsdom": "^26.0.0",
115115
"json-schema-to-typescript": "^15.0.4",
116116
"micromatch": "^4.0.8",
117117
"path-browserify": "^1.0.1",
118-
"prettier": "^3.5.2",
118+
"prettier": "^3.5.3",
119119
"remark": "^15.0.1",
120120
"remark-frontmatter": "^5.0.0",
121121
"remark-gfm": "^4.0.1",
122122
"rimraf": "^6.0.1",
123-
"start-server-and-test": "^2.0.10",
123+
"start-server-and-test": "^2.0.11",
124124
"type-fest": "^4.35.0",
125-
"typedoc": "^0.27.8",
125+
"typedoc": "^0.27.9",
126126
"typedoc-plugin-markdown": "^4.4.2",
127127
"typescript": "~5.7.3",
128128
"unist-util-flatmap": "^1.0.0",
129129
"unist-util-visit": "^5.0.0",
130-
"vitepress": "^1.0.2",
130+
"vitepress": "^1.6.3",
131131
"vitepress-plugin-search": "1.0.4-alpha.22"
132132
},
133133
"files": [

packages/mermaid/src/docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
"font-awesome": "^4.7.0",
2222
"jiti": "^2.4.2",
2323
"mermaid": "workspace:^",
24-
"vue": "^3.4.38"
24+
"vue": "^3.5.13"
2525
},
2626
"devDependencies": {
27-
"@iconify-json/carbon": "^1.1.37",
27+
"@iconify-json/carbon": "^1.2.8",
2828
"@unocss/reset": "^66.0.0",
2929
"@vite-pwa/vitepress": "^0.5.3",
30-
"@vitejs/plugin-vue": "^5.0.5",
30+
"@vitejs/plugin-vue": "^5.2.2",
3131
"fast-glob": "^3.3.3",
3232
"https-localhost": "^4.7.1",
3333
"pathe": "^2.0.3",
3434
"unocss": "^66.0.0",
35-
"unplugin-vue-components": "^28.4.0",
35+
"unplugin-vue-components": "^28.4.1",
3636
"vite": "^6.1.1",
3737
"vite-plugin-pwa": "^0.21.1",
3838
"vitepress": "1.6.3",

0 commit comments

Comments
 (0)