-
Notifications
You must be signed in to change notification settings - Fork 78
update dependency version #2172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1001,7 +1001,7 @@ describe("LRO Rest Client", () => { | |||
assert.equal(result.status, "200"); | |||
}); | |||
|
|||
it("should handle put200InvalidJson", async () => { | |||
it.only("should handle put200InvalidJson", async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -109,10 +109,10 @@ | |||
"node-cmd": "^3.0.0", | |||
"npm-run-all": "^4.1.5", | |||
"path-browserify": "^1.0.1", | |||
"puppeteer": "^3.3.0", | |||
"puppeteer": "^21.6.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you check on this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in main, it's "^21.0.0"
can we close this as of #2357 ? |
close it for now |
fix #2167
update sinon, directory-tree puppeteer versions to fix this issue