diff --git a/package-lock.json b/package-lock.json index ee8d67b..8907361 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.1", + "resolved": "https://registry.npmjs.org/@aws-amplify/ui-components/-/ui-components-1.1.1.tgz", + "integrity": "sha512-MftaCLnWWtVrWImQmNgNJZ9Rq6u2xsiI8HIxlE941DPjdqJfoCARN1JaDSttYCrWPijEsaGr8krf+3dlqf2mew==", "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.6", + "resolved": "https://registry.npmjs.org/@aws-amplify/ui-react/-/ui-react-1.0.6.tgz", + "integrity": "sha512-wb1dSC/3/KFtlTZwuU5dFB8DJxcx/OZpOvUZ0M18ipjoFTZOU6OWyLy24zRPoZndJT7fnZY6v0qgXflW2HFM/w==", "requires": { - "@aws-amplify/ui-components": "^0.8.2" + "@aws-amplify/ui-components": "1.1.1" } }, "@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..5a3300b 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.6", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", "@testing-library/user-event": "^12.1.7",