From 7effa8458e7b80682f7f78da10c8ab25bc4ea983 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 00:10:25 +0000 Subject: [PATCH] fix: upgrade react-select-async-paginate from 0.6.0 to 0.6.1 Snyk has created this PR to upgrade react-select-async-paginate from 0.6.0 to 0.6.1. See this package in npm: https://www.npmjs.com/package/react-select-async-paginate See this project in Snyk: https://app.snyk.io/org/data-and-landscape/project/62e5b7be-ec26-481c-aa70-28a4c088230f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dce6139..8639c46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17382,14 +17382,24 @@ } }, "react-select-async-paginate": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/react-select-async-paginate/-/react-select-async-paginate-0.6.0.tgz", - "integrity": "sha512-20k3NAy2C90j0gw7KDTPhMg2/U4Pe68HiHiGxxKdsyPUR0jGO/1O8WftpTlI7LFP5Ym9lJQ/DSeiJsOTSIuUeA==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/react-select-async-paginate/-/react-select-async-paginate-0.6.1.tgz", + "integrity": "sha512-oFdX8aciCoBEXuP0ouSSan4H/6lYw9w5eCiA3vw9eNSWdFmIU1HzyYrEQbVJDz027kp643e8pKKmO6pWbr21yA==", "requires": { - "@babel/runtime": "^7.15.4", + "@babel/runtime": "^7.16.5", "@seznam/compose-react-refs": "^1.0.6", "react-is-mounted-hook": "^1.1.2", "sleep-promise": "^9.1.0" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz", + "integrity": "sha512-9E9FJowqAsytyOY6LG+1KuueckRL+aQW+mKvXRXnuFGyRAyepJPmEo9vgMfXUA6O9u3IeEdv9MAkppFcaQwogQ==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } } }, "react-shallow-renderer": { diff --git a/package.json b/package.json index 0b8b957..35477aa 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ }, "dependencies": { "react-select": "4.3.1", - "react-select-async-paginate": "^0.6.0" + "react-select-async-paginate": "^0.6.1" } }