From 3bd1f67cdf47f39857dd7205202f9398bfd0644e Mon Sep 17 00:00:00 2001 From: Arnaud Besnier Date: Thu, 1 Apr 2021 10:01:24 +0200 Subject: [PATCH] fix(security): patch forest-express transitive vulnerabilities --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 39a76ffe..13a53ac9 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@babel/runtime": "7.10.1", "bluebird": "2.9.25", "core-js": "3.6.5", - "forest-express": "8.1.0", + "forest-express": "8.1.3", "http-errors": "1.6.1", "lodash": "4.17.21", "moment": "2.19.4", diff --git a/yarn.lock b/yarn.lock index 43ef3058..e3d858cb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4738,10 +4738,10 @@ for-in@^1.0.2: resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= -forest-express@8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.1.0.tgz#42c14dcbff96ce77d29ec9231a48e84095bf1a5e" - integrity sha512-ydBHdjqZCSnlkrapmd0Ux0RNBSK14oFaAMaAKwzdxJhivSElVsGVnZMmG7ZGpy5YWx/XZZWQbJLQf4GJx0ouYQ== +forest-express@8.1.3: + version "8.1.3" + resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.1.3.tgz#6941f37cefb2e53051a40b333549ce6c5f865d77" + integrity sha512-lxo51pxccomgXcpiJUQhSyQmB7GwEo7LSHD46GpWg1k4W2MqNlmDCe/2nSo9EfDSqpoDVgt8LByX+OPSCJ8lAg== dependencies: "@babel/runtime" "7.10.1" base32-encode "1.1.1"