diff --git a/package-lock.json b/package-lock.json index 1b0cfa4f31c..ed79b2d6e03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@nuxtjs/opencollective": "0.3.2", "class-transformer": "0.5.1", - "class-validator": "0.14.0", + "class-validator": "0.14.1", "cli-color": "2.0.3", "cors": "2.8.5", "express": "4.18.2", @@ -7507,8 +7507,9 @@ "license": "MIT" }, "node_modules/@types/validator": { - "version": "13.7.10", - "license": "MIT" + "version": "13.11.8", + "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.11.8.tgz", + "integrity": "sha512-c/hzNDBh7eRF+KbCf+OoZxKbnkpaK/cKp9iLQWqB7muXtM+MtL9SUUH8vCFcLn6dH1Qm05jiexK0ofWY7TfOhQ==" }, "node_modules/@types/vinyl": { "version": "2.0.7", @@ -11299,12 +11300,13 @@ } }, "node_modules/class-validator": { - "version": "0.14.0", - "license": "MIT", + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.14.1.tgz", + "integrity": "sha512-2VEG9JICxIqTpoK1eMzZqaV+u/EiwEJkMGzTrZf6sU/fwsnOITVgYJ8yojSy6CaXtO9V0Cc6ZQZ8h8m4UBuLwQ==", "dependencies": { - "@types/validator": "^13.7.10", - "libphonenumber-js": "^1.10.14", - "validator": "^13.7.0" + "@types/validator": "^13.11.8", + "libphonenumber-js": "^1.10.53", + "validator": "^13.9.0" } }, "node_modules/clean-stack": { @@ -22567,8 +22569,9 @@ } }, "node_modules/libphonenumber-js": { - "version": "1.10.18", - "license": "MIT" + "version": "1.10.53", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.10.53.tgz", + "integrity": "sha512-sDTnnqlWK4vH4AlDQuswz3n4Hx7bIQWTpIcScJX+Sp7St3LXHmfiax/ZFfyYxHmkdCvydOLSuvtAO/XpXiSySw==" }, "node_modules/liftoff": { "version": "3.1.0", @@ -32551,8 +32554,9 @@ } }, "node_modules/validator": { - "version": "13.7.0", - "license": "MIT", + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz", + "integrity": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==", "engines": { "node": ">= 0.10" } diff --git a/package.json b/package.json index 4b5dabe7611..2b4f11902b7 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "dependencies": { "@nuxtjs/opencollective": "0.3.2", "class-transformer": "0.5.1", - "class-validator": "0.14.0", + "class-validator": "0.14.1", "cli-color": "2.0.3", "cors": "2.8.5", "express": "4.18.2",