From 33207aab9fdd56c4f80cb09b8fa2d8ff8efaef36 Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Tue, 2 Jun 2020 12:44:11 +0630 Subject: [PATCH] Pin dependencies that were not pinned (#7549) * Pin dependencies that were not pinned * yarn lock --- package.json | 2 +- packages/driver/package.json | 2 +- packages/server/package.json | 2 +- yarn.lock | 20 ++++++++++---------- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 10e6a89a62..ba6b151993 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@types/node": "12.12.21", "@types/prismjs": "1.16.0", "@types/ramda": "0.25.47", - "@types/react": "^16.9.27", + "@types/react": "16.9.35", "@types/react-dom": "16.9.4", "@types/request-promise": "4.1.45", "@types/sinon-chai": "3.2.3", diff --git a/packages/driver/package.json b/packages/driver/package.json index 278bdfec2b..1025a6cef6 100644 --- a/packages/driver/package.json +++ b/packages/driver/package.json @@ -10,7 +10,7 @@ "start": "node test/support/server.js" }, "devDependencies": { - "@babel/code-frame": "^7.0.0", + "@babel/code-frame": "7.8.3", "@cypress/bower-kendo-ui": "0.0.2", "@cypress/sinon-chai": "1.1.0", "@cypress/underscore.inflection": "1.0.1", diff --git a/packages/server/package.json b/packages/server/package.json index f48feff6e3..eb037d8390 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -189,7 +189,7 @@ "stream-to-promise": "1.1.1", "supertest": "4.0.2", "supertest-session": "4.0.0", - "through2": "^2.0.0", + "through2": "2.0.5", "ts-loader": "7.0.4", "webpack": "4.43.0", "ws": "5.2.2", diff --git a/yarn.lock b/yarn.lock index b4d961b260..24ee4a153c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23,7 +23,7 @@ optionalDependencies: chokidar "^2.1.8" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3": +"@babel/code-frame@7.8.3", "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.8.3": version "7.8.3" resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e" integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g== @@ -4122,7 +4122,7 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^16.9.27": +"@types/react@*", "@types/react@16.9.35": version "16.9.35" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.35.tgz#a0830d172e8aadd9bd41709ba2281a3124bbd368" integrity sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ== @@ -24076,6 +24076,14 @@ through2-filter@^3.0.0: through2 "~2.0.0" xtend "~4.0.0" +through2@2.0.5, through2@^2.0.0, through2@^2.0.1, through2@^2.0.2, through2@^2.0.3, through2@~2.0.0, through2@~2.0.3: + version "2.0.5" + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" + integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== + dependencies: + readable-stream "~2.3.6" + xtend "~4.0.1" + through2@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.0.tgz#468b461df9cd9fcc170f22ebf6852e467e578ff2" @@ -24084,14 +24092,6 @@ through2@3.0.0: readable-stream "2 || 3" xtend "~4.0.1" -through2@^2.0.0, through2@^2.0.1, through2@^2.0.2, through2@^2.0.3, through2@~2.0.0, through2@~2.0.3: - version "2.0.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" - integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== - dependencies: - readable-stream "~2.3.6" - xtend "~4.0.1" - through2@^3.0.0, through2@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.1.tgz#39276e713c3302edf9e388dd9c812dd3b825bd5a"