diff --git a/.changeset/@graphql-mesh_neo4j-5416-dependencies.md b/.changeset/@graphql-mesh_neo4j-5416-dependencies.md new file mode 100644 index 0000000000000..7abbe4bb24323 --- /dev/null +++ b/.changeset/@graphql-mesh_neo4j-5416-dependencies.md @@ -0,0 +1,5 @@ +--- +"@graphql-mesh/neo4j": patch +--- +dependencies updates: + - Updated dependency [`@neo4j/graphql@3.18.3` ↗︎](https://www.npmjs.com/package/@neo4j/graphql/v/3.18.3) (from `3.18.2`, in `dependencies`) diff --git a/.changeset/@omnigraph_json-schema-5416-dependencies.md b/.changeset/@omnigraph_json-schema-5416-dependencies.md new file mode 100644 index 0000000000000..61fb18aa7f991 --- /dev/null +++ b/.changeset/@omnigraph_json-schema-5416-dependencies.md @@ -0,0 +1,5 @@ +--- +"@omnigraph/json-schema": patch +--- +dependencies updates: + - Updated dependency [`qs@6.11.2` ↗︎](https://www.npmjs.com/package/qs/v/6.11.2) (from `6.11.1`, in `dependencies`) diff --git a/examples/gcp-functions/package.json b/examples/gcp-functions/package.json index 906e4d998819d..86f046329e4c2 100644 --- a/examples/gcp-functions/package.json +++ b/examples/gcp-functions/package.json @@ -15,7 +15,7 @@ "@google-cloud/functions-framework": "3.2.0", "@graphql-mesh/cli": "0.82.35", "@graphql-mesh/json-schema": "0.93.1", - "@types/node": "18.16.7", + "@types/node": "18.16.10", "graphql": "16.6.0", "typescript": "5.0.4" } diff --git a/examples/graphql-file-upload-example/frontend/package.json b/examples/graphql-file-upload-example/frontend/package.json index cb6cf1da7e9f2..0119154fbdf4c 100644 --- a/examples/graphql-file-upload-example/frontend/package.json +++ b/examples/graphql-file-upload-example/frontend/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@types/apollo-upload-client": "17.0.2", "@types/jest": "29.5.1", - "@types/node": "18.16.7", + "@types/node": "18.16.10", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "typescript": "5.0.4" diff --git a/examples/hive-example/sources/authors/package.json b/examples/hive-example/sources/authors/package.json index bd5c31a0e03b9..534e27edc1345 100644 --- a/examples/hive-example/sources/authors/package.json +++ b/examples/hive-example/sources/authors/package.json @@ -14,7 +14,7 @@ "typescript": "5.0.4" }, "devDependencies": { - "@graphql-hive/cli": "0.21.0", + "@graphql-hive/cli": "0.22.0", "@graphql-mesh/cli": "0.82.35", "@graphql-mesh/openapi": "0.93.1", "graphql": "16.6.0" diff --git a/examples/hive-example/sources/books/package.json b/examples/hive-example/sources/books/package.json index 9cc5fdd345a5a..06c15a3b1d69a 100644 --- a/examples/hive-example/sources/books/package.json +++ b/examples/hive-example/sources/books/package.json @@ -14,7 +14,7 @@ "typescript": "5.0.4" }, "devDependencies": { - "@graphql-hive/cli": "0.21.0", + "@graphql-hive/cli": "0.22.0", "@graphql-mesh/cli": "0.82.35", "@graphql-mesh/openapi": "0.93.1", "graphql": "16.6.0" diff --git a/examples/json-schema-file-upload/package.json b/examples/json-schema-file-upload/package.json index 1bed9a0cbef64..3031303fefb72 100644 --- a/examples/json-schema-file-upload/package.json +++ b/examples/json-schema-file-upload/package.json @@ -15,7 +15,7 @@ "graphql": "16.6.0" }, "devDependencies": { - "@types/node": "18.16.7", + "@types/node": "18.16.10", "concurrently": "8.0.1", "ts-node": "10.9.1", "typescript": "5.0.4" diff --git a/examples/mongoose-example/package.json b/examples/mongoose-example/package.json index 2320fa26ff8d1..ad7b58065db31 100644 --- a/examples/mongoose-example/package.json +++ b/examples/mongoose-example/package.json @@ -10,7 +10,7 @@ "@graphql-mesh/cli": "0.82.35", "@graphql-mesh/mongoose": "0.93.1", "graphql": "16.6.0", - "mongoose": "7.1.0" + "mongoose": "7.1.1" }, "devDependencies": { "jest": "29.5.0" diff --git a/examples/openapi-react-weatherbit/package.json b/examples/openapi-react-weatherbit/package.json index 1d11ac2063d46..6668ed0df0ee3 100644 --- a/examples/openapi-react-weatherbit/package.json +++ b/examples/openapi-react-weatherbit/package.json @@ -21,7 +21,7 @@ "@types/react-dom": "18.2.4", "@vitejs/plugin-react": "4.0.0", "typescript": "5.0.4", - "vite": "4.3.5" + "vite": "4.3.7" }, "browserslist": { "production": [ diff --git a/examples/openwhisk-example/package.json b/examples/openwhisk-example/package.json index b745bf9209898..e613a5398b7f6 100644 --- a/examples/openwhisk-example/package.json +++ b/examples/openwhisk-example/package.json @@ -14,7 +14,7 @@ "dependencies": { "@graphql-mesh/cli": "0.82.35", "@graphql-mesh/graphql": "0.93.1", - "esbuild": "0.17.18", + "esbuild": "0.17.19", "graphql": "16.6.0", "typescript": "5.0.4" } diff --git a/examples/postgres-geodb/package.json b/examples/postgres-geodb/package.json index 8a89817d5aa50..06b251ce35f7d 100644 --- a/examples/postgres-geodb/package.json +++ b/examples/postgres-geodb/package.json @@ -19,7 +19,7 @@ "graphql": "16.6.0" }, "devDependencies": { - "@types/node": "18.16.7", + "@types/node": "18.16.10", "cross-env": "7.0.3", "ts-node": "10.9.1", "typescript": "5.0.4" diff --git a/package.json b/package.json index 9d31b2facc1a6..1e52941c43cd1 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@changesets/cli": "2.26.1", "@theguild/prettier-config": "1.1.3", "@types/jest": "29.5.1", - "@types/node": "18.16.7", + "@types/node": "18.16.10", "@typescript-eslint/eslint-plugin": "5.59.6", "@typescript-eslint/parser": "5.59.6", "babel-jest": "29.5.0", @@ -78,9 +78,9 @@ "typescript": "5.0.4" }, "resolutions": { - "esbuild": "0.17.18", + "esbuild": "0.17.19", "graphql": "16.6.0", - "undici": "5.22.0", + "undici": "5.22.1", "uuid": "7.0.3" }, "lint-staged": { diff --git a/packages/cache/cfw-kv/package.json b/packages/cache/cfw-kv/package.json index 47a05222149e2..7e8514d704286 100644 --- a/packages/cache/cfw-kv/package.json +++ b/packages/cache/cfw-kv/package.json @@ -36,7 +36,7 @@ }, "dependencies": {}, "devDependencies": { - "@cloudflare/workers-types": "4.20230419.0" + "@cloudflare/workers-types": "4.20230511.0" }, "publishConfig": { "access": "public", diff --git a/packages/cache/redis/package.json b/packages/cache/redis/package.json index 45746ab7ef3d2..1a3839c18e5d7 100644 --- a/packages/cache/redis/package.json +++ b/packages/cache/redis/package.json @@ -41,7 +41,7 @@ "ioredis-mock": "8.7.0" }, "devDependencies": { - "@types/ioredis-mock": "8.2.1" + "@types/ioredis-mock": "8.2.2" }, "publishConfig": { "access": "public", diff --git a/packages/handlers/mongoose/package.json b/packages/handlers/mongoose/package.json index a3246f9267340..6d2574b99c6c6 100644 --- a/packages/handlers/mongoose/package.json +++ b/packages/handlers/mongoose/package.json @@ -42,7 +42,7 @@ "graphql-compose-pagination": "8.3.0" }, "devDependencies": { - "mongoose": "7.1.0" + "mongoose": "7.1.1" }, "publishConfig": { "access": "public", diff --git a/packages/handlers/neo4j/package.json b/packages/handlers/neo4j/package.json index 03811076835cf..9fe7b03eee642 100644 --- a/packages/handlers/neo4j/package.json +++ b/packages/handlers/neo4j/package.json @@ -38,7 +38,7 @@ "tslib": "^2.4.0" }, "dependencies": { - "@neo4j/graphql": "3.18.2", + "@neo4j/graphql": "3.18.3", "@neo4j/introspector": "^1.0.1", "graphql-scalars": "^1.20.4", "neo4j-driver": "5.8.0" diff --git a/packages/loaders/json-schema/package.json b/packages/loaders/json-schema/package.json index b8660b63ebb3e..c298da6c07ea7 100644 --- a/packages/loaders/json-schema/package.json +++ b/packages/loaders/json-schema/package.json @@ -47,7 +47,7 @@ "graphql-scalars": "^1.20.4", "json-machete": "0.93.1", "pascal-case": "3.1.2", - "qs": "6.11.1", + "qs": "6.11.2", "to-json-schema": "0.2.5", "url-join": "4.0.1" }, diff --git a/website/package.json b/website/package.json index a01adf6bd3cad..8b0a00c69f9a3 100644 --- a/website/package.json +++ b/website/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@theguild/algolia": "1.1.7", "@theguild/tailwind-config": "0.2.1", - "@types/node": "18.16.7", + "@types/node": "18.16.10", "@types/react": "18.2.6", "cross-env": "7.0.3", "eslint-config-next": "13.4.1", diff --git a/yarn.lock b/yarn.lock index 900081bc394fa..1dfdb549c9685 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1948,10 +1948,10 @@ dependencies: mime "^3.0.0" -"@cloudflare/workers-types@4.20230419.0": - version "4.20230419.0" - resolved "https://registry.yarnpkg.com/@cloudflare/workers-types/-/workers-types-4.20230419.0.tgz#0d90e06d6ac3fcdd0c26e4c32817918811688c8b" - integrity sha512-MfNBlHrI/ekRkbLtdAo23D4hkXF+3QD92OCwuXxCUK73HtMHuBqkMp9T/8KFbKNRCnz7PzUderc7Jr5m3eeW3g== +"@cloudflare/workers-types@4.20230511.0": + version "4.20230511.0" + resolved "https://registry.yarnpkg.com/@cloudflare/workers-types/-/workers-types-4.20230511.0.tgz#48f187b35234b9be7c2c6303718584fce8243278" + integrity sha512-Br4i/8+t60HDJIo8o7O9Rrmp03bhdejRW9klb0bK9EfG5Ii7qz5G3PJO12gUz+Vu9m1v9tZ9KOh3Gg8oshXtug== "@colors/colors@1.5.0": version "1.5.0" @@ -2246,115 +2246,115 @@ escape-string-regexp "^4.0.0" rollup-plugin-node-polyfills "^0.2.1" -"@esbuild/android-arm64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.17.18.tgz#4aa8d8afcffb4458736ca9b32baa97d7cb5861ea" - integrity sha512-/iq0aK0eeHgSC3z55ucMAHO05OIqmQehiGay8eP5l/5l+iEr4EIbh4/MI8xD9qRFjqzgkc0JkX0LculNC9mXBw== - -"@esbuild/android-arm@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.17.18.tgz#74a7e95af4ee212ebc9db9baa87c06a594f2a427" - integrity sha512-EmwL+vUBZJ7mhFCs5lA4ZimpUH3WMAoqvOIYhVQwdIgSpHC8ImHdsRyhHAVxpDYUSm0lWvd63z0XH1IlImS2Qw== - -"@esbuild/android-x64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.17.18.tgz#1dcd13f201997c9fe0b204189d3a0da4eb4eb9b6" - integrity sha512-x+0efYNBF3NPW2Xc5bFOSFW7tTXdAcpfEg2nXmxegm4mJuVeS+i109m/7HMiOQ6M12aVGGFlqJX3RhNdYM2lWg== - -"@esbuild/darwin-arm64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.17.18.tgz#444f3b961d4da7a89eb9bd35cfa4415141537c2a" - integrity sha512-6tY+djEAdF48M1ONWnQb1C+6LiXrKjmqjzPNPWXhu/GzOHTHX2nh8Mo2ZAmBFg0kIodHhciEgUBtcYCAIjGbjQ== - -"@esbuild/darwin-x64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.17.18.tgz#a6da308d0ac8a498c54d62e0b2bfb7119b22d315" - integrity sha512-Qq84ykvLvya3dO49wVC9FFCNUfSrQJLbxhoQk/TE1r6MjHo3sFF2tlJCwMjhkBVq3/ahUisj7+EpRSz0/+8+9A== - -"@esbuild/freebsd-arm64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.18.tgz#b83122bb468889399d0d63475d5aea8d6829c2c2" - integrity sha512-fw/ZfxfAzuHfaQeMDhbzxp9mc+mHn1Y94VDHFHjGvt2Uxl10mT4CDavHm+/L9KG441t1QdABqkVYwakMUeyLRA== - -"@esbuild/freebsd-x64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.17.18.tgz#af59e0e03fcf7f221b34d4c5ab14094862c9c864" - integrity sha512-FQFbRtTaEi8ZBi/A6kxOC0V0E9B/97vPdYjY9NdawyLd4Qk5VD5g2pbWN2VR1c0xhzcJm74HWpObPszWC+qTew== - -"@esbuild/linux-arm64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.17.18.tgz#8551d72ba540c5bce4bab274a81c14ed01eafdcf" - integrity sha512-R7pZvQZFOY2sxUG8P6A21eq6q+eBv7JPQYIybHVf1XkQYC+lT7nDBdC7wWKTrbvMXKRaGudp/dzZCwL/863mZQ== - -"@esbuild/linux-arm@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.17.18.tgz#e09e76e526df4f665d4d2720d28ff87d15cdf639" - integrity sha512-jW+UCM40LzHcouIaqv3e/oRs0JM76JfhHjCavPxMUti7VAPh8CaGSlS7cmyrdpzSk7A+8f0hiedHqr/LMnfijg== - -"@esbuild/linux-ia32@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.17.18.tgz#47878860ce4fe73a36fd8627f5647bcbbef38ba4" - integrity sha512-ygIMc3I7wxgXIxk6j3V00VlABIjq260i967Cp9BNAk5pOOpIXmd1RFQJQX9Io7KRsthDrQYrtcx7QCof4o3ZoQ== - -"@esbuild/linux-loong64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.17.18.tgz#3f8fbf5267556fc387d20b2e708ce115de5c967a" - integrity sha512-bvPG+MyFs5ZlwYclCG1D744oHk1Pv7j8psF5TfYx7otCVmcJsEXgFEhQkbhNW8otDHL1a2KDINW20cfCgnzgMQ== - -"@esbuild/linux-mips64el@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.17.18.tgz#9d896d8f3c75f6c226cbeb840127462e37738226" - integrity sha512-oVqckATOAGuiUOa6wr8TXaVPSa+6IwVJrGidmNZS1cZVx0HqkTMkqFGD2HIx9H1RvOwFeWYdaYbdY6B89KUMxA== - -"@esbuild/linux-ppc64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.17.18.tgz#3d9deb60b2d32c9985bdc3e3be090d30b7472783" - integrity sha512-3dLlQO+b/LnQNxgH4l9rqa2/IwRJVN9u/bK63FhOPB4xqiRqlQAU0qDU3JJuf0BmaH0yytTBdoSBHrb2jqc5qQ== - -"@esbuild/linux-riscv64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.17.18.tgz#8a943cf13fd24ff7ed58aefb940ef178f93386bc" - integrity sha512-/x7leOyDPjZV3TcsdfrSI107zItVnsX1q2nho7hbbQoKnmoeUWjs+08rKKt4AUXju7+3aRZSsKrJtaRmsdL1xA== - -"@esbuild/linux-s390x@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.17.18.tgz#66cb01f4a06423e5496facabdce4f7cae7cb80e5" - integrity sha512-cX0I8Q9xQkL/6F5zWdYmVf5JSQt+ZfZD2bJudZrWD+4mnUvoZ3TDDXtDX2mUaq6upMFv9FlfIh4Gfun0tbGzuw== - -"@esbuild/linux-x64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.17.18.tgz#23c26050c6c5d1359c7b774823adc32b3883b6c9" - integrity sha512-66RmRsPlYy4jFl0vG80GcNRdirx4nVWAzJmXkevgphP1qf4dsLQCpSKGM3DUQCojwU1hnepI63gNZdrr02wHUA== - -"@esbuild/netbsd-x64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.17.18.tgz#789a203d3115a52633ff6504f8cbf757f15e703b" - integrity sha512-95IRY7mI2yrkLlTLb1gpDxdC5WLC5mZDi+kA9dmM5XAGxCME0F8i4bYH4jZreaJ6lIZ0B8hTrweqG1fUyW7jbg== - -"@esbuild/openbsd-x64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.17.18.tgz#d7b998a30878f8da40617a10af423f56f12a5e90" - integrity sha512-WevVOgcng+8hSZ4Q3BKL3n1xTv5H6Nb53cBrtzzEjDbbnOmucEVcZeGCsCOi9bAOcDYEeBZbD2SJNBxlfP3qiA== - -"@esbuild/sunos-x64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.17.18.tgz#ecad0736aa7dae07901ba273db9ef3d3e93df31f" - integrity sha512-Rzf4QfQagnwhQXVBS3BYUlxmEbcV7MY+BH5vfDZekU5eYpcffHSyjU8T0xucKVuOcdCsMo+Ur5wmgQJH2GfNrg== - -"@esbuild/win32-arm64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.17.18.tgz#58dfc177da30acf956252d7c8ae9e54e424887c4" - integrity sha512-Kb3Ko/KKaWhjeAm2YoT/cNZaHaD1Yk/pa3FTsmqo9uFh1D1Rfco7BBLIPdDOozrObj2sahslFuAQGvWbgWldAg== - -"@esbuild/win32-ia32@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.17.18.tgz#340f6163172b5272b5ae60ec12c312485f69232b" - integrity sha512-0/xUMIdkVHwkvxfbd5+lfG7mHOf2FRrxNbPiKWg9C4fFrB8H0guClmaM3BFiRUYrznVoyxTIyC/Ou2B7QQSwmw== - -"@esbuild/win32-x64@0.17.18": - version "0.17.18" - resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.17.18.tgz#3a8e57153905308db357fd02f57c180ee3a0a1fa" - integrity sha512-qU25Ma1I3NqTSHJUOKi9sAH1/Mzuvlke0ioMJRthLXKm7JiSKVwFghlGbDLOO2sARECGhja4xYfRAZNPAkooYg== +"@esbuild/android-arm64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz#bafb75234a5d3d1b690e7c2956a599345e84a2fd" + integrity sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA== + +"@esbuild/android-arm@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.17.19.tgz#5898f7832c2298bc7d0ab53701c57beb74d78b4d" + integrity sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A== + +"@esbuild/android-x64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.17.19.tgz#658368ef92067866d95fb268719f98f363d13ae1" + integrity sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww== + +"@esbuild/darwin-arm64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz#584c34c5991b95d4d48d333300b1a4e2ff7be276" + integrity sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg== + +"@esbuild/darwin-x64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz#7751d236dfe6ce136cce343dce69f52d76b7f6cb" + integrity sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw== + +"@esbuild/freebsd-arm64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz#cacd171665dd1d500f45c167d50c6b7e539d5fd2" + integrity sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ== + +"@esbuild/freebsd-x64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz#0769456eee2a08b8d925d7c00b79e861cb3162e4" + integrity sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ== + +"@esbuild/linux-arm64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz#38e162ecb723862c6be1c27d6389f48960b68edb" + integrity sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg== + +"@esbuild/linux-arm@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz#1a2cd399c50040184a805174a6d89097d9d1559a" + integrity sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA== + +"@esbuild/linux-ia32@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz#e28c25266b036ce1cabca3c30155222841dc035a" + integrity sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ== + +"@esbuild/linux-loong64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz#0f887b8bb3f90658d1a0117283e55dbd4c9dcf72" + integrity sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ== + +"@esbuild/linux-mips64el@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz#f5d2a0b8047ea9a5d9f592a178ea054053a70289" + integrity sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A== + +"@esbuild/linux-ppc64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz#876590e3acbd9fa7f57a2c7d86f83717dbbac8c7" + integrity sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg== + +"@esbuild/linux-riscv64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz#7f49373df463cd9f41dc34f9b2262d771688bf09" + integrity sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA== + +"@esbuild/linux-s390x@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz#e2afd1afcaf63afe2c7d9ceacd28ec57c77f8829" + integrity sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q== + +"@esbuild/linux-x64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz#8a0e9738b1635f0c53389e515ae83826dec22aa4" + integrity sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw== + +"@esbuild/netbsd-x64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz#c29fb2453c6b7ddef9a35e2c18b37bda1ae5c462" + integrity sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q== + +"@esbuild/openbsd-x64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz#95e75a391403cb10297280d524d66ce04c920691" + integrity sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g== + +"@esbuild/sunos-x64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz#722eaf057b83c2575937d3ffe5aeb16540da7273" + integrity sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg== + +"@esbuild/win32-arm64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz#9aa9dc074399288bdcdd283443e9aeb6b9552b6f" + integrity sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag== + +"@esbuild/win32-ia32@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz#95ad43c62ad62485e210f6299c7b2571e48d2b03" + integrity sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw== + +"@esbuild/win32-x64@0.17.19": + version "0.17.19" + resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz#8cfaf2ff603e9aabb910e9c0558c26cf32744061" + integrity sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA== "@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": version "4.4.0" @@ -2584,13 +2584,13 @@ parse-filepath "^1.0.2" tslib "~2.5.0" -"@graphql-hive/cli@0.21.0": - version "0.21.0" - resolved "https://registry.yarnpkg.com/@graphql-hive/cli/-/cli-0.21.0.tgz#276c193c1bcf08348e52b67e30971d506ee44c02" - integrity sha512-yl1cEXa3uri4y9KQd+wLMNEuz/3zp/EeL5YR9P5bQ1V3UPEaWiXynPgeRobfKJDw1QpCJmoK57zsfnkgxxDi5Q== +"@graphql-hive/cli@0.22.0": + version "0.22.0" + resolved "https://registry.yarnpkg.com/@graphql-hive/cli/-/cli-0.22.0.tgz#25bfeaf0aa6fea2422ed0973b6b06d6467afdb6f" + integrity sha512-igevH1FRcxaeb9+Uf62FQ3t4uGCjEajJHcSJRzM9VtbqH/43hdAGYDhYRXYu8S6LkAjt1fTAWz3FomoTMdVsXw== dependencies: "@graphql-hive/core" "0.2.3" - "@graphql-inspector/core" "4.1.0" + "@graphql-inspector/core" "4.2.1" "@graphql-tools/code-file-loader" "~7.3.6" "@graphql-tools/graphql-file-loader" "~7.5.5" "@graphql-tools/json-file-loader" "~7.4.6" @@ -2599,8 +2599,8 @@ "@graphql-tools/utils" "9.2.1" "@oclif/core" "^1.23.0" "@oclif/plugin-help" "5.2.9" - "@oclif/plugin-update" "3.1.9" - "@whatwg-node/fetch" "0.8.5" + "@oclif/plugin-update" "3.1.13" + "@whatwg-node/fetch" "0.8.8" colors "1.4.0" env-ci "7.3.0" git-parse "3.0.1" @@ -2644,14 +2644,14 @@ object-inspect "1.10.3" tslib "^2.0.0" -"@graphql-inspector/core@4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-4.1.0.tgz#62dd3d582a0e6540a698a7be942c6beb460ada0a" - integrity sha512-74bKh126/giMgUeTeuBFGtqId+Tzcuair7HD3+m6MR5hu1+Z64kUP/j3oWLEe/Hki89e7eFwTsJQhV9dRXer/Q== +"@graphql-inspector/core@4.2.1": + version "4.2.1" + resolved "https://registry.yarnpkg.com/@graphql-inspector/core/-/core-4.2.1.tgz#9ccaf6dddadb2d508f08ac60768125822d826d91" + integrity sha512-2aXRvILVy0qsGK9dJKeR/lqg5VW9oAr0ANDMcyzA1fuKZRXKR58bXMoLR6+NCV8dMg/Xjfi2imBbmx1ZhYrs/g== dependencies: dependency-graph "0.11.0" object-inspect "1.12.3" - tslib "^2.0.0" + tslib "2.5.0" "@graphql-tools/batch-delegate@^8.4.25", "@graphql-tools/batch-delegate@^8.4.27": version "8.4.27" @@ -4015,22 +4015,22 @@ "@napi-rs/simple-git-win32-arm64-msvc" "0.1.8" "@napi-rs/simple-git-win32-x64-msvc" "0.1.8" -"@neo4j/cypher-builder@~0.4.1": +"@neo4j/cypher-builder@~0.4.2": version "0.4.2" resolved "https://registry.yarnpkg.com/@neo4j/cypher-builder/-/cypher-builder-0.4.2.tgz#c4370bca02f3e249cd11329a70fa197dac57eac5" integrity sha512-Mx6CcjEEuMyE2PMeJM9/jHeHINEPIWt98drVyKZsqjrl9HqF4pbU4/bx1FpOzDPc9krv3kzhFrnyOnB32/fC/Q== -"@neo4j/graphql@3.18.2": - version "3.18.2" - resolved "https://registry.yarnpkg.com/@neo4j/graphql/-/graphql-3.18.2.tgz#8dceaa5f8c6da6c5e32360c9bb93f0502bcfba4b" - integrity sha512-BR8vumR1f+3HxNDLVAUfcOLMSWT+65LanNecCjIekozJGN5jtQDH9y6ucmx4SaDLm4N7xbyVv5S8jLuiOr4Tag== +"@neo4j/graphql@3.18.3": + version "3.18.3" + resolved "https://registry.yarnpkg.com/@neo4j/graphql/-/graphql-3.18.3.tgz#8365d0c9843b0762bc9547be3d458183c24e2351" + integrity sha512-u4YFjrJOp1QSzsF0x3DloJ12MCVrjQVyTSqsLAQDEI4Q57fvxB2HNWEIReGqmdnAao7R6O7viVMR9t63wqOD7A== dependencies: "@apollo/subgraph" "^2.2.3" "@graphql-tools/merge" "^8.3.3" "@graphql-tools/resolvers-composition" "^6.5.3" "@graphql-tools/schema" "9.0.19" "@graphql-tools/utils" "^9.0.0" - "@neo4j/cypher-builder" "~0.4.1" + "@neo4j/cypher-builder" "~0.4.2" camelcase "^6.3.0" debug "^4.3.4" deep-equal "^2.0.5" @@ -4222,7 +4222,7 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.7.1", "@oclif/core@^2.8.0": +"@oclif/core@^2.8.0", "@oclif/core@^2.8.2": version "2.8.5" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.5.tgz#7964057bbee5e91dae8b35e030e767f38e50a19e" integrity sha512-316DLfrHQDYmWDriI4Woxk9y1wVUrPN1sZdbQLHdOdlTA9v/twe7TdHpWOriEypfl6C85NWEJKc1870yuLtjrQ== @@ -4269,13 +4269,13 @@ dependencies: "@oclif/core" "^2.8.0" -"@oclif/plugin-update@3.1.9": - version "3.1.9" - resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-3.1.9.tgz#5ffc3530106d7c3bc32f2b724f533af24170b2d0" - integrity sha512-RPrW2rUxtcZ51hpXndfINbCye2Wz0qfNQk8dcmbn6qhOPAm2A02By/N5Oa4ru9OMTPVQCzHEicr1oWU94g83AA== +"@oclif/plugin-update@3.1.13": + version "3.1.13" + resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-3.1.13.tgz#211a7932231a74433ef5f414971cf53f2b53584f" + integrity sha512-onacVivHn6/iGmKCApdp8GsarqFjbUKOIeM3C3iUJWUY4mm1NIOZMiXcAlF3AYKnpti2maXt2VNZwt1+7Mf4oQ== dependencies: "@oclif/color" "^1.0.4" - "@oclif/core" "^2.7.1" + "@oclif/core" "^2.8.2" cross-spawn "^7.0.3" debug "^4.3.1" filesize "^6.1.0" @@ -4284,7 +4284,7 @@ inquirer "^8.2.5" lodash.throttle "^4.1.1" log-chopper "^1.0.2" - semver "^7.3.8" + semver "^7.5.0" tar-fs "^2.1.1" "@oclif/screen@^3.0.4": @@ -5227,10 +5227,10 @@ resolved "https://registry.yarnpkg.com/@types/http-string-parser/-/http-string-parser-0.0.30.tgz#a2ec779b2918afb818351342805f2283e8fb2a25" integrity sha512-YeB/nirRo6eCsT2QNxwsEhzy2J2k6bA0SQBheTs+9sS5UMtKWsiCaCnckSI1Fm1RAKsk5fKN+XBHfivzTH+z3g== -"@types/ioredis-mock@8.2.1": - version "8.2.1" - resolved "https://registry.yarnpkg.com/@types/ioredis-mock/-/ioredis-mock-8.2.1.tgz#841af6b16fdcd2744c0b53363beeeb0b2aecb1d0" - integrity sha512-VZsxDuzie7RGiPn/eMQ6ODZd6Q2gb0fTkD2gyPKVkojRw4D1hPisQ87aD+cCHqGylKeU4x01VwQ4QA82Fx4fRg== +"@types/ioredis-mock@8.2.2": + version "8.2.2" + resolved "https://registry.yarnpkg.com/@types/ioredis-mock/-/ioredis-mock-8.2.2.tgz#80ba2acb3b4243037d06e9d0d4e44ce3ce1b9789" + integrity sha512-bnbPHOjxy4TUDjRh61MMoK2QvDNZqrMDXJYrEDZP/HPFvBubR24CQ0DBi5lgWhLxG4lvVsXPRDXtZ03+JgonoQ== dependencies: ioredis ">=5" @@ -5452,10 +5452,10 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@18.16.7", "@types/node@>=12.12.47", "@types/node@>=13.7.0", "@types/node@^18.11.18": - version "18.16.7" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.7.tgz#86d0ba2541f808cb78d4dc5d3e40242a349d6db8" - integrity sha512-MFg7ua/bRtnA1hYE3pVyWxGd/r7aMqjNOdHvlSsXV3n8iaeGKkOaPzpJh6/ovf4bEXWcojkeMJpTsq3mzXW4IQ== +"@types/node@*", "@types/node@18.16.10", "@types/node@>=12.12.47", "@types/node@>=13.7.0", "@types/node@^18.11.18": + version "18.16.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.10.tgz#9b16d918f4f6fec6cae4af34283a91d555b81519" + integrity sha512-sMo3EngB6QkMBlB9rBe1lFdKSLqljyWPPWv6/FzSxh/IDlyVWSzE9RiF4eAuerQHybrWdqBgAGb03PM89qOasA== "@types/node@^10.0.3", "@types/node@^10.1.0": version "10.17.60" @@ -5995,17 +5995,6 @@ resolved "https://registry.yarnpkg.com/@whatwg-node/events/-/events-0.0.3.tgz#13a65dd4f5893f55280f766e29ae48074927acad" integrity sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA== -"@whatwg-node/fetch@0.8.5": - version "0.8.5" - resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.8.5.tgz#441936a43d9ec421d42396a7ab5337f034b8271f" - integrity sha512-pNvoYGPa0hjbVqs+r0blMjaWlrMeb0snwRCTAEdng5Jm00PY9wO4K8m99BmfLn6WED0FKOXTlF53+en/3xybqw== - dependencies: - "@peculiar/webcrypto" "^1.4.0" - "@whatwg-node/node-fetch" "^0.3.3" - busboy "^1.6.0" - urlpattern-polyfill "^7.0.0" - web-streams-polyfill "^3.2.1" - "@whatwg-node/fetch@0.8.8", "@whatwg-node/fetch@^0.8.0", "@whatwg-node/fetch@^0.8.1", "@whatwg-node/fetch@^0.8.2", "@whatwg-node/fetch@^0.8.3", "@whatwg-node/fetch@^0.8.4": version "0.8.8" resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.8.8.tgz#48c6ad0c6b7951a73e812f09dd22d75e9fa18cae" @@ -6037,7 +6026,7 @@ busboy "^1.6.0" tslib "^2.3.1" -"@whatwg-node/node-fetch@^0.3.3", "@whatwg-node/node-fetch@^0.3.6": +"@whatwg-node/node-fetch@^0.3.6": version "0.3.6" resolved "https://registry.yarnpkg.com/@whatwg-node/node-fetch/-/node-fetch-0.3.6.tgz#e28816955f359916e2d830b68a64493124faa6d0" integrity sha512-w9wKgDO4C95qnXZRwZTfCmLWqyRnooGjcIwG0wADWjw9/HN0p7dtvtgSvItZtUyNteEvgTrd8QojNEqV6DAGTA== @@ -9451,33 +9440,33 @@ es6-weak-map@^2.0.3: es6-iterator "^2.0.3" es6-symbol "^3.1.1" -esbuild@0.16.3, esbuild@0.17.18, esbuild@^0.17.5, esbuild@^0.17.6: - version "0.17.18" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.17.18.tgz#f4f8eb6d77384d68cd71c53eb6601c7efe05e746" - integrity sha512-z1lix43jBs6UKjcZVKOw2xx69ffE2aG0PygLL5qJ9OS/gy0Ewd1gW/PUQIOIQGXBHWNywSc0floSKoMFF8aK2w== +esbuild@0.16.3, esbuild@0.17.19, esbuild@^0.17.5, esbuild@^0.17.6: + version "0.17.19" + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.17.19.tgz#087a727e98299f0462a3d0bcdd9cd7ff100bd955" + integrity sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw== optionalDependencies: - "@esbuild/android-arm" "0.17.18" - "@esbuild/android-arm64" "0.17.18" - "@esbuild/android-x64" "0.17.18" - "@esbuild/darwin-arm64" "0.17.18" - "@esbuild/darwin-x64" "0.17.18" - "@esbuild/freebsd-arm64" "0.17.18" - "@esbuild/freebsd-x64" "0.17.18" - "@esbuild/linux-arm" "0.17.18" - "@esbuild/linux-arm64" "0.17.18" - "@esbuild/linux-ia32" "0.17.18" - "@esbuild/linux-loong64" "0.17.18" - "@esbuild/linux-mips64el" "0.17.18" - "@esbuild/linux-ppc64" "0.17.18" - "@esbuild/linux-riscv64" "0.17.18" - "@esbuild/linux-s390x" "0.17.18" - "@esbuild/linux-x64" "0.17.18" - "@esbuild/netbsd-x64" "0.17.18" - "@esbuild/openbsd-x64" "0.17.18" - "@esbuild/sunos-x64" "0.17.18" - "@esbuild/win32-arm64" "0.17.18" - "@esbuild/win32-ia32" "0.17.18" - "@esbuild/win32-x64" "0.17.18" + "@esbuild/android-arm" "0.17.19" + "@esbuild/android-arm64" "0.17.19" + "@esbuild/android-x64" "0.17.19" + "@esbuild/darwin-arm64" "0.17.19" + "@esbuild/darwin-x64" "0.17.19" + "@esbuild/freebsd-arm64" "0.17.19" + "@esbuild/freebsd-x64" "0.17.19" + "@esbuild/linux-arm" "0.17.19" + "@esbuild/linux-arm64" "0.17.19" + "@esbuild/linux-ia32" "0.17.19" + "@esbuild/linux-loong64" "0.17.19" + "@esbuild/linux-mips64el" "0.17.19" + "@esbuild/linux-ppc64" "0.17.19" + "@esbuild/linux-riscv64" "0.17.19" + "@esbuild/linux-s390x" "0.17.19" + "@esbuild/linux-x64" "0.17.19" + "@esbuild/netbsd-x64" "0.17.19" + "@esbuild/openbsd-x64" "0.17.19" + "@esbuild/sunos-x64" "0.17.19" + "@esbuild/win32-arm64" "0.17.19" + "@esbuild/win32-ia32" "0.17.19" + "@esbuild/win32-x64" "0.17.19" escalade@^3.1.1: version "3.1.1" @@ -15281,10 +15270,10 @@ mongodb@5.3.0: optionalDependencies: saslprep "^1.0.3" -mongoose@7.1.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.1.0.tgz#ad7f23184a0c19eb8efbbad4f1ff2113ede1515d" - integrity sha512-shoo9z/7o96Ojx69wpJn65+EC+Mt3q1SWTducW+F2Y4ieCXo0lZwpCZedgC841MIvJ7V8o6gmzoN1NfcnOTOuw== +mongoose@7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.1.1.tgz#a0e17be54754dd8801cb3696585b949399550aa9" + integrity sha512-AIxaWwGY+td7QOMk4NgK6fbRuGovFyDzv65nU1uj1DsUh3lpjfP3iFYHSR+sUKrs7nbp19ksLlRXkmInBteSCA== dependencies: bson "^5.2.0" kareem "2.5.1" @@ -17481,10 +17470,10 @@ qs@6.11.0: dependencies: side-channel "^1.0.4" -qs@6.11.1: - version "6.11.1" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.1.tgz#6c29dff97f0c0060765911ba65cbc9764186109f" - integrity sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ== +qs@6.11.2: + version "6.11.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9" + integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA== dependencies: side-channel "^1.0.4" @@ -20286,10 +20275,10 @@ underscore@^1.10.2, underscore@^1.13.1, underscore@^1.9.2: resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441" integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A== -undici@5.20.0, undici@5.22.0: - version "5.22.0" - resolved "https://registry.yarnpkg.com/undici/-/undici-5.22.0.tgz#5e205d82a5aecc003fc4388ccd3d2c6e8674a0ad" - integrity sha512-fR9RXCc+6Dxav4P9VV/sp5w3eFiSdOjJYsbtWfd4s5L5C4ogyuVpdKIVHeW0vV1MloM65/f7W45nR9ZxwVdyiA== +undici@5.20.0, undici@5.22.1: + version "5.22.1" + resolved "https://registry.yarnpkg.com/undici/-/undici-5.22.1.tgz#877d512effef2ac8be65e695f3586922e1a57d7b" + integrity sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw== dependencies: busboy "^1.6.0" @@ -20559,13 +20548,6 @@ urlpattern-polyfill@^6.0.2: dependencies: braces "^3.0.2" -urlpattern-polyfill@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-7.0.0.tgz#dc9e5098efc492b4f09bc9fc6acfba545dfb149d" - integrity sha512-fErMjbZwveQIk+EY4vxM5GKDuInBOigxmjM6WT2R/cV2ETVyFtDHeU+VmbnfuJ5sp0qNbyUBelTO/60/d+/SSQ== - dependencies: - braces "^3.0.2" - urlpattern-polyfill@^8.0.0: version "8.0.2" resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-8.0.2.tgz#99f096e35eff8bf4b5a2aa7d58a1523d6ebc7ce5" @@ -20751,10 +20733,10 @@ vfile@^5.0.0, vfile@^5.3.0: unist-util-stringify-position "^3.0.0" vfile-message "^3.0.0" -vite@4.3.5: - version "4.3.5" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.5.tgz#3871fe0f4b582ea7f49a85386ac80e84826367d9" - integrity sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA== +vite@4.3.7: + version "4.3.7" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.7.tgz#04f98ab0f4689490545b2f6fa0515e95072bb298" + integrity sha512-MTIFpbIm9v7Hh5b0wSBgkcWzSBz7SAa6K/cBTwS4kUiQJfQLFlZZRJRQgqunCVzhTPCk674tW+0Qaqh3Q00dBg== dependencies: esbuild "^0.17.5" postcss "^8.4.23"