Skip to content

Commit 4d4227a

Browse files
Pin dependencies in release-5.0 (#53126)
Co-authored-by: Jake Bailey <[email protected]>
1 parent 79bdd93 commit 4d4227a

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

package-lock.json

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@
4141
"devDependencies": {
4242
"@esfx/canceltoken": "^1.0.0",
4343
"@octokit/rest": "latest",
44-
"@types/chai": "latest",
44+
"@types/chai": "^4.3.4",
4545
"@types/fs-extra": "^9.0.13",
46-
"@types/glob": "latest",
47-
"@types/microsoft__typescript-etw": "latest",
48-
"@types/minimist": "latest",
49-
"@types/mocha": "latest",
50-
"@types/ms": "latest",
46+
"@types/glob": "^8.1.0",
47+
"@types/microsoft__typescript-etw": "^0.1.1",
48+
"@types/minimist": "^1.2.2",
49+
"@types/mocha": "^10.0.1",
50+
"@types/ms": "^0.7.31",
5151
"@types/node": "latest",
52-
"@types/source-map-support": "latest",
52+
"@types/source-map-support": "^0.5.6",
5353
"@types/which": "^2.0.1",
5454
"@typescript-eslint/eslint-plugin": "^5.33.1",
5555
"@typescript-eslint/parser": "^5.33.1",
5656
"@typescript-eslint/utils": "^5.33.1",
5757
"azure-devops-node-api": "^11.2.0",
58-
"chai": "latest",
58+
"chai": "^4.3.7",
5959
"chalk": "^4.1.2",
6060
"chokidar": "^3.5.3",
6161
"del": "^6.1.1",
@@ -69,15 +69,15 @@
6969
"eslint-plugin-simple-import-sort": "^10.0.0",
7070
"fast-xml-parser": "^4.0.11",
7171
"fs-extra": "^9.1.0",
72-
"glob": "latest",
72+
"glob": "^8.1.0",
7373
"hereby": "^1.6.4",
7474
"jsonc-parser": "^3.2.0",
75-
"minimist": "latest",
76-
"mocha": "latest",
77-
"mocha-fivemat-progress-reporter": "latest",
75+
"minimist": "^1.2.8",
76+
"mocha": "^10.2.0",
77+
"mocha-fivemat-progress-reporter": "^0.1.0",
7878
"ms": "^2.1.3",
7979
"node-fetch": "^3.2.10",
80-
"source-map-support": "latest",
80+
"source-map-support": "^0.5.21",
8181
"typescript": "5.0.0-dev.20230112",
8282
"which": "^2.0.2"
8383
},

0 commit comments

Comments
 (0)