Skip to content

Commit 9b73681

Browse files
committed
fix(deps): update dependency update-notifier to ^4.1.1
1 parent 633e895 commit 9b73681

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"cross-spawn-promise": "^0.10.2",
4040
"meow": "^7.1.0",
4141
"rimraf": "^3.0.2",
42-
"update-notifier": "^4.1.0"
42+
"update-notifier": "^4.1.1"
4343
},
4444
"devDependencies": {
4545
"husky": "^4.2.5",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1445,10 +1445,10 @@ unique-string@^2.0.0:
14451445
dependencies:
14461446
crypto-random-string "^2.0.0"
14471447

1448-
update-notifier@^4.1.0:
1449-
version "4.1.0"
1450-
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.0.tgz#4866b98c3bc5b5473c020b1250583628f9a328f3"
1451-
integrity sha512-w3doE1qtI0/ZmgeoDoARmI5fjDoT93IfKgEGqm26dGUOh8oNpaSTsGNdYRN/SjOuo10jcJGwkEL3mroKzktkew==
1448+
update-notifier@^4.1.1:
1449+
version "4.1.1"
1450+
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.1.tgz#895fc8562bbe666179500f9f2cebac4f26323746"
1451+
integrity sha512-9y+Kds0+LoLG6yN802wVXoIfxYEwh3FlZwzMwpCZp62S2i1/Jzeqb9Eeeju3NSHccGGasfGlK5/vEHbAifYRDg==
14521452
dependencies:
14531453
boxen "^4.2.0"
14541454
chalk "^3.0.0"

0 commit comments

Comments
 (0)