From 941b30c975e6a58fbe535bbe9319412942b028f5 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Tue, 28 Feb 2023 22:58:00 -0800 Subject: [PATCH] Pin all of the deps besides @types/node and @octokit/rest (#53026) --- package-lock.json | 24 ++++++++++++------------ package.json | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5062904157f..6b05120f01b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,21 +15,21 @@ "devDependencies": { "@esfx/canceltoken": "^1.0.0", "@octokit/rest": "latest", - "@types/chai": "latest", + "@types/chai": "^4.3.4", "@types/fs-extra": "^9.0.13", - "@types/glob": "latest", - "@types/microsoft__typescript-etw": "latest", - "@types/minimist": "latest", - "@types/mocha": "latest", - "@types/ms": "latest", + "@types/glob": "^8.1.0", + "@types/microsoft__typescript-etw": "^0.1.1", + "@types/minimist": "^1.2.2", + "@types/mocha": "^10.0.1", + "@types/ms": "^0.7.31", "@types/node": "latest", - "@types/source-map-support": "latest", + "@types/source-map-support": "^0.5.6", "@types/which": "^2.0.1", "@typescript-eslint/eslint-plugin": "^5.33.1", "@typescript-eslint/parser": "^5.33.1", "@typescript-eslint/utils": "^5.33.1", "azure-devops-node-api": "^11.2.0", - "chai": "latest", + "chai": "^4.3.7", "chalk": "^4.1.2", "chokidar": "^3.5.3", "del": "^6.1.1", @@ -46,12 +46,12 @@ "glob": "^8.1.0", "hereby": "^1.6.4", "jsonc-parser": "^3.2.0", - "minimist": "latest", - "mocha": "latest", - "mocha-fivemat-progress-reporter": "latest", + "minimist": "^1.2.8", + "mocha": "^10.2.0", + "mocha-fivemat-progress-reporter": "^0.1.0", "ms": "^2.1.3", "node-fetch": "^3.2.10", - "source-map-support": "latest", + "source-map-support": "^0.5.21", "typescript": "5.0.0-dev.20230112", "which": "^2.0.2" }, diff --git a/package.json b/package.json index f580c226151..4df3918b285 100644 --- a/package.json +++ b/package.json @@ -41,21 +41,21 @@ "devDependencies": { "@esfx/canceltoken": "^1.0.0", "@octokit/rest": "latest", - "@types/chai": "latest", + "@types/chai": "^4.3.4", "@types/fs-extra": "^9.0.13", - "@types/glob": "latest", - "@types/microsoft__typescript-etw": "latest", - "@types/minimist": "latest", - "@types/mocha": "latest", - "@types/ms": "latest", + "@types/glob": "^8.1.0", + "@types/microsoft__typescript-etw": "^0.1.1", + "@types/minimist": "^1.2.2", + "@types/mocha": "^10.0.1", + "@types/ms": "^0.7.31", "@types/node": "latest", - "@types/source-map-support": "latest", + "@types/source-map-support": "^0.5.6", "@types/which": "^2.0.1", "@typescript-eslint/eslint-plugin": "^5.33.1", "@typescript-eslint/parser": "^5.33.1", "@typescript-eslint/utils": "^5.33.1", "azure-devops-node-api": "^11.2.0", - "chai": "latest", + "chai": "^4.3.7", "chalk": "^4.1.2", "chokidar": "^3.5.3", "del": "^6.1.1", @@ -72,12 +72,12 @@ "glob": "^8.1.0", "hereby": "^1.6.4", "jsonc-parser": "^3.2.0", - "minimist": "latest", - "mocha": "latest", - "mocha-fivemat-progress-reporter": "latest", + "minimist": "^1.2.8", + "mocha": "^10.2.0", + "mocha-fivemat-progress-reporter": "^0.1.0", "ms": "^2.1.3", "node-fetch": "^3.2.10", - "source-map-support": "latest", + "source-map-support": "^0.5.21", "typescript": "5.0.0-dev.20230112", "which": "^2.0.2" },