diff --git a/squarenotsquare/package-lock.json b/squarenotsquare/package-lock.json index 57cc401..88c3116 100644 --- a/squarenotsquare/package-lock.json +++ b/squarenotsquare/package-lock.json @@ -17,7 +17,8 @@ "react-redux": "^8.0.2", "realm": "^10.19.5", "redux": "^4.2.0", - "redux-thunk": "^2.4.1" + "redux-thunk": "^2.4.1", + "uuid": "^8.3.2" }, "devDependencies": { "@babel/core": "^7.12.9", @@ -15871,8 +15872,6 @@ "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "dev": true, - "optional": true, "bin": { "uuid": "dist/bin/uuid" } @@ -28174,9 +28173,7 @@ "uuid": { "version": "8.3.2", "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "dev": true, - "optional": true + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" }, "v8-compile-cache": { "version": "2.3.0", diff --git a/squarenotsquare/package.json b/squarenotsquare/package.json index fc7793e..8307171 100644 --- a/squarenotsquare/package.json +++ b/squarenotsquare/package.json @@ -19,7 +19,8 @@ "react-redux": "^8.0.2", "realm": "^10.19.5", "redux": "^4.2.0", - "redux-thunk": "^2.4.1" + "redux-thunk": "^2.4.1", + "uuid": "^8.3.2" }, "devDependencies": { "@babel/core": "^7.12.9",