@awell-health/awell-extensions 2.0.119 → 2.0.120
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@awell-health/awell-extensions",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.120",
|
4
4
|
"packageManager": "yarn@3.4.1",
|
5
5
|
"main": "dist/src/index.js",
|
6
6
|
"repository": {
|
@@ -76,7 +76,7 @@
|
|
76
76
|
"dependencies": {
|
77
77
|
"@awell-health/awell-sdk": "^0.1.20",
|
78
78
|
"@awell-health/extensions-core": "1.0.11",
|
79
|
-
"@dropbox/sign": "^1.
|
79
|
+
"@dropbox/sign": "^1.8.0",
|
80
80
|
"@genql/cli": "^6.3.3",
|
81
81
|
"@hubspot/api-client": "^11.2.0",
|
82
82
|
"@langchain/core": "^0.3.1",
|
@@ -101,7 +101,6 @@
|
|
101
101
|
"graphql": "^16.8.1",
|
102
102
|
"graphql-request": "5.1.0",
|
103
103
|
"graphql-tag": "^2.12.6",
|
104
|
-
"json-schema-faker": "^0.5.6",
|
105
104
|
"jsonpath": "^1.1.1",
|
106
105
|
"langchain": "^0.3.2",
|
107
106
|
"libphonenumber-js": "^1.10.26",
|
@@ -120,5 +119,8 @@
|
|
120
119
|
"xml2js": "^0.6.2",
|
121
120
|
"zod": "^3.23.4",
|
122
121
|
"zod-validation-error": "^3.2.0"
|
122
|
+
},
|
123
|
+
"resolutions": {
|
124
|
+
"jsonpath-plus": "^10.2.0"
|
123
125
|
}
|
124
126
|
}
|