Skip to content

Commit

Permalink
build(deps-dev): bump nodemon from 2.0.22 to 3.1.4 (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 2e6edf0 commit 432d562
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"jest": "^29.4.1",
"lefthook": "^1.3.8",
"lerna": "^8.1.6",
"nodemon": "^2.0.20",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"smee-client": "^1.2.3",
"string.prototype.replaceall": "^1.0.7",
Expand Down
49 changes: 26 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4550,6 +4550,18 @@ __metadata:
languageName: node
linkType: hard

"debug@npm:^4":
version: 4.3.6
resolution: "debug@npm:4.3.6"
dependencies:
ms: "npm:2.1.2"
peerDependenciesMeta:
supports-color:
optional: true
checksum: 10/d3adb9af7d57a9e809a68f404490cf776122acca16e6359a2702c0f462e510e91f9765c07f707b8ab0d91e03bad57328f3256f5082631cefb5393d0394d50fb7
languageName: node
linkType: hard

"debug@npm:^4.3.1":
version: 4.3.5
resolution: "debug@npm:4.3.5"
Expand Down Expand Up @@ -6316,7 +6328,7 @@ __metadata:
micromark-extension-gfm-autolink-literal: "npm:^2.0.0"
mnemonist: "npm:^0.39.5"
mri: "npm:^1.2.0"
nodemon: "npm:^2.0.20"
nodemon: "npm:^3.1.4"
openai-fetch: "npm:^1.1.0"
prettier: "npm:^3.3.3"
smee-client: "npm:^1.2.3"
Expand Down Expand Up @@ -9867,23 +9879,23 @@ __metadata:
languageName: node
linkType: hard

"nodemon@npm:^2.0.20":
version: 2.0.22
resolution: "nodemon@npm:2.0.22"
"nodemon@npm:^3.1.4":
version: 3.1.4
resolution: "nodemon@npm:3.1.4"
dependencies:
chokidar: "npm:^3.5.2"
debug: "npm:^3.2.7"
debug: "npm:^4"
ignore-by-default: "npm:^1.0.1"
minimatch: "npm:^3.1.2"
pstree.remy: "npm:^1.1.8"
semver: "npm:^5.7.1"
simple-update-notifier: "npm:^1.0.7"
semver: "npm:^7.5.3"
simple-update-notifier: "npm:^2.0.0"
supports-color: "npm:^5.5.0"
touch: "npm:^3.1.0"
undefsafe: "npm:^2.0.5"
bin:
nodemon: bin/nodemon.js
checksum: 10/1fbddb426e6c5510ed42001a947e9caad3f3ca29c36ca7aac143b3a084d3ba855fdf4020f41a890101b91cbe60824e70fcbcb98f21574ed0a7964b3a825e0a1f
checksum: 10/2e54d3d7b8522d46b27c2537361c57a1b29ae01d1b67e558d316d284c5fc319b5267a0dcaa10821a6533a4b6ff604ac66d37e192ed4a89e794cb441b7d5a2fe1
languageName: node
linkType: hard

Expand Down Expand Up @@ -11481,7 +11493,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:2 || 3 || 4 || 5, semver@npm:^5.6.0, semver@npm:^5.7.1":
"semver@npm:2 || 3 || 4 || 5, semver@npm:^5.6.0":
version: 5.7.2
resolution: "semver@npm:5.7.2"
bin:
Expand Down Expand Up @@ -11519,15 +11531,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: 10/be264384c7c2f283d52a28cff172a4a25b99cc10f1481ece9479987e7145d197d3c00d8a0b2662316224fb346e97f770545126b0af88f94fee0292004cf809a1
languageName: node
linkType: hard

"set-blocking@npm:^2.0.0":
version: 2.0.0
resolution: "set-blocking@npm:2.0.0"
Expand Down Expand Up @@ -11632,12 +11635,12 @@ __metadata:
languageName: node
linkType: hard

"simple-update-notifier@npm:^1.0.7":
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: "npm:~7.0.0"
checksum: 10/0f9be259b33fe34b9ac949552c62b3d89ed020ec8e2f64d17cbd1c6c09bf38b4352198cb1871fe191a1566ef4722ef90232f2629ea836b63425d7586a8cfa3f2
semver: "npm:^7.5.3"
checksum: 10/40bd4f96aa89aedbf717ae9f4ab8fca70e8f7511e8b766feb15471cca3f6fe4fe673743309b08b4ba8abfe0965c9cd927e1de46550a757b819b70fc7430cc85d
languageName: node
linkType: hard

Expand Down

0 comments on commit 432d562

Please sign in to comment.