diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000000000000000000000000000000000000..682c0ae43a111365d4a2589683122bbfa3922d24 Binary files /dev/null and b/package-lock.json differ diff --git a/package.json b/package.json index 52fc55f3093095e1df9b0e397fe693a2ae4478dc..a9853ab7054b1250232a1f45db2f0f8251eb0eb7 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "concat": "^1.0.3", "cryptiles": "^4.1.3", "eslint": "^6.0.1", - "eslint-config-airbnb-base": "^13.1.0", + "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.0", "esm": "^3.0.82", "extend": "^3.0.2", @@ -84,8 +84,8 @@ "z-schema": "^4.1.0" }, "dependencies": { - "json-schema-ref-parser": "^6.0.2", - "jsonpath-plus": "^0.20.1", + "json-schema-ref-parser": "^7.1.1", + "jsonpath-plus": "^1.0.0", "randexp": "^0.5.3" } }