Skip to content

Commit

Permalink
Merge pull request #23396 from dartess/update-simple-update-notifier
Browse files Browse the repository at this point in the history
Dependencies: Upgrade simple-update-notifier
  • Loading branch information
valentinpalkovic committed Jul 25, 2023
2 parents eab73cf + f32a6cb commit 7e0dabc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion code/lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"puppeteer-core": "^2.1.1",
"read-pkg-up": "^7.0.1",
"semver": "^7.3.7",
"simple-update-notifier": "^1.0.0",
"simple-update-notifier": "^2.0.0",
"strip-json-comments": "^3.0.1",
"tempy": "^1.0.1",
"ts-dedent": "^2.0.0",
Expand Down
21 changes: 6 additions & 15 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6459,7 +6459,7 @@ __metadata:
puppeteer-core: ^2.1.1
read-pkg-up: ^7.0.1
semver: ^7.3.7
simple-update-notifier: ^1.0.0
simple-update-notifier: ^2.0.0
slash: ^5.0.0
strip-json-comments: ^3.1.1
tempy: ^1.0.1
Expand Down Expand Up @@ -27883,15 +27883,6 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:~7.0.0":
version: 7.0.0
resolution: "semver@npm:7.0.0"
bin:
semver: bin/semver.js
checksum: 7fd341680a967a0abfd66f3a7d36ba44e52ff5d3e799e9a6cdb01a68160b64ef09be82b4af05459effeecdd836f002c2462555d2821cd890dfdfe36a0d9f56a5
languageName: node
linkType: hard

"send@npm:0.18.0":
version: 0.18.0
resolution: "send@npm:0.18.0"
Expand Down Expand Up @@ -28116,12 +28107,12 @@ __metadata:
languageName: node
linkType: hard

"simple-update-notifier@npm:^1.0.0":
version: 1.1.0
resolution: "simple-update-notifier@npm:1.1.0"
"simple-update-notifier@npm:^2.0.0":
version: 2.0.0
resolution: "simple-update-notifier@npm:2.0.0"
dependencies:
semver: ~7.0.0
checksum: 3cbbbc71a5d9a2924f0e3f42fbf3cbe1854bfe142203456b00d5233bdbbdeb5091b8067cd34fb00f81dbfbc29fc30dbb6e026b3d58ea0551e3f26c0e64082092
semver: ^7.5.3
checksum: 2a00bd03bfbcbf8a737c47ab230d7920f8bfb92d1159d421bdd194479f6d01ebc995d13fbe13d45dace23066a78a3dc6642999b4e3b38b847e6664191575b20c
languageName: node
linkType: hard

Expand Down

0 comments on commit 7e0dabc

Please sign in to comment.