From 196860cffb7785255fdc6240b71204b368a90004 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 10:14:46 +0100 Subject: [PATCH] fix: bump flaschenpost from 4.3.18 to 4.3.23 (#357) Bumps [flaschenpost](https://github.com/thenativeweb/flaschenpost) from 4.3.18 to 4.3.23. - [Release notes](https://github.com/thenativeweb/flaschenpost/releases) - [Changelog](https://github.com/thenativeweb/flaschenpost/blob/master/CHANGELOG.md) - [Commits](https://github.com/thenativeweb/flaschenpost/compare/4.3.18...4.3.23) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 27 ++++++++++++++++----------- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index d5bb6369..9557a368 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@yeldirium/redux-migrations": "1.2.5", "common-tags": "1.8.0", "cron": "1.8.2", - "flaschenpost": "4.3.18", + "flaschenpost": "4.3.23", "i18next": "19.8.3", "moment-timezone": "0.5.31", "parse-strings-in-object": "2.0.0", diff --git a/yarn.lock b/yarn.lock index 73df2811..64ca2ee7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -883,17 +883,22 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0" integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== -"@types/lodash@4.14.164": - version "4.14.164" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.164.tgz#52348bcf909ac7b4c1bcbeda5c23135176e5dfa0" - integrity sha512-fXCEmONnrtbYUc5014avwBeMdhHHO8YJCkOBflUL9EoJBSKZ1dei+VO74fA7JkTHZ1GvZack2TyIw5U+1lT8jg== +"@types/lodash@4.14.165": + version "4.14.165" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.165.tgz#74d55d947452e2de0742bad65270433b63a8c30f" + integrity sha512-tjSSOTHhI5mCHTy/OOXYIhi2Wt1qcbHmuXD1Ha7q70CgI/I71afO4XtLb/cVexki1oVYchpul/TOuu3Arcdxrg== "@types/minimist@^1.2.0": version "1.2.0" resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6" integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY= -"@types/node@*", "@types/node@14.14.6", "@types/node@>= 8": +"@types/node@*", "@types/node@14.14.10", "@types/node@>= 8": + version "14.14.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785" + integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ== + +"@types/node@14.14.6": version "14.14.6" resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.6.tgz#146d3da57b3c636cc0d1769396ce1cfa8991147f" integrity sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw== @@ -2920,15 +2925,15 @@ find-versions@^3.0.0: dependencies: semver-regex "^2.0.0" -flaschenpost@4.3.18: - version "4.3.18" - resolved "https://registry.yarnpkg.com/flaschenpost/-/flaschenpost-4.3.18.tgz#d3728cceb12846457961fd396d9bc89c579b07ab" - integrity sha512-EGRoU7dZmQBXxsUWeHp3IuMHp6OZBPiwZ8FDS3lO6G61ZRL1xvhAzBaXGEvFH94x+G1eWiYKU3XfusTYIB506w== +flaschenpost@4.3.23: + version "4.3.23" + resolved "https://registry.yarnpkg.com/flaschenpost/-/flaschenpost-4.3.23.tgz#d26decee6a81da0b665dcd8a75065b740d69775b" + integrity sha512-oB2D6gZPrcDc1hoagxax1zaAwm+IvJ0pCSzVQtgkQ7UD6zVcBu3FO2HhbKOPYZozOgZSndVjqCqy5CX+vA6KEA== dependencies: "@types/app-root-path" "1.2.4" "@types/find-root" "1.1.2" - "@types/lodash" "4.14.164" - "@types/node" "14.14.6" + "@types/lodash" "4.14.165" + "@types/node" "14.14.10" "@types/stack-trace" "0.0.29" "@types/stringify-object" "3.3.0" app-root-path "3.0.0"