From 96f652301ced43bcd20bfa7458fe175ad83c69b7 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Mon, 11 Jan 2021 22:56:06 +0900 Subject: [PATCH] fix(deps): bump npm from 6.14.8 to 6.14.11 (#305) --- dist/index.js | 2 +- lib/__tests__/buildPullRequestBody.test.js | 2 +- lib/constants.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index 5a563a02..c256b1e6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1114,7 +1114,7 @@ module.exports._enoent = enoent; module.exports.PACKAGE_NAME = "npm-audit-fix-action"; module.exports.PACKAGE_URL = "https://github.com/ybiquitous/npm-audit-fix-action"; -module.exports.NPM_VERSION = "6.14.8"; +module.exports.NPM_VERSION = "6.14.11"; /***/ }), diff --git a/lib/__tests__/buildPullRequestBody.test.js b/lib/__tests__/buildPullRequestBody.test.js index edc31034..9a8394c9 100644 --- a/lib/__tests__/buildPullRequestBody.test.js +++ b/lib/__tests__/buildPullRequestBody.test.js @@ -25,7 +25,7 @@ test("buildPullRequestBody()", () => { *** -This pull request is created by [npm-audit-fix-action](https://github.com/ybiquitous/npm-audit-fix-action). The used npm version is **6.14.8**. +This pull request is created by [npm-audit-fix-action](https://github.com/ybiquitous/npm-audit-fix-action). The used npm version is **6.14.11**. `.trim() ); }); diff --git a/lib/constants.js b/lib/constants.js index 1b6a3b05..deab4af8 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -1,3 +1,3 @@ module.exports.PACKAGE_NAME = "npm-audit-fix-action"; module.exports.PACKAGE_URL = "https://github.com/ybiquitous/npm-audit-fix-action"; -module.exports.NPM_VERSION = "6.14.8"; +module.exports.NPM_VERSION = "6.14.11"; diff --git a/package.json b/package.json index 9bfa59b1..65bba488 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "repository": "ybiquitous/npm-audit-fix-action", "engines": { "node": ">=12.13.0", - "npm": "6.14.8" + "npm": "6.14.11" }, "main": "lib/index.js", "scripts": {