Skip to content

Commit ed8bbc1

Browse files
Pin dependencies (#347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent babe24a commit ed8bbc1

File tree

3 files changed

+92
-92
lines changed

3 files changed

+92
-92
lines changed

.github/workflows/docs_validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
name: 📚 Doc validation
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717
with:
1818
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
1919
- name: 🔗 Markup Link Checker (mlc)
20-
uses: becheran/[email protected]
20+
uses: becheran/mlc@c925f90a9a25e16e4c4bfa29058f6f9ffa9f0d8c # v0.21.0
2121
with:
2222
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dotnet.microsoft.com/*,https://dev.azure.com/*,https://app.codecov.io/* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://msrc.microsoft.com/*,https://www.microsoft.com/msrc*,https://microsoft.com/msrc*,https://www.microsoft.com/legal/intellectualproperty/trademarks/usage/general
2323
- name: ⚙ Install prerequisites

src/servicebroker-npm/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,30 @@
3737
"vscode-jsonrpc": "^8.1.0"
3838
},
3939
"devDependencies": {
40-
"@microsoft/tsdoc": "^0.15.0",
41-
"@tsconfig/node18": "^18.2.4",
42-
"@types/jest": "^29.5.3",
43-
"@types/msgpack-lite": "^0.1.11",
44-
"@types/node": "^18.19.31",
45-
"@types/string-hash": "^1.1.3",
46-
"@types/uuid": "^9.0.2",
47-
"@typescript-eslint/eslint-plugin": "^6.2.0",
48-
"@typescript-eslint/parser": "^6.2.0",
49-
"@yarnpkg/sdks": "^3.0.0-rc.48",
50-
"eslint": "^8.45.0",
51-
"eslint-config-prettier": "^10.0.1",
52-
"eslint-plugin-import": "^2.31.0",
53-
"eslint-plugin-jest": "^28.11.0",
54-
"eslint-plugin-jsx-a11y": "^6.10.2",
55-
"eslint-plugin-prettier": "^5.2.3",
56-
"jest": "^29.6.2",
57-
"jshint": "^2.13.6",
58-
"nerdbank-gitversioning": "^3.6.133",
59-
"nyc": "^15.1.0",
60-
"prettier": "^3.0.0",
61-
"ts-jest": "^29.1.1",
62-
"ts-node": "^10.9.2",
63-
"typescript": "^5.1.6",
64-
"yargs": "^17.7.2"
40+
"@microsoft/tsdoc": "0.15.1",
41+
"@tsconfig/node18": "18.2.4",
42+
"@types/jest": "29.5.12",
43+
"@types/msgpack-lite": "0.1.11",
44+
"@types/node": "18.19.31",
45+
"@types/string-hash": "1.1.3",
46+
"@types/uuid": "9.0.8",
47+
"@typescript-eslint/eslint-plugin": "6.21.0",
48+
"@typescript-eslint/parser": "6.21.0",
49+
"@yarnpkg/sdks": "3.1.0",
50+
"eslint": "8.57.0",
51+
"eslint-config-prettier": "10.0.1",
52+
"eslint-plugin-import": "2.31.0",
53+
"eslint-plugin-jest": "28.11.0",
54+
"eslint-plugin-jsx-a11y": "6.10.2",
55+
"eslint-plugin-prettier": "5.2.3",
56+
"jest": "29.7.0",
57+
"jshint": "2.13.6",
58+
"nerdbank-gitversioning": "3.6.133",
59+
"nyc": "15.1.0",
60+
"prettier": "3.2.5",
61+
"ts-jest": "29.1.2",
62+
"ts-node": "10.9.2",
63+
"typescript": "5.4.5",
64+
"yargs": "17.7.2"
6565
}
6666
}

0 commit comments

Comments
 (0)