polarity-integration-utils 3.1.5 → 3.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polarity-integration-utils",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "description": "A utility library for building Polarity Integrations",
5
5
  "files": [
6
6
  "dist"
@@ -105,17 +105,8 @@
105
105
  "dependencies": {
106
106
  "bottleneck": "^2.19.5",
107
107
  "lodash": "^4.17.21",
108
- "postman-request": "^2.88.1-postman.43",
108
+ "postman-request": "^2.88.1-postman.48",
109
109
  "zod": "^4.1.12"
110
110
  },
111
- "overrides": {
112
- "qs": "^6.14.1",
113
- "postman-request": {
114
- "qs": "^6.14.1",
115
- "request": {
116
- "qs": "^6.14.1"
117
- }
118
- }
119
- },
120
111
  "sideEffects": false
121
112
  }