Skip to content

Commit 5dcf1df

Browse files
authored
Merge pull request #1051 from vtex-apps/chore/update-node-notifier
Chore: Update node-notifier
2 parents e23048c + 76a1f79 commit 5dcf1df

File tree

3 files changed

+38
-10
lines changed

3 files changed

+38
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
### Added
10+
- `node-notifier` to resolutions yarn field
911

1012
## [3.161.25] - 2022-07-18
1113
### Added

react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"json-schema": "^0.4.0",
7979
"jsdom": "^16.5.0",
8080
"jest-environment-jsdom": "^26.0.0",
81-
"node-fetch": "^2.6.7"
81+
"node-fetch": "^2.6.7",
82+
"node-notifier": "^8.0.1"
8283
},
8384
"vtexTestTools": {
8485
"defaultLocale": "en"

react/yarn.lock

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3145,7 +3145,7 @@ is-windows@^1.0.2:
31453145
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
31463146
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
31473147

3148-
is-wsl@^2.1.1:
3148+
is-wsl@^2.2.0:
31493149
version "2.2.0"
31503150
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
31513151
integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==
@@ -3833,6 +3833,13 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
38333833
dependencies:
38343834
js-tokens "^3.0.0 || ^4.0.0"
38353835

3836+
lru-cache@^6.0.0:
3837+
version "6.0.0"
3838+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
3839+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
3840+
dependencies:
3841+
yallist "^4.0.0"
3842+
38363843
lz-string@^1.4.4:
38373844
version "1.4.4"
38383845
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
@@ -3992,16 +3999,17 @@ node-modules-regexp@^1.0.0:
39923999
resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40"
39934000
integrity sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=
39944001

3995-
node-notifier@^6.0.0:
3996-
version "6.0.0"
3997-
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-6.0.0.tgz#cea319e06baa16deec8ce5cd7f133c4a46b68e12"
3998-
integrity sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw==
4002+
node-notifier@^6.0.0, node-notifier@^8.0.1:
4003+
version "8.0.2"
4004+
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5"
4005+
integrity sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==
39994006
dependencies:
40004007
growly "^1.3.0"
4001-
is-wsl "^2.1.1"
4002-
semver "^6.3.0"
4008+
is-wsl "^2.2.0"
4009+
semver "^7.3.2"
40034010
shellwords "^0.1.1"
4004-
which "^1.3.1"
4011+
uuid "^8.3.0"
4012+
which "^2.0.2"
40054013

40064014
node-releases@^2.0.6:
40074015
version "2.0.6"
@@ -4716,6 +4724,13 @@ semver@^6.0.0, semver@^6.3.0:
47164724
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
47174725
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
47184726

4727+
semver@^7.3.2:
4728+
version "7.3.7"
4729+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
4730+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
4731+
dependencies:
4732+
lru-cache "^6.0.0"
4733+
47194734
set-blocking@^2.0.0:
47204735
version "2.0.0"
47214736
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -5255,6 +5270,11 @@ util-deprecate@^1.0.1:
52555270
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
52565271
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
52575272

5273+
uuid@^8.3.0:
5274+
version "8.3.2"
5275+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
5276+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
5277+
52585278
v8-to-istanbul@^4.1.3:
52595279
version "4.1.4"
52605280
resolved "https://registry.yarnpkg.com/v8-to-istanbul/-/v8-to-istanbul-4.1.4.tgz#b97936f21c0e2d9996d4985e5c5156e9d4e49cd6"
@@ -5451,7 +5471,7 @@ which-module@^2.0.0:
54515471
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
54525472
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
54535473

5454-
which@^1.2.9, which@^1.3.1:
5474+
which@^1.2.9:
54555475
version "1.3.1"
54565476
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
54575477
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
@@ -5514,6 +5534,11 @@ y18n@^4.0.0:
55145534
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.3.tgz#b5f259c82cd6e336921efd7bfd8bf560de9eeedf"
55155535
integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
55165536

5537+
yallist@^4.0.0:
5538+
version "4.0.0"
5539+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5540+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
5541+
55175542
yargs-parser@^18.1.2:
55185543
version "18.1.3"
55195544
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"

0 commit comments

Comments
 (0)