From a58dbfbd99a80dd252a648b1dbf75579f569d54f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Jan 2023 01:45:25 +0000 Subject: [PATCH] fix: upgrade rgraphql from 1.1.1 to 1.1.2 Snyk has created this PR to upgrade rgraphql from 1.1.1 to 1.1.2. See this package in npm: See this project in Snyk: https://app.snyk.io/org/paralin/project/27e15196-a977-4e80-972a-8cd962d8bb62?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 31 +++++++++++++++---------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 2f20b7e..b433d6b 100644 --- a/package.json +++ b/package.json @@ -87,6 +87,6 @@ "esbuild": "^0.14.49", "graphql": "^16.5.0", "lru_map": "^0.4.1", - "rgraphql": "^1.1.1" + "rgraphql": "^1.1.2" } } diff --git a/yarn.lock b/yarn.lock index 9a9c5e6..ba176c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1093,11 +1093,6 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3" integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ== -"@types/long@^4.0.1": - version "4.0.2" - resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a" - integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA== - "@types/minimatch@^3.0.3": version "3.0.5" resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40" @@ -2799,6 +2794,11 @@ graphql@^16.5.0: resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85" integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA== +graphql@^16.6.0: + version "16.6.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.6.0.tgz#c2dcffa4649db149f6282af726c8c83f1c7c5fdb" + integrity sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw== + handlebars@^4.7.7: version "4.7.7" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1" @@ -4848,10 +4848,10 @@ promzard@^0.3.0: dependencies: read "1" -protobufjs@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.0.0.tgz#8c678e1351fd926178fce5a4213913e8d990974f" - integrity sha512-ffNIEm+quOcYtQvHdW406v1NQmZSuqVklxsXk076BtuFnlYZfigLU+JOMrTD8TUOyqHYbRI/fSVNvgd25YeN3w== +protobufjs@^7.1.2: + version "7.2.0" + resolved "https://registry.yarnpkg.com/protobufjs/-/protobufjs-7.2.0.tgz#ca6b1ceb9a9efe21186ba96178089ec563011a5e" + integrity sha512-hYCqTDuII4iJ4stZqiuGCSU8xxWl5JeXYpwARGtn/tWcKCAro6h3WQz+xpsNbXW0UYqpmTQFEyFWO0G0Kjt64g== dependencies: "@protobufjs/aspromise" "^1.1.2" "@protobufjs/base64" "^1.1.2" @@ -4863,7 +4863,6 @@ protobufjs@^7.0.0: "@protobufjs/path" "^1.1.2" "@protobufjs/pool" "^1.1.0" "@protobufjs/utf8" "^1.1.0" - "@types/long" "^4.0.1" "@types/node" ">=13.7.0" long "^5.0.0" @@ -5098,14 +5097,14 @@ rfdc@^1.3.0: resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b" integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA== -rgraphql@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/rgraphql/-/rgraphql-1.1.1.tgz#f31eea6821f4c0227ca176088a909c36c8bb78f3" - integrity sha512-4yt7WEXpyDv1wprQqxSasuGBGDZdVP4RqVELxY43AZZvew5Xq/QW5BfvJ8q0exJf76uhdN4sNJF14pGJEAzstQ== +rgraphql@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/rgraphql/-/rgraphql-1.1.2.tgz#2a737ef6c436ca7e2c97d0fe8f01a670f8c7fbf5" + integrity sha512-hf8O+Z1VfI+8M8EGlENo4x3xksnvF65T9mZt4Ceo1l6YRtaCbskHlUoC1+3hJ0ntVIMS+vbhDoex2RaFKeZwtA== dependencies: - graphql "^16.5.0" + graphql "^16.6.0" long "^5.2.0" - protobufjs "^7.0.0" + protobufjs "^7.1.2" rimraf@^3.0.0, rimraf@^3.0.2: version "3.0.2"