From e65254bcff85cf0601abeac44a7aef6c491db06a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2020 00:54:38 +0000 Subject: [PATCH] Bump yaml from 1.8.2 to 1.8.3 in /images/nodejs Bumps [yaml](https://github.com/eemeli/yaml) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v1.8.2...v1.8.3) Signed-off-by: dependabot-preview[bot] --- images/nodejs/package-lock.json | 12 ++++++------ images/nodejs/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/images/nodejs/package-lock.json b/images/nodejs/package-lock.json index e8990e3..27a9b14 100644 --- a/images/nodejs/package-lock.json +++ b/images/nodejs/package-lock.json @@ -3,9 +3,9 @@ "lockfileVersion": 1, "dependencies": { "@babel/runtime": { - "version": "7.8.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.7.tgz", - "integrity": "sha512-+AATMUFppJDw6aiR5NVPHqIQBlV/Pj8wY/EZH+lmvRdUo9xBaz/rF3alAwFJQavvKfeOlPE7oaaDHVbcySbCsg==", + "version": "7.9.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.0.tgz", + "integrity": "sha512-cTIudHnzuWLS56ik4DnRnqqNf8MkdUzV4iFFI1h7Jo9xvrpQROYaAnaSd2mHLQAzzZAPfATynX5ord6YlNYNMA==", "requires": { "regenerator-runtime": "^0.13.4" } @@ -50,9 +50,9 @@ } }, "yaml": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.8.2.tgz", - "integrity": "sha512-omakb0d7FjMo3R1D2EbTKVIk6dAVLRxFXdLZMEUToeAvuqgG/YuHMuQOZ5fgk+vQ8cx+cnGKwyg+8g8PNT0xQg==", + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.8.3.tgz", + "integrity": "sha512-X/v7VDnK+sxbQ2Imq4Jt2PRUsRsP7UcpSl3Llg6+NRRqWLIvxkMFYtH1FmvwNGYRKKPa+EPA4qDBlI9WVG1UKw==", "requires": { "@babel/runtime": "^7.8.7" } diff --git a/images/nodejs/package.json b/images/nodejs/package.json index 4180367..8b8c6ec 100644 --- a/images/nodejs/package.json +++ b/images/nodejs/package.json @@ -2,6 +2,6 @@ "dependencies": { "is-ip": "^3.1.0", "prom-client": "^12.0.0", - "yaml": "^1.8.2" + "yaml": "^1.8.3" } }