diff --git a/package-lock.json b/package-lock.json index 5fb56977..23cfcaa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3204,9 +3204,9 @@ } }, "parse-json": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.0.tgz", - "integrity": "sha512-OOY5b7PAEFV0E2Fir1KOkxchnZNCdowAJgQ5NuxjpBKTRP3pQhwkrkxqQjeoKJ+fO7bCpmIZaogI4eZGDMEGOw==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.0.1.tgz", + "integrity": "sha512-ztoZ4/DYeXQq4E21v169sC8qWINGpcosGv9XhTDvg9/hWvx/zrFkc9BiWxR58OJLHGk28j5BL0SDLeV2WmFZlQ==", "requires": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -14908,9 +14908,9 @@ } }, "react-dropdown-aria": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/react-dropdown-aria/-/react-dropdown-aria-2.0.6.tgz", - "integrity": "sha512-/9NlFopChlSKmuGL2P6S3oDwl9ddXcbNLnd1a7POov4f5/oGtSc3qBFmS4wH5xmLJe/38MhPOKF3e2q3laRi1g==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/react-dropdown-aria/-/react-dropdown-aria-2.0.7.tgz", + "integrity": "sha512-wRjmmMUmA/q33ZugY0lTka4b6jY1ehp8qgHG2yeda64z5I0gTOtyxUVI/tA9ZBlBqysDN22hMGHNMnPb2sg+Qw==", "requires": { "emotion": "^9.2.6" } diff --git a/package.json b/package.json index 0673d94c..e749bb0e 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "polished": "^3.6.5", "prismjs": "^1.20.0", "prop-types": "^15.7.2", - "react-dropdown-aria": "^2.0.6", + "react-dropdown-aria": "^2.0.7", "react-tabs": "^3.1.1", "slugify": "^1.4.4", "stickyfill": "^1.1.1",