Skip to content

Commit 687fa69

Browse files
committed
Upped deps for dependabot security warnings
1 parent 6d9d1ad commit 687fa69

File tree

5 files changed

+13
-32
lines changed

5 files changed

+13
-32
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"react-datepicker": "8.5.0",
2424
"react-dom": "^19.1.1",
2525
"react-router": "^7.12.0",
26-
"react-router-dom": "^7.8.1",
26+
"react-router-dom": "^7.12.0",
2727
"react-select": "^5.10.2",
2828
"react-tooltip": "^5.29.1",
2929
"timeago.js": "^4.0.2",

client/src/pages/InvitationForm.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export const InvitationForm = () => {
6464
const [identityProviders, setIdentityProviders] = useState([]);
6565
const [organizationGUIDIdentityProvider, setOrganizationGUIDIdentityProvider] = useState({});
6666
const [displayAdvancedSettings, setDisplayAdvancedSettings] = useState(false);
67-
const [loading, setLoading] = useState(false);
6867
const [customExpiryDate, setCustomExpiryDate] = useState(false);
6968
const [customRoleExpiryDate, setCustomRoleExpiryDate] = useState(false);
7069
const [initial, setInitial] = useState(true);
@@ -192,10 +191,8 @@ export const InvitationForm = () => {
192191
roleIdentifiers: selectedRoles.map(role => role.value),
193192
language: language.value
194193
};
195-
setLoading(true);
196194
newInvitation(invitationRequest)
197195
.then(() => {
198-
setLoading(false);
199196
setFlash(I18n.t("invitations.createFlash"));
200197
if (originalRoleId) {
201198
navigate(`/roles/${originalRoleId}/invitations`);

client/yarn.lock

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3065,22 +3065,14 @@ react-refresh@^0.18.0:
30653065
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.18.0.tgz#2dce97f4fe932a4d8142fa1630e475c1729c8062"
30663066
integrity sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==
30673067

3068-
react-router-dom@^7.8.1:
3069-
version "7.8.1"
3070-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.8.1.tgz#9b5fedaf1886362ab02c9e4c51bc6afcd03151a0"
3071-
integrity sha512-NkgBCF3sVgCiAWIlSt89GR2PLaksMpoo3HDCorpRfnCEfdtRPLiuTf+CNXvqZMI5SJLZCLpVCvcZrTdtGW64xQ==
3072-
dependencies:
3073-
react-router "7.8.1"
3074-
3075-
react-router@7.8.1:
3076-
version "7.8.1"
3077-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.8.1.tgz#62d62bc1a3fcde79c3ced8f7114f7b4f86916ce2"
3078-
integrity sha512-5cy/M8DHcG51/KUIka1nfZ2QeylS4PJRs6TT8I4PF5axVsI5JUxp0hC0NZ/AEEj8Vw7xsEoD7L/6FY+zoYaOGA==
3068+
react-router-dom@^7.12.0:
3069+
version "7.12.0"
3070+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.12.0.tgz#0f2a059c6b2c4ae04474fe4171c59fb48b9fb8cf"
3071+
integrity sha512-pfO9fiBcpEfX4Tx+iTYKDtPbrSLLCbwJ5EqP+SPYQu1VYCXdy79GSj0wttR0U4cikVdlImZuEZ/9ZNCgoaxwBA==
30793072
dependencies:
3080-
cookie "^1.0.1"
3081-
set-cookie-parser "^2.6.0"
3073+
react-router "7.12.0"
30823074

3083-
react-router@^7.12.0:
3075+
react-router@7.12.0, react-router@^7.12.0:
30843076
version "7.12.0"
30853077
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.12.0.tgz#459a86862abbedd02e76e686751fe71f9fd73a4f"
30863078
integrity sha512-kTPDYPFzDVGIIGNLS5VJykK0HfHLY5MF3b+xj0/tTyNYL1gF1qs7u67Z9jEhQk2sQ98SUaHxlG31g1JtF7IfVw==

welcome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-copy-to-clipboard": "^5.1.0",
2121
"react-dom": "^19.1.1",
2222
"react-router": "7.12.0",
23-
"react-router-dom": "7.8.1",
23+
"react-router-dom": "7.12.0",
2424
"react-tooltip": "^5.29.1",
2525
"timeago.js": "^4.0.2",
2626
"word-wrap": "^1.2.5",

welcome/yarn.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2867,12 +2867,12 @@ react-refresh@^0.18.0:
28672867
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.18.0.tgz#2dce97f4fe932a4d8142fa1630e475c1729c8062"
28682868
integrity sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==
28692869

2870-
react-router-dom@7.8.1:
2871-
version "7.8.1"
2872-
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.8.1.tgz#9b5fedaf1886362ab02c9e4c51bc6afcd03151a0"
2873-
integrity sha512-NkgBCF3sVgCiAWIlSt89GR2PLaksMpoo3HDCorpRfnCEfdtRPLiuTf+CNXvqZMI5SJLZCLpVCvcZrTdtGW64xQ==
2870+
react-router-dom@7.12.0:
2871+
version "7.12.0"
2872+
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-7.12.0.tgz#0f2a059c6b2c4ae04474fe4171c59fb48b9fb8cf"
2873+
integrity sha512-pfO9fiBcpEfX4Tx+iTYKDtPbrSLLCbwJ5EqP+SPYQu1VYCXdy79GSj0wttR0U4cikVdlImZuEZ/9ZNCgoaxwBA==
28742874
dependencies:
2875-
react-router "7.8.1"
2875+
react-router "7.12.0"
28762876

28772877
react-router@7.12.0:
28782878
version "7.12.0"
@@ -2882,14 +2882,6 @@ react-router@7.12.0:
28822882
cookie "^1.0.1"
28832883
set-cookie-parser "^2.6.0"
28842884

2885-
react-router@7.8.1:
2886-
version "7.8.1"
2887-
resolved "https://registry.yarnpkg.com/react-router/-/react-router-7.8.1.tgz#62d62bc1a3fcde79c3ced8f7114f7b4f86916ce2"
2888-
integrity sha512-5cy/M8DHcG51/KUIka1nfZ2QeylS4PJRs6TT8I4PF5axVsI5JUxp0hC0NZ/AEEj8Vw7xsEoD7L/6FY+zoYaOGA==
2889-
dependencies:
2890-
cookie "^1.0.1"
2891-
set-cookie-parser "^2.6.0"
2892-
28932885
react-tooltip@^5.29.1:
28942886
version "5.29.1"
28952887
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.29.1.tgz#ba0b80b04d66822590976d2a32f47544fd9feee2"

0 commit comments

Comments
 (0)