From 01f4e53113ec2c169a5bd3a8cd957e5d85ed0210 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Jul 2022 23:51:09 +0000 Subject: [PATCH] fix: upgrade @wry/equality from 0.5.1 to 0.5.2 Snyk has created this PR to upgrade @wry/equality from 0.5.1 to 0.5.2. See this package in npm: https://www.npmjs.com/package/@wry/equality See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/b88ac9ed-fc4a-4b36-9c68-6c4735781ee1?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 541104ab393..cb5bb3faf91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/context": "^0.6.0", - "@wry/equality": "^0.5.0", + "@wry/equality": "^0.5.2", "@wry/trie": "^0.3.0", "graphql-tag": "^2.12.6", "hoist-non-react-statics": "^3.3.2", @@ -1475,11 +1475,11 @@ } }, "node_modules/@wry/equality": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.5.1.tgz", - "integrity": "sha512-FZKbdpbcVcbDxQrKcaBClNsQaMg9nof1RKM7mReJe5DKUzM5u8S7T+PqwNqvib5O2j2xxF1R4p5O3+b6baTrbw==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.5.2.tgz", + "integrity": "sha512-oVMxbUXL48EV/C0/M7gLVsoK6qRHPS85x8zECofEZOVvxGmIPLA9o5Z27cc2PoAyZz1S2VoM2A7FLAnpfGlneA==", "dependencies": { - "tslib": "^2.1.0" + "tslib": "^2.3.0" }, "engines": { "node": ">=8" @@ -7607,11 +7607,11 @@ } }, "@wry/equality": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.5.1.tgz", - "integrity": "sha512-FZKbdpbcVcbDxQrKcaBClNsQaMg9nof1RKM7mReJe5DKUzM5u8S7T+PqwNqvib5O2j2xxF1R4p5O3+b6baTrbw==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.5.2.tgz", + "integrity": "sha512-oVMxbUXL48EV/C0/M7gLVsoK6qRHPS85x8zECofEZOVvxGmIPLA9o5Z27cc2PoAyZz1S2VoM2A7FLAnpfGlneA==", "requires": { - "tslib": "^2.1.0" + "tslib": "^2.3.0" } }, "@wry/trie": { diff --git a/package.json b/package.json index aed67d82957..f406637700e 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/context": "^0.6.0", - "@wry/equality": "^0.5.0", + "@wry/equality": "^0.5.2", "@wry/trie": "^0.3.0", "graphql-tag": "^2.12.6", "hoist-non-react-statics": "^3.3.2",