Skip to content

Commit d10c22b

Browse files
chore: pin dependencies
1 parent 40346d2 commit d10c22b

16 files changed

Lines changed: 116 additions & 125 deletions

File tree

.github/workflows/apply-overlays-and-regenerate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Python
5252
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # ratchet:actions/setup-python@v6.2.0
5353
with:
54-
python-version: '3.14'
54+
python-version: '3.14.5'
5555

5656
- name: Install Python dependencies
5757
run: |
@@ -60,7 +60,7 @@ jobs:
6060
- name: Set up Node.js
6161
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # ratchet:actions/setup-node@v6.4.0
6262
with:
63-
node-version: '24'
63+
node-version: '24.15.0'
6464

6565
- name: Install Node dependencies
6666
run: |

.github/workflows/check-internal-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # ratchet:actions/setup-node@v6.4.0
1717
with:
18-
node-version: "24"
18+
node-version: "24.15.0"
1919
cache: npm
2020

2121
- name: Install npm dependencies

.github/workflows/generate-openapi-overlays.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
if: steps.check-pr.outputs.pr_exists != 'true' && steps.version-check.outputs.should_skip != 'true'
115115
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # ratchet:actions/setup-python@v6.2.0
116116
with:
117-
python-version: '3.14'
117+
python-version: '3.14.5'
118118

119119
- name: Install Python dependencies
120120
if: steps.check-pr.outputs.pr_exists != 'true' && steps.version-check.outputs.should_skip != 'true'

.github/workflows/update-cli-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # ratchet:actions/setup-python@v6.2.0
2828
with:
29-
python-version: '3.14'
29+
python-version: '3.14.5'
3030

3131
- name: Determine CLI version
3232
id: version

.github/workflows/update-permissions-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Python
3535
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # ratchet:actions/setup-python@v6.2.0
3636
with:
37-
python-version: '3.14'
37+
python-version: '3.14.5'
3838

3939
- name: Validate payload
4040
id: validate

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
v22.22.2

package-lock.json

Lines changed: 30 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
"version": "0.0.0",
44
"private": true,
55
"overrides": {
6-
"picomatch": "^4.0.3",
7-
"glob": "^11.1.0",
8-
"immutable": "^5.1.5",
9-
"serialize-javascript": "^7.0.3",
10-
"katex": "^0.16.10",
6+
"picomatch": "4.0.4",
7+
"glob": "11.1.0",
8+
"immutable": "5.1.5",
9+
"serialize-javascript": "7.0.5",
10+
"katex": "0.16.45",
1111
"postman-code-generators": "2.1.1",
1212
"gray-matter": {
1313
"js-yaml": "4.1.1"
1414
},
1515
"openapi-to-postmanv2": {
16-
"js-yaml": ">=4.1.1"
16+
"js-yaml": "4.1.1"
1717
},
18-
"lodash": ">=4.18.0",
18+
"lodash": "4.18.1",
1919
"docusaurus-theme-search-typesense": {
20-
"webpack-dev-server": ">=5.2.1"
20+
"webpack-dev-server": "5.2.3"
2121
}
2222
},
2323
"scripts": {
@@ -41,20 +41,20 @@
4141
"markdownlint": "markdownlint-cli2 'platform-enterprise_versioned_docs/**/*.mdx' 'platform-cloud/docs/*.mdx' 'wave_docs/**/*.mdx' 'fusion_docs/**/*.mdx' --config .markdownlint-cli2.cjs"
4242
},
4343
"dependencies": {
44-
"@docusaurus/faster": "^3.9.2",
45-
"@rspack/core": "^1.4.11",
46-
"@seqera/docusaurus-preset-seqera": "^1.0.38",
47-
"image-size": "^2.0.2",
48-
"postcss-import": "^16.1.1",
49-
"postcss-loader": "^8.1.1",
50-
"postcss-nesting": "^14.0.0",
51-
"react": "^18.2.0",
52-
"react-dom": "^18.2.0",
53-
"rehype-katex": "^7.0.1",
54-
"remark-deflist": "^1.0.0",
55-
"remark-math": "^6.0.0",
56-
"webpack-dev-server": "^5.2.1",
57-
"yaml": "^2.8.3"
44+
"@docusaurus/faster": "3.10.1",
45+
"@rspack/core": "1.7.11",
46+
"@seqera/docusaurus-preset-seqera": "1.0.38",
47+
"image-size": "2.0.2",
48+
"postcss-import": "16.1.1",
49+
"postcss-loader": "8.2.1",
50+
"postcss-nesting": "14.0.0",
51+
"react": "18.3.1",
52+
"react-dom": "18.3.1",
53+
"rehype-katex": "7.0.1",
54+
"remark-deflist": "1.0.0",
55+
"remark-math": "6.0.0",
56+
"webpack-dev-server": "5.2.3",
57+
"yaml": "2.8.4"
5858
},
5959
"devDependencies": {
6060
"@docusaurus/eslint-plugin": "^3.9.2",
@@ -85,6 +85,6 @@
8585
]
8686
},
8787
"engines": {
88-
"node": ">=22"
88+
"node": "v26.1.0"
8989
}
9090
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
markdown~=3.5
2-
mkdocs~=1.5.3
3-
mkdocs-material~=9.5.6
4-
mkdocs-material-extensions>=1.0
5-
pygments~=2.16
6-
pymdown-extensions~=10.2
7-
jinja2>=2.11.1
1+
markdown==3.10.2
2+
mkdocs==1.5.3
3+
mkdocs-material==9.5.50
4+
mkdocs-material-extensions==1.3.1
5+
pygments==2.20.0
6+
pymdown-extensions==10.21.2
7+
jinja2==3.1.6
88
pillow
99
cairosvg
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
markdown~=3.5
2-
mkdocs~=1.5.3
3-
mkdocs-material~=9.5.6
4-
mkdocs-material-extensions>=1.0
5-
pygments~=2.16
6-
pymdown-extensions~=10.2
7-
jinja2>=2.11.1
1+
markdown==3.10.2
2+
mkdocs==1.5.3
3+
mkdocs-material==9.5.50
4+
mkdocs-material-extensions==1.3.1
5+
pygments==2.20.0
6+
pymdown-extensions==10.21.2
7+
jinja2==3.1.6
88
pillow
99
cairosvg

0 commit comments

Comments
 (0)