Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 587cf52

Browse files
Bump update-notifier from 4.1.1 to 5.0.0 (#73)
Bumps [update-notifier](https://github.com/yeoman/update-notifier) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/yeoman/update-notifier/releases) - [Commits](sindresorhus/update-notifier@v4.1.1...v5.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78f65eb commit 587cf52

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@types/node": "^14.0.26",
34-
"update-notifier": "^4.1.0"
34+
"update-notifier": "^5.0.0"
3535
},
3636
"devDependencies": {
3737
"@types/chai": "^4.2.12",

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,10 +1886,10 @@ is-installed-globally@^0.3.1:
18861886
global-dirs "^2.0.1"
18871887
is-path-inside "^3.0.1"
18881888

1889-
is-npm@^4.0.0:
1890-
version "4.0.0"
1891-
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-4.0.0.tgz#c90dd8380696df87a7a6d823c20d0b12bbe3c84d"
1892-
integrity sha512-96ECIfh9xtDDlPylNPXhzjsykHsMJZ18ASpaWzQyBr4YRTcVjUvzaHayDAES2oU/3KpljhHUjtSRNiDwi0F0ig==
1889+
is-npm@^5.0.0:
1890+
version "5.0.0"
1891+
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-5.0.0.tgz#43e8d65cc56e1b67f8d47262cf667099193f45a8"
1892+
integrity sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==
18931893

18941894
is-number@^3.0.0:
18951895
version "3.0.0"
@@ -3423,22 +3423,23 @@ unset-value@^1.0.0:
34233423
has-value "^0.3.1"
34243424
isobject "^3.0.0"
34253425

3426-
update-notifier@^4.1.0:
3427-
version "4.1.1"
3428-
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-4.1.1.tgz#895fc8562bbe666179500f9f2cebac4f26323746"
3429-
integrity sha512-9y+Kds0+LoLG6yN802wVXoIfxYEwh3FlZwzMwpCZp62S2i1/Jzeqb9Eeeju3NSHccGGasfGlK5/vEHbAifYRDg==
3426+
update-notifier@^5.0.0:
3427+
version "5.0.0"
3428+
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.0.0.tgz#308e0ae772f71d66df0303159a945bc1e1fb819a"
3429+
integrity sha512-8tqsiVrMv7aZsKNSjqA6DdBLKJpZG1hRpkj1RbOJu1PgyP69OX+EInAnP1EK/ShX5YdPFgwWdk19oquZ0HTM8g==
34303430
dependencies:
34313431
boxen "^4.2.0"
3432-
chalk "^3.0.0"
3432+
chalk "^4.1.0"
34333433
configstore "^5.0.1"
34343434
has-yarn "^2.1.0"
34353435
import-lazy "^2.1.0"
34363436
is-ci "^2.0.0"
34373437
is-installed-globally "^0.3.1"
3438-
is-npm "^4.0.0"
3438+
is-npm "^5.0.0"
34393439
is-yarn-global "^0.3.0"
34403440
latest-version "^5.0.0"
34413441
pupa "^2.0.1"
3442+
semver "^7.3.2"
34423443
semver-diff "^3.1.1"
34433444
xdg-basedir "^4.0.0"
34443445

0 commit comments

Comments
 (0)