Skip to content

Commit

Permalink
fix: vulnerabilities issues in examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinccbsg committed Oct 25, 2021
1 parent 2fe1cb8 commit ef64790
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 49 deletions.
54 changes: 7 additions & 47 deletions examples/ts-example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-jsdoc-swagger",
"version": "1.6.6",
"version": "1.6.7",
"description": "Swagger OpenAPI 3.x generator",
"main": "index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/transforms/paths/parameters.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,4 @@ it('should parse jsdoc path params with json options', () => {
const parsedJSDocs = jsdocInfo()(jsodInput);
const result = setPaths({}, parsedJSDocs);
expect(result).toEqual(expected);
});
});

0 comments on commit ef64790

Please sign in to comment.