diff --git a/package-lock.json b/package-lock.json index ee8d67b..5a00910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -185,27 +185,27 @@ "integrity": "sha512-OLdZmUCVK29+JV8PrkgVPjg+GIFtBnNjhC0JSRgrps+ynOFkibMQQPKeFXlTYtlukuCuepCelPSkjxvhcLq2ZA==" }, "@aws-amplify/ui-components": { - "version": "0.8.2", - "resolved": "https://registry.npmjs.org/@aws-amplify/ui-components/-/ui-components-0.8.2.tgz", - "integrity": "sha512-DZocbCGA7xyP9ScujvXFKM3kOPHqPvpq5f0WwfhOV5nFNoEabq6xjg3AXbDKvUR0h+FJc4yVAFnO9u6pLc2QGw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@aws-amplify/ui-components/-/ui-components-1.1.0.tgz", + "integrity": "sha512-Xz/hyY1Bmsw1aZ9og8mF2LBCJTmWVRKHNtpwxc7fJnDVSFKeqx75GHcsr+HbWZ4uK66tkW9WEqvmgN3RxxOnCQ==", "requires": { "qrcode": "^1.4.4", "uuid": "^8.2.0" }, "dependencies": { "uuid": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz", - "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==" + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" } } }, "@aws-amplify/ui-react": { - "version": "0.2.19", - "resolved": "https://registry.npmjs.org/@aws-amplify/ui-react/-/ui-react-0.2.19.tgz", - "integrity": "sha512-pxZTt+SRSvdkYGi1N3z6F6gUzpyp25r8IADpo9d26lQuVxdKGrJtsVTa+1D7qd97FaiP4G6wk/jGzsQShuNjbg==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@aws-amplify/ui-react/-/ui-react-1.0.5.tgz", + "integrity": "sha512-ym0WN/ujVb8gRXMHmjn95dXD24DpHj7lM4f2OJBcCiNokDD3A8SEx9/Yv1WGNnvdRdaVx+l2+q++FcMHLg4CoA==", "requires": { - "@aws-amplify/ui-components": "^0.8.2" + "@aws-amplify/ui-components": "1.1.0" } }, "@aws-amplify/xr": { @@ -23252,12 +23252,12 @@ }, "dependencies": { "buffer": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.6.0.tgz", - "integrity": "sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==", + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4" + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" } }, "isarray": { diff --git a/package.json b/package.json index 8595317..515fad5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "react-scripts test" }, "dependencies": { - "@aws-amplify/ui-react": "^0.2.19", + "@aws-amplify/ui-react": "^1.0.5", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", "@testing-library/user-event": "^12.1.7",