Commit 496e060d authored by John Malconian's avatar John Malconian Committed by GitHub

Merge pull request #960 from folio-org/renovate_master-patch-master-branch-updates

Update dependency @folio/users to v5.0.8 (master)
parents 369f9a10 203af274
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
"id" : "mod-notes-2.10.2", "id" : "mod-notes-2.10.2",
"action" : "enable" "action" : "enable"
}, { }, {
"id" : "mod-circulation-19.2.7", "id" : "mod-circulation-19.2.8",
"action" : "enable" "action" : "enable"
}, { }, {
"id" : "mod-orders-11.1.2", "id" : "mod-orders-11.1.2",
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
"id" : "folio_tenant-settings-5.0.1", "id" : "folio_tenant-settings-5.0.1",
"action" : "enable" "action" : "enable"
}, { }, {
"id" : "folio_users-5.0.7", "id" : "folio_users-5.0.8",
"action" : "enable" "action" : "enable"
}, { }, {
"id" : "mod-ncip-1.6.3", "id" : "mod-ncip-1.6.3",
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
"action": "enable" "action": "enable"
}, },
{ {
"id": "mod-circulation-19.2.7", "id": "mod-circulation-19.2.8",
"action": "enable" "action": "enable"
}, },
{ {
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
"@folio/stripes-erm-components": "4.0.1", "@folio/stripes-erm-components": "4.0.1",
"@folio/tags": "4.0.0", "@folio/tags": "4.0.0",
"@folio/tenant-settings": "5.0.1", "@folio/tenant-settings": "5.0.1",
"@folio/users": "5.0.7", "@folio/users": "5.0.8",
"moment": "~2.29.0", "moment": "~2.29.0",
"react": "~16.13.1", "react": "~16.13.1",
"react-dom": "~16.13.1", "react-dom": "~16.13.1",
......
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
"action": "enable" "action": "enable"
}, },
{ {
"id": "folio_users-5.0.7", "id": "folio_users-5.0.8",
"action": "enable" "action": "enable"
}, },
{ {
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
"@apollo/client@^3.2.1": "@apollo/client@^3.2.1":
version "3.2.7" version "3.2.9"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.2.7.tgz#1cae8d2f5e15c5d2135a288a9d18962e60c5194c" resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.2.9.tgz#a24a7792519adb3af8a74a60d9e83732238d0afd"
integrity sha512-4G80jvBLqenCFUhwkHAAHi2ox6Ygq35BkE38yxammqykZm6KE3tVlcEKGOZi0jpiuGJPC6LIQ0d1gtI8ADPtmg== integrity sha512-AUvYITKhJNfRNU/Cf8t/N628ADdVah1+l9Qtjd09IwScRfDGvbBTkHMAgcb6hl7vuBVqGwQRq6fPKzHgWRlisg==
dependencies: dependencies:
"@graphql-typed-document-node/core" "^3.0.0" "@graphql-typed-document-node/core" "^3.0.0"
"@types/zen-observable" "^0.8.0" "@types/zen-observable" "^0.8.0"
...@@ -34,9 +34,9 @@ ...@@ -34,9 +34,9 @@
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw== integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
"@babel/core@^7.4.5", "@babel/core@^7.8.0": "@babel/core@^7.4.5", "@babel/core@^7.8.0":
version "7.12.8" version "7.12.9"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.8.tgz#8ad76c1a7d2a6a3beecc4395fa4f7b4cb88390e6" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
integrity sha512-ra28JXL+5z73r1IC/t+FT1ApXU5LsulFDnTDntNfLQaScJUJmcHL5Qxm/IWanCToQk3bPWQo5bflbplU5r15pg== integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
dependencies: dependencies:
"@babel/code-frame" "^7.10.4" "@babel/code-frame" "^7.10.4"
"@babel/generator" "^7.12.5" "@babel/generator" "^7.12.5"
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"@babel/helpers" "^7.12.5" "@babel/helpers" "^7.12.5"
"@babel/parser" "^7.12.7" "@babel/parser" "^7.12.7"
"@babel/template" "^7.12.7" "@babel/template" "^7.12.7"
"@babel/traverse" "^7.12.8" "@babel/traverse" "^7.12.9"
"@babel/types" "^7.12.7" "@babel/types" "^7.12.7"
convert-source-map "^1.7.0" convert-source-map "^1.7.0"
debug "^4.1.0" debug "^4.1.0"
...@@ -1016,10 +1016,10 @@ ...@@ -1016,10 +1016,10 @@
"@babel/parser" "^7.12.7" "@babel/parser" "^7.12.7"
"@babel/types" "^7.12.7" "@babel/types" "^7.12.7"
"@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.8", "@babel/traverse@^7.4.3": "@babel/traverse@^7.10.4", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.5", "@babel/traverse@^7.12.9", "@babel/traverse@^7.4.3":
version "7.12.8" version "7.12.9"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.8.tgz#c1c2983bf9ba0f4f0eaa11dff7e77fa63307b2a4" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.9.tgz#fad26c972eabbc11350e0b695978de6cc8e8596f"
integrity sha512-EIRQXPTwFEGRZyu6gXbjfpNORN1oZvwuzJbxcXjAgWV0iqXYDszN1Hx3FVm6YgZfu1ZQbCVAk3l+nIw95Xll9Q== integrity sha512-iX9ajqnLdoU1s1nHt36JDI9KG4k+vmI8WgjK5d+aDTwQbL2fUnzedNedssA645Ede3PM2ma1n8Q4h2ohwXgMXw==
dependencies: dependencies:
"@babel/code-frame" "^7.10.4" "@babel/code-frame" "^7.10.4"
"@babel/generator" "^7.12.5" "@babel/generator" "^7.12.5"
...@@ -2052,10 +2052,10 @@ ...@@ -2052,10 +2052,10 @@
react-final-form-arrays "^3.1.1" react-final-form-arrays "^3.1.1"
redux-form "^7.0.3" redux-form "^7.0.3"
"@folio/users@5.0.7": "@folio/users@5.0.8":
version "5.0.7" version "5.0.8"
resolved "https://repository.folio.org/repository/npm-folio/@folio/users/-/users-5.0.7.tgz#927fabac8899e8cfa2256a76e54d5b371c41075b" resolved "https://repository.folio.org/repository/npm-folio/@folio/users/-/users-5.0.8.tgz#e7787d05989f889bfff3ec87ba4dc52ac6f4ff3f"
integrity sha512-Ky0GuaX4vXOMktS+Cy32E5Di87L3d13KrfyFKDvokYEcz/7WUgQNtmG1+uwoM/2v06wUaeT31RK45GXG8v9A6g== integrity sha512-3CouSam7WZGalcXoLpUC/Y/VAUV4D/MvgCS4KmDLReBS4kbVSk9sLp8E7Ef2bfE+MOm8N67dPeeuMqoaEE1wFQ==
dependencies: dependencies:
"@folio/react-intl-safe-html" "^2.0.0" "@folio/react-intl-safe-html" "^2.0.0"
final-form-set-field-data "^1.0.2" final-form-set-field-data "^1.0.2"
...@@ -2682,9 +2682,9 @@ ...@@ -2682,9 +2682,9 @@
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
"@types/node@*", "@types/node@>= 8": "@types/node@*", "@types/node@>= 8":
version "14.14.9" version "14.14.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.9.tgz#04afc9a25c6ff93da14deabd65dc44485b53c8d6" resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785"
integrity sha512-JsoLXFppG62tWTklIoO4knA+oDTYsmqWxHRvd4lpmfQRNhX6osheUOWETP2jMoV/2bEHuMra8Pp3Dmo/stBFcw== integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ==
"@types/node@^8.0.24": "@types/node@^8.0.24":
version "8.10.66" version "8.10.66"
...@@ -3198,12 +3198,14 @@ array-flatten@1.1.1: ...@@ -3198,12 +3198,14 @@ array-flatten@1.1.1:
integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI= integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
array-includes@^3.0.3, array-includes@^3.1.1: array-includes@^3.0.3, array-includes@^3.1.1:
version "3.1.1" version "3.1.2"
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348" resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.2.tgz#a8db03e0b88c8c6aeddc49cb132f9bcab4ebf9c8"
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ== integrity sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw==
dependencies: dependencies:
call-bind "^1.0.0"
define-properties "^1.1.3" define-properties "^1.1.3"
es-abstract "^1.17.0" es-abstract "^1.18.0-next.1"
get-intrinsic "^1.0.1"
is-string "^1.0.5" is-string "^1.0.5"
array-union@^1.0.1: array-union@^1.0.1:
...@@ -3829,7 +3831,7 @@ browserify-zlib@^0.2.0: ...@@ -3829,7 +3831,7 @@ browserify-zlib@^0.2.0:
dependencies: dependencies:
pako "~1.0.5" pako "~1.0.5"
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.14.6: browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.14.7:
version "4.14.7" version "4.14.7"
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6"
integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ== integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==
...@@ -4592,11 +4594,11 @@ copy-to-clipboard@^3: ...@@ -4592,11 +4594,11 @@ copy-to-clipboard@^3:
toggle-selection "^1.0.6" toggle-selection "^1.0.6"
core-js-compat@^3.7.0: core-js-compat@^3.7.0:
version "3.7.0" version "3.8.0"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.7.0.tgz#8479c5d3d672d83f1f5ab94cf353e57113e065ed" resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.0.tgz#3248c6826f4006793bd637db608bca6e4cd688b1"
integrity sha512-V8yBI3+ZLDVomoWICO6kq/CD28Y4r1M7CWeO4AGpMdMfseu8bkSubBmUPySMGKRTS+su4XQ07zUkAsiu9FCWTg== integrity sha512-o9QKelQSxQMYWHXc/Gc4L8bx/4F7TTraE5rhuN8I7mKBt5dBIUpXpIR3omv70ebr8ST5R3PqbDQr+ZI3+Tt1FQ==
dependencies: dependencies:
browserslist "^4.14.6" browserslist "^4.14.7"
semver "7.0.0" semver "7.0.0"
core-js@^1.0.0: core-js@^1.0.0:
...@@ -4605,14 +4607,14 @@ core-js@^1.0.0: ...@@ -4605,14 +4607,14 @@ core-js@^1.0.0:
integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=
core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.5: core-js@^2.4.0, core-js@^2.5.0, core-js@^2.6.5:
version "2.6.11" version "2.6.12"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c" resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg== integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
core-js@^3.0.0, core-js@^3.4.1, core-js@^3.4.5, core-js@^3.6.1: core-js@^3.0.0, core-js@^3.4.1, core-js@^3.4.5, core-js@^3.6.1:
version "3.7.0" version "3.8.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.7.0.tgz#b0a761a02488577afbf97179e4681bf49568520f" resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.8.0.tgz#0fc2d4941cadf80538b030648bb64d230b4da0ce"
integrity sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA== integrity sha512-W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA==
core-util-is@1.0.2, core-util-is@~1.0.0: core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2" version "1.0.2"
...@@ -5448,9 +5450,9 @@ electron-download@^3.0.1: ...@@ -5448,9 +5450,9 @@ electron-download@^3.0.1:
sumchecker "^1.2.0" sumchecker "^1.2.0"
electron-to-chromium@^1.3.591: electron-to-chromium@^1.3.591:
version "1.3.606" version "1.3.607"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.606.tgz#6ef2655d9a7c1b447dfdd6344657d00461a65e26" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.607.tgz#1bff13f1cf89f2fee0d244b8c64a7138f80f3a3b"
integrity sha512-+/2yPHwtNf6NWKpaYt0KoqdSZ6Qddt6nDfH/pnhcrHq9hSb23e5LFy06Mlf0vF2ykXvj7avJ597psqcbKnG5YQ== integrity sha512-h2SYNaBnlplGS0YyXl8oJWokfcNxVjJANQfMCsQefG6OSuAuNIeW+A8yGT/ci+xRoBb3k2zq1FrOvkgoKBol8g==
electron@^2.0.18: electron@^2.0.18:
version "2.0.18" version "2.0.18"
...@@ -5607,7 +5609,7 @@ error-ex@^1.2.0, error-ex@^1.3.1: ...@@ -5607,7 +5609,7 @@ error-ex@^1.2.0, error-ex@^1.3.1:
dependencies: dependencies:
is-arrayish "^0.2.1" is-arrayish "^0.2.1"
es-abstract@^1.17.0, es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5: es-abstract@^1.17.0-next.1, es-abstract@^1.17.2, es-abstract@^1.17.5:
version "1.17.7" version "1.17.7"
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c" resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c"
integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g== integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==
...@@ -6737,7 +6739,7 @@ get-caller-file@^2.0.1: ...@@ -6737,7 +6739,7 @@ get-caller-file@^2.0.1:
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
get-intrinsic@^1.0.0: get-intrinsic@^1.0.0, get-intrinsic@^1.0.1:
version "1.0.1" version "1.0.1"
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.1.tgz#94a9768fcbdd0595a1c9273aacf4c89d075631be" resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.1.tgz#94a9768fcbdd0595a1c9273aacf4c89d075631be"
integrity sha512-ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg== integrity sha512-ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg==
...@@ -13189,9 +13191,9 @@ tinycolor2@^1.1.2, tinycolor2@^1.4.1: ...@@ -13189,9 +13191,9 @@ tinycolor2@^1.1.2, tinycolor2@^1.4.1:
integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA== integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==
tlds@^1.203.0: tlds@^1.203.0:
version "1.213.0" version "1.214.0"
resolved "https://registry.yarnpkg.com/tlds/-/tlds-1.213.0.tgz#2b7c32f0f5a6545a31a81bbc3b2468a1a62c07f6" resolved "https://registry.yarnpkg.com/tlds/-/tlds-1.214.0.tgz#a20191443eec26fd3339a3bd98e87a0b4f3f0d89"
integrity sha512-ypkf6Ca37CbqSNxq//Pyr4C40Rnzxnau+NvFt0D4yEPo8/xfAujITRfpOwyMIYNE2jhXljkOxApBW9J2Ib8W2A== integrity sha512-+i48KYsrCkkIZnsj31cTIj9cu5NtFxKo7xlNIB7jg8kXi//b4Ertl5qaHgqFF+y+g0nFwt/k+eph2uUNQJgfwg==
tmp@0.0.33, tmp@0.0.x, tmp@^0.0.33: tmp@0.0.33, tmp@0.0.x, tmp@^0.0.33:
version "0.0.33" version "0.0.33"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment