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" } }