diff --git a/package-lock.json b/package-lock.json index 5338c735bb..ba0c62f8aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8327,9 +8327,9 @@ } }, "convict-format-with-validator": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/convict-format-with-validator/-/convict-format-with-validator-6.0.0.tgz", - "integrity": "sha512-3E8cLYkHKQDTCF4MYOzReVeHrObfulUR5hw/Ur/hE/CPwXRcJHZO7Jt0JyE86IpvAZsgrOjMpVy93USjrubVqg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/convict-format-with-validator/-/convict-format-with-validator-6.0.1.tgz", + "integrity": "sha512-6/O0W9/0MESdL+0fY7glQlWHs+wnP9xXlB1tjY/Wb9ujCCEBqMP8VCjtLvRlBdfwgONrpb+DTPSHQRhUO5aTlQ==", "requires": { "validator": "^11.1.0" }, diff --git a/package.json b/package.json index 7be0ff74e7..3fbb932938 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "compression": "~1.7.2", "connect-mongo": "^4.4.0", "convict": "^6.0.0", - "convict-format-with-validator": "^6.0.0", + "convict-format-with-validator": "^6.0.1", "cookie-parser": "~1.4.0", "css-toggle-switch": "^4.1.0", "csv-string": "^4.0.1",