Skip to content

Commit

Permalink
Bump node-notifier from 8.0.2 to 10.0.0 in /ui
Browse files Browse the repository at this point in the history
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.2 to 10.0.0.
- [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.2...v10.0.0)

---
updated-dependencies:
- dependency-name: node-notifier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2022
1 parent beb90a4 commit dc952d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"jest-playwright-preset": "^1.7.0",
"jest-runner": "^27.4.6",
"mini-css-extract-plugin": "^0.8.0",
"node-notifier": "^8.0.1",
"node-notifier": "^10.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"ora": "^6.0.1",
"playwright-core": "^1.5.2",
Expand Down
14 changes: 7 additions & 7 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7119,16 +7119,16 @@ node-libs-browser@^2.2.1:
util "^0.11.0"
vm-browserify "^1.0.1"

node-notifier@^8.0.1:
version "8.0.2"
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-8.0.2.tgz#f3167a38ef0d2c8a866a83e318c1ba0efeb702c5"
integrity sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==
node-notifier@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-10.0.0.tgz#93c154055b07b550a33a1966a1b11291c2113e69"
integrity sha512-ZTqP90y1eyb2xAZTa7j4AlAayTwh6cL8mn0nlJhLDq8itXGnJUmQGYOnpaMUvqZVfGo0vhU7KZ3HtDW6CT2SiQ==
dependencies:
growly "^1.3.0"
is-wsl "^2.2.0"
semver "^7.3.2"
semver "^7.3.5"
shellwords "^0.1.1"
uuid "^8.3.0"
uuid "^8.3.2"
which "^2.0.2"

node-preload@^0.2.1:
Expand Down Expand Up @@ -10011,7 +10011,7 @@ uuid@^3.3.2, uuid@^3.3.3:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==

uuid@^8.3.0, uuid@^8.3.2:
uuid@^8.3.2:
version "8.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
Expand Down

0 comments on commit dc952d4

Please sign in to comment.