Skip to content

Commit

Permalink
fix(deps): bump npm from 6.14.8 to 6.14.11 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jan 11, 2021
1 parent d532eb8 commit 96f6523
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion lib/__tests__/buildPullRequestBody.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
);
});
2 changes: 1 addition & 1 deletion lib/constants.js
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 96f6523

Please sign in to comment.