Skip to content

Commit

Permalink
fix(deps): update dependency qs to ^6.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
triple-bot committed Jul 10, 2024
1 parent 43f2945 commit 38f4555
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@titicaca/triple-web-to-native-interfaces": "1.9.0",
"@titicaca/view-utilities": "workspace:*",
"qs": "^6.12.2"
"qs": "^6.12.3"
},
"devDependencies": {
"@titicaca/i18n": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/standard-action-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@titicaca/tds-ui": "workspace:*",
"@titicaca/triple-web-to-native-interfaces": "1.9.0",
"@titicaca/view-utilities": "workspace:*",
"qs": "^6.12.2"
"qs": "^6.12.3"
},
"devDependencies": {
"@titicaca/i18n": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tds-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"moment": "^2.30.1",
"qs": "^6.12.2",
"qs": "^6.12.3",
"react-day-picker": "^7.4.10",
"react-transition-group": "^4.4.5",
"react-zoom-pan-pinch": "^3.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/triple-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@titicaca/type-definitions": "workspace:*",
"@titicaca/view-utilities": "workspace:*",
"moment": "^2.30.1",
"qs": "^6.12.2"
"qs": "^6.12.3"
},
"devDependencies": {
"@titicaca/i18n": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/triple-web-nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@titicaca/fetcher": "workspace:*",
"@titicaca/triple-web-utils": "workspace:*",
"@titicaca/view-utilities": "workspace:*",
"qs": "^6.12.2",
"qs": "^6.12.3",
"ua-parser-js": "^1.0.38",
"universal-cookie": "^4.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/triple-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@titicaca/triple-web-to-native-interfaces": "1.9.0",
"@titicaca/view-utilities": "workspace:*",
"@types/ua-parser-js": "^0.7.39",
"qs": "^6.12.2",
"qs": "^6.12.3",
"semver": "^7.6.2",
"ua-parser-js": "^1.0.38"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/view-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"haversine": "^1.1.1",
"humps": "^2.0.1",
"moment": "^2.30.1",
"qs": "^6.12.2"
"qs": "^6.12.3"
},
"devDependencies": {
"@types/haversine": "^1.1.8",
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

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

0 comments on commit 38f4555

Please sign in to comment.