diff --git a/backend/functions/package-lock.json b/backend/functions/package-lock.json index e05f656..d176f12 100644 --- a/backend/functions/package-lock.json +++ b/backend/functions/package-lock.json @@ -14,7 +14,7 @@ "archiver": "^6.0.1", "axios": "^1.3.3", "bcrypt": "^5.1.0", - "civkit": "^0.7.0-c4d383e", + "civkit": "^0.7.0-1189ee3", "core-js": "^3.37.1", "cors": "^2.8.5", "dayjs": "^1.11.9", @@ -3701,9 +3701,9 @@ } }, "node_modules/civkit": { - "version": "0.7.0-c4d383e", - "resolved": "https://registry.npmjs.org/civkit/-/civkit-0.7.0-c4d383e.tgz", - "integrity": "sha512-AahT8IfwELFlHrL7xOtihbVT+UjdYxUe9nx1eL7Au0ljv4OK0gRiI5ps3CRMMc4npHoMLrA6upedGQPp/lrvjQ==", + "version": "0.7.0-1189ee3", + "resolved": "https://registry.npmjs.org/civkit/-/civkit-0.7.0-1189ee3.tgz", + "integrity": "sha512-htjxZc5E25hjqAn+1xuN2Gr8gX40lbnQPMCno5ie8nuyp5aNsBfHdi5ADEkCvpcm9/cmXs6gKVqHlGjgNPyIFQ==", "dependencies": { "lodash": "^4.17.21", "tslib": "^2.5.0" diff --git a/backend/functions/package.json b/backend/functions/package.json index 2ea9029..5740a4d 100644 --- a/backend/functions/package.json +++ b/backend/functions/package.json @@ -34,7 +34,7 @@ "archiver": "^6.0.1", "axios": "^1.3.3", "bcrypt": "^5.1.0", - "civkit": "^0.7.0-c4d383e", + "civkit": "^0.7.0-1189ee3", "core-js": "^3.37.1", "cors": "^2.8.5", "dayjs": "^1.11.9",