From cbdb8eb9fbc02ae411606d367adc64c52153d1d6 Mon Sep 17 00:00:00 2001 From: Dariusz Kuc <9501705+dariuszkuc@users.noreply.github.com> Date: Thu, 19 Jan 2023 17:23:58 -0600 Subject: [PATCH] chore: update to latest compatibility script version (#12) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d573ec73f..d9513bba5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/artifact": "^1.1.0", "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@apollo/federation-subgraph-compatibility-tests": "^1.0.0", + "@apollo/federation-subgraph-compatibility-tests": "^1.0.1", "debug": "^4.3.4" }, "devDependencies": { @@ -91,9 +91,9 @@ } }, "node_modules/@apollo/federation-subgraph-compatibility-tests": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@apollo/federation-subgraph-compatibility-tests/-/federation-subgraph-compatibility-tests-1.0.0.tgz", - "integrity": "sha512-LBHpE1zSibkvs+DNmUoF1U4Rs2YT8UTvbiZubYgE2EarU7dxKr3uNVapnmhRwH5W4xQMUS9P6kHlQQ896ZBv1Q==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@apollo/federation-subgraph-compatibility-tests/-/federation-subgraph-compatibility-tests-1.0.1.tgz", + "integrity": "sha512-NAtulg+YQxPv7NOSZZ+2/Y76dUq3gUkG5ScdckmfPzI9V9NwAvzGHZYZ9cH3zB6vGR604nXcwAs/FQuJxeQFjA==", "dependencies": { "@apollo/rover": "^0.10.0", "debug": "^4.3.4", @@ -9518,9 +9518,9 @@ } }, "@apollo/federation-subgraph-compatibility-tests": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@apollo/federation-subgraph-compatibility-tests/-/federation-subgraph-compatibility-tests-1.0.0.tgz", - "integrity": "sha512-LBHpE1zSibkvs+DNmUoF1U4Rs2YT8UTvbiZubYgE2EarU7dxKr3uNVapnmhRwH5W4xQMUS9P6kHlQQ896ZBv1Q==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@apollo/federation-subgraph-compatibility-tests/-/federation-subgraph-compatibility-tests-1.0.1.tgz", + "integrity": "sha512-NAtulg+YQxPv7NOSZZ+2/Y76dUq3gUkG5ScdckmfPzI9V9NwAvzGHZYZ9cH3zB6vGR604nXcwAs/FQuJxeQFjA==", "requires": { "@apollo/rover": "^0.10.0", "debug": "^4.3.4", diff --git a/package.json b/package.json index e219d861b..f1dec963f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/artifact": "^1.1.0", "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@apollo/federation-subgraph-compatibility-tests": "^1.0.0", + "@apollo/federation-subgraph-compatibility-tests": "^1.0.1", "debug": "^4.3.4" }, "devDependencies": {