diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cb08a54..8b6a32d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -15,7 +15,7 @@ "@mui/icons-material": "^5.15.15", "@mui/material": "^5.15.15", "@mui/styles": "^5.15.15", - "@rjsf/core": "^5.12.1", + "@rjsf/core": "^5.18.1", "@rjsf/material-ui": "^5.7.2", "@rjsf/utils": "^5.7.2", "@rjsf/validator-ajv8": "^5.7.2", @@ -1749,13 +1749,13 @@ } }, "node_modules/@rjsf/core": { - "version": "5.16.1", - "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.16.1.tgz", - "integrity": "sha512-zIqm5aJ0CfpqsJXcJvIEoYZMfPa6hLqKSeOwwifuHSjznC6fbXPdmqnifBCPVy0GgMaDDWekZLfndk5W3ZO1YA==", + "version": "5.18.1", + "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.18.1.tgz", + "integrity": "sha512-325fOPqupCkEkH4/ufeAbaezyknCTRQx8XeK9PhtWBSwpVggJg003C2RFL7g7HdFkz546KjEBGKeJ74HXC/kVg==", "dependencies": { "lodash": "^4.17.21", "lodash-es": "^4.17.21", - "markdown-to-jsx": "^7.4.0", + "markdown-to-jsx": "^7.4.1", "nanoid": "^3.3.7", "prop-types": "^15.8.1" }, @@ -1763,7 +1763,7 @@ "node": ">=14" }, "peerDependencies": { - "@rjsf/utils": "^5.16.x", + "@rjsf/utils": "^5.18.x", "react": "^16.14.0 || >=17" } }, @@ -1783,9 +1783,9 @@ } }, "node_modules/@rjsf/utils": { - "version": "5.16.1", - "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.16.1.tgz", - "integrity": "sha512-zJ8WopscMl46QBjlIalIoPERs7kgSfUwIZ5zx4OMBRp0O+m7Scx0F+4iHqLnRuHEfaCNA5D7IKxmx1whOG/x1Q==", + "version": "5.18.2", + "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.18.2.tgz", + "integrity": "sha512-iDqwBTispZ7mAgwBuHIM0emK+Ft2xRgKD9TzB68VEUhr2hqlDRpwtH6/AgAWUKmJl4kUj3cRKVqqhIvamGLpXw==", "dependencies": { "json-schema-merge-allof": "^0.8.1", "jsonpointer": "^5.0.1", diff --git a/frontend/package.json b/frontend/package.json index 9f84035..edf1118 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "@mui/icons-material": "^5.15.15", "@mui/material": "^5.15.15", "@mui/styles": "^5.15.15", - "@rjsf/core": "^5.12.1", + "@rjsf/core": "^5.18.1", "@rjsf/material-ui": "^5.7.2", "@rjsf/utils": "^5.7.2", "@rjsf/validator-ajv8": "^5.7.2",