From 4697b7dc1a3ac46f2a6884e21e54fadb0d32fe0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2019 15:20:08 +0000 Subject: [PATCH] fix(deps): update dependency @kintone/plugin-manifest-validator to ^2.0.10 (#462) --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b3d1196..17fecdfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -139,9 +139,9 @@ } }, "@kintone/plugin-manifest-validator": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@kintone/plugin-manifest-validator/-/plugin-manifest-validator-2.0.9.tgz", - "integrity": "sha512-CXy6giCljgzPH/jW4rYdc4jRtCBhGfrBffYalf0VTEtnToEowsx2zd1Syg0qgwms4Z1HjrTPHchfuz+mElYCPw==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@kintone/plugin-manifest-validator/-/plugin-manifest-validator-2.0.10.tgz", + "integrity": "sha512-nCvg7DfRMw+kMmchX7ApirSCdnhHpckfYQeVIA0SSIkLoK8ehSWhkHIexzWPiYLYiZjr04svuKYjs/ogBvedZQ==", "requires": { "ajv": "^6.10.2", "bytes": "^3.1.0" diff --git a/package.json b/package.json index 484fbbd9..ac63cc6e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test": "run-s eslint mocha site:test" }, "dependencies": { - "@kintone/plugin-manifest-validator": "^2.0.9", + "@kintone/plugin-manifest-validator": "^2.0.10", "chokidar": "^3.3.1", "debug": "^4.1.1", "denodeify": "^1.2.1",