From cd7c9f9f2cbcdef2544ae412f121d40092d1e664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 03:38:58 +0000 Subject: [PATCH] chore(deps-dev): bump dustjs-linkedin from 2.7.5 to 3.0.0 Bumps [dustjs-linkedin](https://github.com/linkedin/dustjs) from 2.7.5 to 3.0.0. - [Release notes](https://github.com/linkedin/dustjs/releases) - [Changelog](https://github.com/linkedin/dustjs/blob/master/CHANGELOG.md) - [Commits](https://github.com/linkedin/dustjs/compare/v2.7.5...v3.0.0) --- updated-dependencies: - dependency-name: dustjs-linkedin dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 24c9706..e9db504 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "homepage": "https://prozi.github.io/bouncer.js/", "devDependencies": { "@jacekpietal/docma": "^3.3.3", - "dustjs-linkedin": "^2.7.5", + "dustjs-linkedin": "^3.0.0", "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^3.4.0", diff --git a/yarn.lock b/yarn.lock index 126ec61..e8b7858 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1648,6 +1648,14 @@ dustjs-linkedin@^2.7.5: chokidar "~1.5.1" cli "^1.0.1" +dustjs-linkedin@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/dustjs-linkedin/-/dustjs-linkedin-3.0.0.tgz#49a215002dfba32aaddc13d376d21735467ce83b" + integrity sha512-4p7uxR+qLX4dBdjskHZNgDUIKsOXaEr3xsgP5wn4sfinq51cx+2I34uHVzh4VgDJ8Xmjdd5oZn0HeeYkH2UJWA== + dependencies: + chokidar "~1.5.1" + cli "^1.0.1" + easy-table@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/easy-table/-/easy-table-1.1.1.tgz#c1b9b9ad68a017091a1c235e4bcba277540e143f"