Skip to content

Commit

Permalink
Bump the qs version to fix vulnerability issue. (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisNikulin5 authored Jun 26, 2024
1 parent 593335a commit 1815244
Show file tree
Hide file tree
Showing 7 changed files with 83 additions and 106 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-rest-client",
"version": "2.0.0",
"version": "2.0.1",
"description": "Node Rest and Http Clients for use with TypeScript",
"main": "./RestClient.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"des.js": "^1.1.0",
"js-md4": "^0.3.2",
"qs": "^6.9.7",
"qs": "^6.10.3",
"tunnel": "0.0.6",
"underscore": "^1.12.1"
}
Expand Down
6 changes: 3 additions & 3 deletions samples/basic/package-lock.json

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

6 changes: 3 additions & 3 deletions samples/react/package-lock.json

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

6 changes: 3 additions & 3 deletions samples/webSample/package-lock.json

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

Loading

0 comments on commit 1815244

Please sign in to comment.