Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update npm non-major dependencies #35

Merged
merged 1 commit into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "digitalocean-domain-record-ip-updater",
"version": "0.0.1",
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@3.5.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"ava": "5.2.0",
"msw": "1.1.0",
"prettier": "2.8.4",
"sinon": "15.0.1",
"sinon": "15.0.2",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
Expand Down
33 changes: 21 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,16 @@ __metadata:
languageName: node
linkType: hard

"@sinonjs/fake-timers@npm:10.0.2, @sinonjs/fake-timers@npm:^10.0.2":
"@sinonjs/commons@npm:^3.0.0":
version: 3.0.0
resolution: "@sinonjs/commons@npm:3.0.0"
dependencies:
type-detect: 4.0.8
checksum: b4b5b73d4df4560fb8c0c7b38c7ad4aeabedd362f3373859d804c988c725889cde33550e4bcc7cd316a30f5152a2d1d43db71b6d0c38f5feef71fd8d016763f8
languageName: node
linkType: hard

"@sinonjs/fake-timers@npm:^10.0.2":
version: 10.0.2
resolution: "@sinonjs/fake-timers@npm:10.0.2"
dependencies:
Expand Down Expand Up @@ -1050,7 +1059,7 @@ __metadata:
languageName: node
linkType: hard

"diff@npm:^5.0.0":
"diff@npm:^5.1.0":
version: 5.1.0
resolution: "diff@npm:5.1.0"
checksum: c7bf0df7c9bfbe1cf8a678fd1b2137c4fb11be117a67bc18a0e03ae75105e8533dbfb1cda6b46beb3586ef5aed22143ef9d70713977d5fb1f9114e21455fba90
Expand All @@ -1066,7 +1075,7 @@ __metadata:
got: 12.6.0
msw: 1.1.0
prettier: 2.8.4
sinon: 15.0.1
sinon: 15.0.2
ts-node: 10.9.1
typescript: 4.9.5
languageName: unknown
Expand Down Expand Up @@ -2384,7 +2393,7 @@ __metadata:
languageName: node
linkType: hard

"nise@npm:^5.1.2":
"nise@npm:^5.1.4":
version: 5.1.4
resolution: "nise@npm:5.1.4"
dependencies:
Expand Down Expand Up @@ -2960,17 +2969,17 @@ __metadata:
languageName: node
linkType: hard

"sinon@npm:15.0.1":
version: 15.0.1
resolution: "sinon@npm:15.0.1"
"sinon@npm:15.0.2":
version: 15.0.2
resolution: "sinon@npm:15.0.2"
dependencies:
"@sinonjs/commons": ^2.0.0
"@sinonjs/fake-timers": 10.0.2
"@sinonjs/commons": ^3.0.0
"@sinonjs/fake-timers": ^10.0.2
"@sinonjs/samsam": ^7.0.1
diff: ^5.0.0
nise: ^5.1.2
diff: ^5.1.0
nise: ^5.1.4
supports-color: ^7.2.0
checksum: 4b5acff291b4650cf736bf45fc9eceed44dceca63b663cbd55926dd688fe8e9baa4b4629e296ee5d5b64245aedec5c540fea0416b8bb35bccfb98ca9e9ed87f3
checksum: 98eb555442db3985d7fe0d90e23f081f3df71adffa0a50b049bcd2abbf5c2d71a43aeaa1e3c02500164cff5233d2f102f777356ebe8bfc257cb7059c1b2778b0
languageName: node
linkType: hard

Expand Down