From f3fbd2d4d9877681dc4d63c590b683f5bc5845c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 03:38:06 +0000 Subject: [PATCH] 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 | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0dae33e..056cb5e 100644 --- a/package.json +++ b/package.json @@ -22,14 +22,14 @@ "devDependencies": { "ava": "^0.19.0", "babel-eslint": "^10.0.1", - "dustjs-linkedin": "^2.7.5", + "dustjs-linkedin": "^3.0.0", "eslint": "^5.15.3", "husky": "^0.13.2", "memory-fs": "^0.4.1", "webpack": "^4.29.6" }, "peerDependencies": { - "dustjs-linkedin": "^2.7.5", + "dustjs-linkedin": "^3.0.0", "webpack": ">= 2.0.0" }, "license": "MIT", diff --git a/yarn.lock b/yarn.lock index bbe915f..88bb62f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1774,10 +1774,10 @@ duplexify@^3.4.2, duplexify@^3.6.0: readable-stream "^2.0.0" stream-shift "^1.0.0" -dustjs-linkedin@^2.7.5: - version "2.7.5" - resolved "https://registry.yarnpkg.com/dustjs-linkedin/-/dustjs-linkedin-2.7.5.tgz#618f063f72c19b78c8055ac2301c75b7b6bbdccc" - integrity sha1-YY8GP3LBm3jIBVrCMBx1t7a73Mw= +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"