Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump qs from 6.7.0 to 6.7.3
Browse files Browse the repository at this point in the history
Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 to 6.7.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.7.0...v6.7.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 11, 2023
1 parent dc8df4f commit adff7da
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/mwp-api-proxy-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"mwp-auth-plugin": ">=0.0.1",
"mwp-config": ">=0.0.1",
"mwp-logger-plugin": ">=0.0.1",
"qs": "6.7.0",
"qs": "6.7.3",
"request": "2.88.0",
"rison": "0.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mwp-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"mwp-store": ">=0.0.1",
"node-fetch": "1.7.2",
"pino": "4.7.1",
"qs": "6.7.0"
"qs": "6.7.3"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion packages/mwp-language-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"homepage": "https://github.com/meetup/meetup-web-platform#readme",
"dependencies": {
"accepts": "1.3.7",
"qs": "6.7.0"
"qs": "6.7.3"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion packages/mwp-tracking-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"avsc": "5.1.1",
"js-cookie": "2.2.0",
"mwp-logger-plugin": ">=0.0.1",
"qs": "6.7.0",
"qs": "6.7.3",
"rison": "0.1.1",
"url": "0.11.0",
"uuid": "3.3.2"
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8460,9 +8460,10 @@ q@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"

qs@6.7.0:
version "6.7.0"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
qs@6.7.3:
version "6.7.3"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.3.tgz#67634d715101aa950601f58dbef353b7e1696b95"
integrity sha512-WBoQWf5L/UOLqUj8Mvr4Om7J+ZTCqPbYPHyeLNRS9t9Q3M3/o/9ctpWnlo8yyETPclx7FhH5LidjKKJa9kdSRQ==

qs@~6.5.2:
version "6.5.2"
Expand Down

0 comments on commit adff7da

Please sign in to comment.