diff --git a/package-lock.json b/package-lock.json index 6272c319..af5c691d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "@mia-platform/crud-service", "version": "7.2.1", - "license": "SEE LICENSE IN LICENSE", + "license": "Apache-2.0", "dependencies": { "@fastify/env": "^4.4.0", "@fastify/mongodb": "^8.0.0", @@ -19,7 +19,7 @@ "csv-parse": "^5.5.6", "csv-stringify": "^6.5.1", "fastify-plugin": "^4.5.1", - "jsonpath-plus": "^9.0.0", + "jsonpath-plus": "^10.0.6", "JSONStream": "^1.3.5", "lodash": "^4.17.21", "mongodb-client-encryption": "^6.1.0", @@ -48,7 +48,7 @@ "uuid-validate": "0.0.3" }, "engines": { - "node": ">=v18.13.0" + "node": ">=v20" }, "peerDependencies": { "ajv": "^8.17.1", @@ -7100,21 +7100,20 @@ "license": "MIT" }, "node_modules/jsonpath-plus": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-9.0.0.tgz", - "integrity": "sha512-bqE77VIDStrOTV/czspZhTn+o27Xx9ZJRGVkdVShEtPoqsIx5yALv3lWVU6y+PqYvWPJNWE7ORCQheQkEe0DDA==", - "license": "MIT", + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.6.tgz", + "integrity": "sha512-Q0KCash90S0WQnPnE/W0uVXQSww4NkO34COfs+gbq0fk+Kv03FYpZ+uU2I7soLLaS4d/ywsm9PxplZsTMmfBmg==", "dependencies": { "@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/regex": "^1.0.3", - "jsep": "^1.3.8" + "jsep": "^1.3.9" }, "bin": { "jsonpath": "bin/jsonpath-cli.js", "jsonpath-plus": "bin/jsonpath-cli.js" }, "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" } }, "node_modules/JSONStream": { diff --git a/package.json b/package.json index 5bed9984..ccee3d7a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "csv-parse": "^5.5.6", "csv-stringify": "^6.5.1", "fastify-plugin": "^4.5.1", - "jsonpath-plus": "^9.0.0", + "jsonpath-plus": "^10.0.6", "JSONStream": "^1.3.5", "lodash": "^4.17.21", "mongodb-client-encryption": "^6.1.0",