From 199afdc3fd1eb26de944c5879999d2bd534b1446 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 23 Sep 2023 11:48:01 +0000 Subject: [PATCH] fix(deps): update dependency @apollo/rover to ^0.19.0 --- package-lock.json | 16 ++++++++-------- packages/compatibility/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 103a07e9f..85cc18e23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,9 +105,9 @@ } }, "node_modules/@apollo/rover": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/@apollo/rover/-/rover-0.18.1.tgz", - "integrity": "sha512-uhbi97JW8yOQWzyqAUgNEBnmihGjeav6W1Gln4KGpOHqIph4WxieDIzUvvccHuT7lf7S/fY7eDtPkpKhhcgRnQ==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@apollo/rover/-/rover-0.19.1.tgz", + "integrity": "sha512-bWsV25qXTWabJuufuMBxB3Aw5+F89N+XyUTPmH16qgKlIHJGizTAyWzl8InRkDnEdxK9MRx7BZMQVAfXlr+hug==", "hasInstallScript": true, "dependencies": { "axios-proxy-builder": "^0.1.1", @@ -8947,7 +8947,7 @@ "version": "2.0.0", "license": "MIT", "dependencies": { - "@apollo/rover": "^0.18.1", + "@apollo/rover": "^0.19.0", "debug": "^4.3.4", "execa": "^5.1.1", "graphql": "^16.8.0", @@ -9053,7 +9053,7 @@ "@apollo/federation-subgraph-compatibility-tests": { "version": "file:packages/compatibility", "requires": { - "@apollo/rover": "^0.18.1", + "@apollo/rover": "^0.19.0", "@types/debug": "4.1.8", "@types/jest": "29.5.4", "@types/make-fetch-happen": "10.0.1", @@ -9087,9 +9087,9 @@ } }, "@apollo/rover": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/@apollo/rover/-/rover-0.18.1.tgz", - "integrity": "sha512-uhbi97JW8yOQWzyqAUgNEBnmihGjeav6W1Gln4KGpOHqIph4WxieDIzUvvccHuT7lf7S/fY7eDtPkpKhhcgRnQ==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@apollo/rover/-/rover-0.19.1.tgz", + "integrity": "sha512-bWsV25qXTWabJuufuMBxB3Aw5+F89N+XyUTPmH16qgKlIHJGizTAyWzl8InRkDnEdxK9MRx7BZMQVAfXlr+hug==", "requires": { "axios-proxy-builder": "^0.1.1", "binary-install": "^1.0.6", diff --git a/packages/compatibility/package.json b/packages/compatibility/package.json index acca5f342..8cd64c95d 100644 --- a/packages/compatibility/package.json +++ b/packages/compatibility/package.json @@ -25,7 +25,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "dependencies": { - "@apollo/rover": "^0.18.1", + "@apollo/rover": "^0.19.0", "debug": "^4.3.4", "execa": "^5.1.1", "graphql": "^16.8.0",