Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrglo committed Feb 18, 2021
1 parent e7a8fbc commit 4d19be8
Show file tree
Hide file tree
Showing 3 changed files with 436 additions and 465 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2020 Andre Gloria <andredagloria@gmail.com> (andrglo.com)
Copyright (c) 2021 Andre Gloria <andredagloria@gmail.com> (andrglo.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "http-swagger-router",
"version": "2.0.9",
"version": "2.0.10",
"description": "A http like router using generators that builds a full swagger specification",
"repository": "https://github.com/andrglo/http-swagger-router.git",
"author": {
Expand All @@ -17,11 +17,11 @@
"router"
],
"devDependencies": {
"chai": "^4.2.0",
"chai": "^4.3.0",
"coveralls": "^3.1.0",
"eslint": "^7.12.1",
"eslint": "^7.20.0",
"eslint-config-google": "^0.14.0",
"mocha": "^8.2.0",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"swagger-parser": "^10.0.2"
},
Expand All @@ -36,6 +36,6 @@
"json-refs": "^3.0.15",
"methods": "^1.1.2",
"path-to-regexp": "^6.2.0",
"title-case": "^3.0.2"
"title-case": "^3.0.3"
}
}

0 comments on commit 4d19be8

Please sign in to comment.