Skip to content

Commit

Permalink
Merge pull request #736 from bhardwz/2.0.x
Browse files Browse the repository at this point in the history
fix: updating the version of Nock library
  • Loading branch information
rahulawl committed Apr 18, 2023
2 parents 47b5f29 + 553f45e commit ea88cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ask-sdk-express-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-tsdoc": "^0.2.6",
"express": "^4.16.4",
"mocha": "^8.3.2",
"nock": "^9.2.3",
"nock": "^13.3.0",
"nyc": "^14.1.1",
"sinon": "^7.0.13",
"supertest": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion ask-sdk-v1adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint": "^7.6.0",
"eslint-plugin-tsdoc": "^0.2.6",
"mocha": "^5.0.5",
"nock": "^9.2.3",
"nock": "^13.3.0",
"nyc": "^14.1.1",
"sinon": "^7.0.13",
"ts-node": "^6.0.1",
Expand Down

0 comments on commit ea88cef

Please sign in to comment.