Skip to content

Commit fd0d547

Browse files
chore(deps): bump node-notifier from 8.0.0 to 8.0.2
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.2. - [Release notes](https://github.com/mikaelbr/node-notifier/releases) - [Changelog](https://github.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md) - [Commits](mikaelbr/node-notifier@v8.0.0...v8.0.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a24cc42 commit fd0d547

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

yarn.lock

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4093,9 +4093,9 @@ is-descriptor@^1.0.0, is-descriptor@^1.0.2:
40934093
kind-of "^6.0.2"
40944094

40954095
is-docker@^2.0.0:
4096-
version "2.1.1"
4097-
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.1.1.tgz#4125a88e44e450d384e09047ede71adc2d144156"
4098-
integrity sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==
4096+
version "2.2.1"
4097+
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
4098+
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
40994099

41004100
is-extendable@^0.1.0, is-extendable@^0.1.1:
41014101
version "0.1.1"
@@ -5019,6 +5019,13 @@ loose-envify@^1.0.0, loose-envify@^1.4.0:
50195019
dependencies:
50205020
js-tokens "^3.0.0 || ^4.0.0"
50215021

5022+
lru-cache@^6.0.0:
5023+
version "6.0.0"
5024+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
5025+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
5026+
dependencies:
5027+
yallist "^4.0.0"
5028+
50225029
lunr@^2.3.9:
50235030
version "2.3.9"
50245031
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
@@ -5307,9 +5314,9 @@ node-modules-regexp@^1.0.0:
53075314
integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
53085315

53095316
node-notifier@^8.0.0:
5310-
version "8.0.0"
5311-
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.0.tgz#a7eee2d51da6d0f7ff5094bc7108c911240c1620"
5312-
integrity sha512-46z7DUmcjoYdaWyXouuFNNfUo6eFa94t23c53c+lG/9Cvauk4a98rAUp9672X5dxGdQmLpPzTxzu8f/OeEPaFA==
5317+
version "8.0.2"
5318+
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5"
5319+
integrity sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==
53135320
dependencies:
53145321
growly "^1.3.0"
53155322
is-wsl "^2.2.0"
@@ -6256,9 +6263,11 @@ [email protected]:
62566263
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
62576264

62586265
[email protected], semver@^7.3.2:
6259-
version "7.3.2"
6260-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
6261-
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
6266+
version "7.3.5"
6267+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
6268+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
6269+
dependencies:
6270+
lru-cache "^6.0.0"
62626271

62636272
semver@^6.0.0, semver@^6.3.0:
62646273
version "6.3.0"
@@ -7115,9 +7124,9 @@ uuid@^3.3.2:
71157124
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
71167125

71177126
uuid@^8.3.0:
7118-
version "8.3.0"
7119-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea"
7120-
integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==
7127+
version "8.3.2"
7128+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
7129+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
71217130

71227131
v8-to-istanbul@^5.0.1:
71237132
version "5.0.1"
@@ -7345,6 +7354,11 @@ yallist@^3.0.0, yallist@^3.0.3:
73457354
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
73467355
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
73477356

7357+
yallist@^4.0.0:
7358+
version "4.0.0"
7359+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
7360+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
7361+
73487362
yargonaut@^1.1.2:
73497363
version "1.1.4"
73507364
resolved "https://registry.yarnpkg.com/yargonaut/-/yargonaut-1.1.4.tgz#c64f56432c7465271221f53f5cc517890c3d6e0c"

0 commit comments

Comments
 (0)