diff --git a/package-lock.json b/package-lock.json index 6cf49a1..08fd7a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vonage/subaccounts": "1.12.1", "@vonage/verify2": "1.15.1", "@vonage/voice": "1.17.1", - "body-parser": "^1.20.3", + "body-parser": "^1.20.6", "dotenv": "^16.4.7", "ejs": "^3.1.10", "eslint-plugin-n": "17.15.1", @@ -2014,9 +2014,9 @@ } }, "node_modules/body-parser": { - "version": "1.20.5", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.5.tgz", - "integrity": "sha512-3grm+/2tUOvu2cjJkvsIxrv/wVpfXQW4PsQHYm7yk4vfpu7Ekl6nEsYBoJUL6qDwZUx8wUhQ8tR2qz+ad9c9OA==", + "version": "1.20.6", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.6.tgz", + "integrity": "sha512-p5tAzS57i5MV9fZFDj9LeIiTZEufbSe2eDozP+ElheSUq1m74CRq1jI4mYNDdVs9vQztXFLuk/Gd6BWTdwRJ5g==", "license": "MIT", "dependencies": { "bytes": "~3.1.2", diff --git a/package.json b/package.json index 4a6e5dc..943668a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@vonage/subaccounts": "1.12.1", "@vonage/verify2": "1.15.1", "@vonage/voice": "1.17.1", - "body-parser": "^1.20.3", + "body-parser": "^1.20.6", "dotenv": "^16.4.7", "ejs": "^3.1.10", "eslint-plugin-n": "17.15.1",