diff --git a/package-lock.json b/package-lock.json index df4277ec..59114d65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@rjsf/core": "^5.7.3", "@rjsf/utils": "^5.3.1", - "@rjsf/validator-ajv8": "^5.3.1", + "@rjsf/validator-ajv8": "^5.14.1", "@usdoj/uswds-external-link": "github:ameshkin/uswds-external-link", "assert": "2.x", "axios": "0.x", @@ -2471,20 +2471,20 @@ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "node_modules/@rjsf/validator-ajv8": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@rjsf/validator-ajv8/-/validator-ajv8-5.3.1.tgz", - "integrity": "sha512-nl0mcUqbCZWZsjrPy7n0rdJtc0QprIl35rfu6YltCQxFuiCpVzl3CVo99grUg9kO5X6i4be8JbXkuUMaE73DXg==", + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/@rjsf/validator-ajv8/-/validator-ajv8-5.14.1.tgz", + "integrity": "sha512-LCWip38jkCcI9uy1k0wCwdVOYFBzuevZ273hdhB/fZ3Z5xRE7R2UvPG+lPy/jlLdR0Xu39In/VAp2os3meF1rQ==", "dependencies": { "ajv": "^8.12.0", "ajv-formats": "^2.1.1", - "lodash": "^4.17.15", - "lodash-es": "^4.17.15" + "lodash": "^4.17.21", + "lodash-es": "^4.17.21" }, "engines": { "node": ">=14" }, "peerDependencies": { - "@rjsf/utils": "^5.0.0" + "@rjsf/utils": "^5.12.x" } }, "node_modules/@rjsf/validator-ajv8/node_modules/ajv": { @@ -16365,14 +16365,14 @@ } }, "@rjsf/validator-ajv8": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@rjsf/validator-ajv8/-/validator-ajv8-5.3.1.tgz", - "integrity": "sha512-nl0mcUqbCZWZsjrPy7n0rdJtc0QprIl35rfu6YltCQxFuiCpVzl3CVo99grUg9kO5X6i4be8JbXkuUMaE73DXg==", + "version": "5.14.1", + "resolved": "https://registry.npmjs.org/@rjsf/validator-ajv8/-/validator-ajv8-5.14.1.tgz", + "integrity": "sha512-LCWip38jkCcI9uy1k0wCwdVOYFBzuevZ273hdhB/fZ3Z5xRE7R2UvPG+lPy/jlLdR0Xu39In/VAp2os3meF1rQ==", "requires": { "ajv": "^8.12.0", "ajv-formats": "^2.1.1", - "lodash": "^4.17.15", - "lodash-es": "^4.17.15" + "lodash": "^4.17.21", + "lodash-es": "^4.17.21" }, "dependencies": { "ajv": { diff --git a/package.json b/package.json index 64773642..7d504c6d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@rjsf/core": "^5.7.3", "@rjsf/utils": "^5.3.1", - "@rjsf/validator-ajv8": "^5.3.1", + "@rjsf/validator-ajv8": "^5.14.1", "@usdoj/uswds-external-link": "github:ameshkin/uswds-external-link", "assert": "2.x", "axios": "0.x",