diff --git a/package.json b/package.json index be1f713..b6ad64d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "convert-units": "^2.3.4", "html-to-text": "^9.0.1", "jimp": "^0.16.2", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "moment": "^2.29.4", "node-europa": "^6.0.0", "node-schedule": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index f50a9b2..be5bf04 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1756,6 +1756,12 @@ js-yaml@^4.1.0: dependencies: argparse "^2.0.1" +js-yaml@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b" + dependencies: + argparse "^2.0.1" + jsbn@~0.1.0: version "0.1.1" resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz"