Skip to content

Commit

Permalink
Update update-notifier version
Browse files Browse the repository at this point in the history
Update to a version that includes yeoman/update-notifier#192 to avoid the bug where it will suggest downgrading your version (yeoman/update-notifier#181).
  • Loading branch information
kmcnellis committed Apr 16, 2021
1 parent 4bbcd92 commit 7a3d088
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 27 deletions.
153 changes: 128 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -83,7 +83,6 @@
"dependencies": {
"@google-cloud/pubsub": "^2.7.0",
"@types/archiver": "^5.1.0",
"JSONStream": "^1.2.1",
"abort-controller": "^3.0.0",
"archiver": "^5.0.0",
"body-parser": "^1.19.0",
Expand All @@ -108,6 +107,7 @@
"google-auth-library": "^6.1.3",
"inquirer": "~6.3.1",
"js-yaml": "^3.13.1",
"JSONStream": "^1.2.1",
"jsonwebtoken": "^8.5.1",
"leven": "^3.1.0",
"lodash": "^4.17.19",
Expand All @@ -133,7 +133,7 @@
"tweetsodium": "0.0.5",
"universal-analytics": "^0.4.16",
"unzipper": "^0.10.10",
"update-notifier": "^4.1.0",
"update-notifier": "^5.1.0",
"uuid": "^3.0.0",
"winston": "^3.0.0",
"winston-transport": "^4.4.0",
Expand Down

0 comments on commit 7a3d088

Please sign in to comment.