Skip to content

Commit e5135d2

Browse files
fix(security): patch forest-express transitive vulnerabilities (#672)
1 parent 41a0b59 commit e5135d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
2929
"core-js": "3.6.5",
30-
"forest-express": "8.1.0",
30+
"forest-express": "8.1.3",
3131
"http-errors": "1.6.1",
3232
"lodash": "4.17.21",
3333
"moment": "2.19.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4738,10 +4738,10 @@ for-in@^1.0.2:
47384738
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
47394739
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
47404740

4741-
4742-
version "8.1.0"
4743-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.1.0.tgz#42c14dcbff96ce77d29ec9231a48e84095bf1a5e"
4744-
integrity sha512-ydBHdjqZCSnlkrapmd0Ux0RNBSK14oFaAMaAKwzdxJhivSElVsGVnZMmG7ZGpy5YWx/XZZWQbJLQf4GJx0ouYQ==
4741+
4742+
version "8.1.3"
4743+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.1.3.tgz#6941f37cefb2e53051a40b333549ce6c5f865d77"
4744+
integrity sha512-lxo51pxccomgXcpiJUQhSyQmB7GwEo7LSHD46GpWg1k4W2MqNlmDCe/2nSo9EfDSqpoDVgt8LByX+OPSCJ8lAg==
47454745
dependencies:
47464746
"@babel/runtime" "7.10.1"
47474747
base32-encode "1.1.1"

0 commit comments

Comments
 (0)