From 1351629f5423159931e3c079beb3764af2478ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 08:28:40 +0000 Subject: [PATCH] build(deps-dev): bump plop from 2.7.4 to 2.7.5 in /ui Bumps [plop](https://github.com/plopjs/plop) from 2.7.4 to 2.7.5. - [Release notes](https://github.com/plopjs/plop/releases) - [Commits](https://github.com/plopjs/plop/compare/v2.7.4...v2.7.5) --- updated-dependencies: - dependency-name: plop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ui/package.json b/ui/package.json index a56693df8f3..a405276befc 100644 --- a/ui/package.json +++ b/ui/package.json @@ -79,7 +79,7 @@ "jest-runtime": "^27.2.4", "local-web-server": "^5.1.1", "next-transpile-modules": "^8.0.0", - "plop": "^2.7.4", + "plop": "^2.7.5", "pm2": "^4.5.0", "postcss": "^8.3.6", "prettier": "^2.4.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 9864f2bf18c..58914a1390d 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -4107,7 +4107,7 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/liftoff@^2.5.0": +"@types/liftoff@^2.5.1": version "2.5.1" resolved "https://registry.yarnpkg.com/@types/liftoff/-/liftoff-2.5.1.tgz#2eb4c1f86e9d5ee85571e56db0084b26af129ced" integrity sha512-nB3R6Q9CZcM07JgiTK6ibxqrG1reiHE+UX7em/W1DKwVBxDlfKWOefQjk4jubY5xX+GDxVsWR2KD1SenPby8ow== @@ -12776,10 +12776,10 @@ node-modules-regexp@^1.0.0: resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40" integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= -node-plop@~0.26.2: - version "0.26.2" - resolved "https://registry.yarnpkg.com/node-plop/-/node-plop-0.26.2.tgz#c2523596dab4e28360e615b768b11b4d60d5b1b9" - integrity sha512-q444beWkMvZwAiYC3BRGJUHgRlpOItQHy+xdy6egXg8KjxDY/Ro309spQTNvH01qK9A8XF6pc0xLKbrHDpxW7w== +node-plop@^0.26.3: + version "0.26.3" + resolved "https://registry.yarnpkg.com/node-plop/-/node-plop-0.26.3.tgz#d6fa7e71393c8b940513ba8c4868f8aaa6dea9df" + integrity sha512-Cov028YhBZ5aB7MdMWJEmwyBig43aGL5WT4vdoB28Oitau1zZAcHUn8Sgfk9HM33TqhtLJ9PlM/O0Mv+QpV/4Q== dependencies: "@babel/runtime-corejs3" "^7.9.2" "@types/inquirer" "^6.5.0" @@ -13597,17 +13597,17 @@ platform@1.3.6: resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7" integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg== -plop@^2.7.4: - version "2.7.4" - resolved "https://registry.yarnpkg.com/plop/-/plop-2.7.4.tgz#835280aef3541102063b758f5116cce899e1c72b" - integrity sha512-SaqN3mwug/Ur2RE/ryo05oLTLy+8qZGwosNt9JnrFWca+dLCsPJR1j2ZXwjrccmNu6LA7eB56lRyk/G0fKf9HA== +plop@^2.7.5: + version "2.7.5" + resolved "https://registry.yarnpkg.com/plop/-/plop-2.7.5.tgz#1aa46ce44d0dae541c233e63a6db66ffd0d47a78" + integrity sha512-SuX3KRVUDlgs1bQR4y7D3yBy5yCvQdw8os8vzRh6XBZ7uYD5s9qiVuFjIOt8WsSdpbmIxmQJbV7NCF3QXaX86Q== dependencies: - "@types/liftoff" "^2.5.0" + "@types/liftoff" "^2.5.1" chalk "^1.1.3" interpret "^1.2.0" liftoff "^2.5.0" - minimist "^1.2.0" - node-plop "~0.26.2" + minimist "^1.2.5" + node-plop "^0.26.3" ora "^3.4.0" v8flags "^2.0.10"