Skip to content

Commit

Permalink
chore(deps): update dependency qs to ^6.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TRIPLE Bot committed Feb 12, 2025
1 parent a951e1a commit d89a34b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 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.10.0",
"@titicaca/view-utilities": "workspace:*",
"qs": "^6.13.1"
"qs": "^6.14.0"
},
"devDependencies": {
"@titicaca/triple-web": "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.10.0",
"@titicaca/view-utilities": "workspace:*",
"qs": "^6.13.1"
"qs": "^6.14.0"
},
"devDependencies": {
"@titicaca/triple-web": "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 @@ -60,7 +60,7 @@
"date-fns": "^3.3.1",
"moment": "^2.30.1",
"react-intersection-observer": "^9.13.1",
"qs": "^6.13.1",
"qs": "^6.14.0",
"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.13.1"
"qs": "^6.14.0"
},
"devDependencies": {
"@titicaca/triple-web": "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.13.1",
"qs": "^6.14.0",
"ua-parser-js": "^1.0.40",
"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 @@ -46,7 +46,7 @@
"@titicaca/triple-web-to-native-interfaces": "1.10.0",
"@titicaca/view-utilities": "workspace:*",
"@types/ua-parser-js": "^0.7.39",
"qs": "^6.13.1",
"qs": "^6.14.0",
"semver": "^7.6.3",
"ua-parser-js": "^1.0.40"
},
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.13.1"
"qs": "^6.14.0"
},
"devDependencies": {
"@types/haversine": "^1.1.8",
Expand Down
14 changes: 7 additions & 7 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 d89a34b

Please sign in to comment.