Skip to content
  • Sponsor expressjs/express

  • Notifications You must be signed in to change notification settings
  • Fork 17.9k

Commit 24b3dc5

Browse files
committedOct 6, 2022
deps: qs@6.11.0
1 parent 689d175 commit 24b3dc5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎History.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ unreleased
55
* deps: body-parser@1.20.1
66
- deps: qs@6.11.0
77
- perf: remove unnecessary object clone
8+
* deps: qs@6.11.0
89

910
4.18.1 / 2022-04-29
1011
===================

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"parseurl": "~1.3.3",
5050
"path-to-regexp": "0.1.7",
5151
"proxy-addr": "~2.0.7",
52-
"qs": "6.10.3",
52+
"qs": "6.11.0",
5353
"range-parser": "~1.2.1",
5454
"safe-buffer": "5.2.1",
5555
"send": "0.18.0",

0 commit comments

Comments
 (0)
Please sign in to comment.