Skip to content

Commit eb691c5

Browse files
fix(deps): update dependency update-notifier to v5 (#13)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 0dfeedd commit eb691c5

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
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.1",
4141
"rimraf": "^3.0.2",
42-
"update-notifier": "^4.1.3"
42+
"update-notifier": "^5.0.1"
4343
},
4444
"devDependencies": {
4545
"husky": "^4.3.0",

yarn.lock

+22-16
Original file line numberDiff line numberDiff line change
@@ -668,18 +668,18 @@ is-fullwidth-code-point@^3.0.0:
668668
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
669669
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
670670

671-
is-installed-globally@^0.3.1:
671+
is-installed-globally@^0.3.2:
672672
version "0.3.2"
673673
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.3.2.tgz#fd3efa79ee670d1187233182d5b0a1dd00313141"
674674
integrity sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==
675675
dependencies:
676676
global-dirs "^2.0.1"
677677
is-path-inside "^3.0.1"
678678

679-
is-npm@^4.0.0:
680-
version "4.0.0"
681-
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-4.0.0.tgz#c90dd8380696df87a7a6d823c20d0b12bbe3c84d"
682-
integrity sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==
679+
is-npm@^5.0.0:
680+
version "5.0.0"
681+
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-5.0.0.tgz#43e8d65cc56e1b67f8d47262cf667099193f45a8"
682+
integrity sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==
683683

684684
is-number@^7.0.0:
685685
version "7.0.0"
@@ -758,7 +758,7 @@ kind-of@^6.0.3:
758758
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
759759
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
760760

761-
latest-version@^5.0.0:
761+
latest-version@^5.1.0:
762762
version "5.1.0"
763763
resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face"
764764
integrity sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==
@@ -1106,7 +1106,7 @@ pump@^3.0.0:
11061106
end-of-stream "^1.1.0"
11071107
once "^1.3.1"
11081108

1109-
pupa@^2.0.1:
1109+
pupa@^2.1.1:
11101110
version "2.1.1"
11111111
resolved "https://registry.yarnpkg.com/pupa/-/pupa-2.1.1.tgz#f5e8fd4afc2c5d97828faa523549ed8744a20d62"
11121112
integrity sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==
@@ -1238,6 +1238,11 @@ semver@^6.0.0, semver@^6.2.0, semver@^6.3.0:
12381238
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
12391239
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
12401240

1241+
semver@^7.3.2:
1242+
version "7.3.2"
1243+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
1244+
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
1245+
12411246
shebang-command@^1.2.0:
12421247
version "1.2.0"
12431248
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -1459,22 +1464,23 @@ unique-string@^2.0.0:
14591464
dependencies:
14601465
crypto-random-string "^2.0.0"
14611466

1462-
update-notifier@^4.1.3:
1463-
version "4.1.3"
1464-
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.3.tgz#be86ee13e8ce48fb50043ff72057b5bd598e1ea3"
1465-
integrity sha512-Yld6Z0RyCYGB6ckIjffGOSOmHXj1gMeE7aROz4MG+XMkmixBX4jUngrGXNYz7wPKBmtoD4MnBa2Anu7RSKht/A==
1467+
update-notifier@^5.0.1:
1468+
version "5.0.1"
1469+
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.0.1.tgz#1f92d45fb1f70b9e33880a72dd262bc12d22c20d"
1470+
integrity sha512-BuVpRdlwxeIOvmc32AGYvO1KVdPlsmqSh8KDDBxS6kDE5VR7R8OMP1d8MdhaVBvxl4H3551k9akXr0Y1iIB2Wg==
14661471
dependencies:
14671472
boxen "^4.2.0"
1468-
chalk "^3.0.0"
1473+
chalk "^4.1.0"
14691474
configstore "^5.0.1"
14701475
has-yarn "^2.1.0"
14711476
import-lazy "^2.1.0"
14721477
is-ci "^2.0.0"
1473-
is-installed-globally "^0.3.1"
1474-
is-npm "^4.0.0"
1478+
is-installed-globally "^0.3.2"
1479+
is-npm "^5.0.0"
14751480
is-yarn-global "^0.3.0"
1476-
latest-version "^5.0.0"
1477-
pupa "^2.0.1"
1481+
latest-version "^5.1.0"
1482+
pupa "^2.1.1"
1483+
semver "^7.3.2"
14781484
semver-diff "^3.1.1"
14791485
xdg-basedir "^4.0.0"
14801486

0 commit comments

Comments
 (0)