diff --git a/package-lock.json b/package-lock.json index d9a375a..1c7bc8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "configcat-js", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "configcat-js", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "dependencies": { - "configcat-common": "^6.0.0" + "configcat-common": "^6.0.1" }, "devDependencies": { "@types/chai": "^4.3.3", @@ -3910,9 +3910,9 @@ } }, "node_modules/configcat-common": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/configcat-common/-/configcat-common-6.0.0.tgz", - "integrity": "sha512-C/lCeTKiFk9kPElRF3f4zIkvVCLKgPJuzrKbIMHCru89mvfH5t4//hZ9TW8wPJOAje6xB6ZALutDiIxggwUvWA==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/configcat-common/-/configcat-common-6.0.1.tgz", + "integrity": "sha512-WrRT1+C/AXbRhMspjz5r/2MYawqOYJB+92vbSCaWHB9qmXHDaS6fhmGSo5mtrFCV/RBF/uiJXlUSRzz6lnDxfg==" }, "node_modules/connect": { "version": "3.7.0", @@ -15362,9 +15362,9 @@ } }, "configcat-common": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/configcat-common/-/configcat-common-6.0.0.tgz", - "integrity": "sha512-C/lCeTKiFk9kPElRF3f4zIkvVCLKgPJuzrKbIMHCru89mvfH5t4//hZ9TW8wPJOAje6xB6ZALutDiIxggwUvWA==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/configcat-common/-/configcat-common-6.0.1.tgz", + "integrity": "sha512-WrRT1+C/AXbRhMspjz5r/2MYawqOYJB+92vbSCaWHB9qmXHDaS6fhmGSo5mtrFCV/RBF/uiJXlUSRzz6lnDxfg==" }, "connect": { "version": "3.7.0", diff --git a/package.json b/package.json index 50a996b..5d5452c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "configcat-js", - "version": "6.0.0", + "version": "6.0.1", "description": "ConfigCat is a configuration as a service that lets you manage your features and configurations without actually deploying new code.", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -33,7 +33,7 @@ "license": "MIT", "homepage": "https://configcat.com", "dependencies": { - "configcat-common": "^6.0.0" + "configcat-common": "^6.0.1" }, "devDependencies": { "@types/chai": "^4.3.3",