diff --git a/package.json b/package.json index 95972c7..23384c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@synatic/schema-magic", - "version": "0.1.1", + "version": "0.1.2", "description": "JSON Schema Utilities", "main": "index.js", "files": [ @@ -43,23 +43,23 @@ }, "dependencies": { "@synatic/json-magic": "0.1.1", - "@synatic/type-magic": "0.1.2", + "@synatic/type-magic": "0.1.3", "ajv": "6.12.6", "ajv-keywords": "3.5.2", - "bson-objectid": "1.3.1", + "bson-objectid": "2.0.1", "check-types": "11.1.2", "clone-deep": "4.0.1", - "cron-parser": "2.18.0", - "jsonpath-plus": "4.0.0", + "cron-parser": "3.5.0", + "jsonpath-plus": "5.0.7", "moment": "2.29.1", - "moment-timezone": "0.5.32", - "underscore": "1.12.0", + "moment-timezone": "0.5.33", + "underscore": "1.13.1", "underscore.string": "3.3.5" }, "devDependencies": { "eslint": "^7.16.0", "eslint-config-google": "^0.14.0", - "eslint-config-prettier": "^7.1.0", + "eslint-config-prettier": "^8.1.0", "mocha": "^8.2.1", "nyc": "^15.1.0", "prettier": "^2.2.1"