Skip to content

Commit 696ce4c

Browse files
Bump qs from 6.14.0 to 6.14.1 (#19597)
Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.14.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.0...v6.14.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3dcb665 commit 696ce4c

File tree

14 files changed

+67
-67
lines changed

14 files changed

+67
-67
lines changed

components/brilliant_directories/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"dependencies": {
1616
"@pipedream/platform": "^1.6.8",
17-
"qs": "^6.11.2"
17+
"qs": "^6.14.1"
1818
}
1919
}

components/chatbot_builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"dependencies": {
1616
"@pipedream/platform": "^1.6.8",
17-
"qs": "^6.12.0"
17+
"qs": "^6.14.1"
1818
}
1919
}

components/cloudtables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"dependencies": {
1616
"@pipedream/platform": "^3.1.1",
17-
"qs": "^6.11.0"
17+
"qs": "^6.14.1"
1818
}
1919
}

components/expensify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@pipedream/platform": "^3.1.1",
20-
"qs": "^6.11.0"
20+
"qs": "^6.14.1"
2121
},
2222
"devDependencies": {
2323
"@pipedream/types": "^0.3.2"

components/line/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"dependencies": {
1717
"@line/bot-sdk": "^7.5.2",
1818
"@pipedream/platform": "^1.6.8",
19-
"qs": "^6.11.1"
19+
"qs": "^6.14.1"
2020
}
2121
}

components/mailwizz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"dependencies": {
1616
"@pipedream/platform": "^3.1.1",
17-
"qs": "^6.11.0"
17+
"qs": "^6.14.1"
1818
}
1919
}

components/outseta/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"dependencies": {
1616
"@pipedream/platform": "^1.6.8",
17-
"qs": "^6.11.1"
17+
"qs": "^6.14.1"
1818
}
1919
}

components/pinecone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "Pipedream <[email protected]> (https://pipedream.com/)",
1212
"dependencies": {
1313
"@pipedream/platform": "^1.6.8",
14-
"qs": "^6.11.1"
14+
"qs": "^6.14.1"
1515
},
1616
"publishConfig": {
1717
"access": "public"

components/reddit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"async-retry": "^1.3.3",
1818
"axios": "^0.30.2",
1919
"lodash": "^4.17.21",
20-
"qs": "^6.11.0"
20+
"qs": "^6.14.1"
2121
}
2222
}

components/twitch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@pipedream/platform": "^3.1.1",
18-
"qs": "^6.10.5",
18+
"qs": "^6.14.1",
1919
"uuid": "^8.3.2"
2020
}
2121
}

0 commit comments

Comments
 (0)