From 18a3bf2d1062f2b3dbd518117adc50837c53f23a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 23:57:39 +0000 Subject: [PATCH] chore(deps): update dependency nodemon to v2.0.22 --- package.json | 2 +- packages/utils/package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0ff44c46..7d787d6c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "babel-plugin-transform-class-properties": "6.24.1", "husky": "7.0.4", "jest": "28.1.3", - "nodemon": "2.0.19", + "nodemon": "2.0.22", "rollup": "2.64.0", "rollup-plugin-size": "0.2.2", "rollup-plugin-terser": "7.0.2", diff --git a/packages/utils/package.json b/packages/utils/package.json index bd5e1a13..d4b19d6f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -37,7 +37,7 @@ "config": "*", "husky": "7.0.4", "jest": "28.1.3", - "nodemon": "2.0.19", + "nodemon": "2.0.22", "rollup": "2.64.0", "rollup-plugin-size": "0.2.2", "rollup-plugin-terser": "7.0.2", diff --git a/yarn.lock b/yarn.lock index fcb9305c..5aeb6c1f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11880,15 +11880,15 @@ node-releases@^2.0.6: resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.6.tgz#8a7088c63a55e493845683ebf3c828d8c51c5503" integrity sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg== -nodemon@2.0.19: - version "2.0.19" - resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.19.tgz#cac175f74b9cb8b57e770d47841995eebe4488bd" - integrity sha512-4pv1f2bMDj0Eeg/MhGqxrtveeQ5/G/UVe9iO6uTZzjnRluSA4PVWf8CW99LUPwGB3eNIA7zUFoP77YuI7hOc0A== +nodemon@2.0.22: + version "2.0.22" + resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-2.0.22.tgz#182c45c3a78da486f673d6c1702e00728daf5258" + integrity sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ== dependencies: chokidar "^3.5.2" debug "^3.2.7" ignore-by-default "^1.0.1" - minimatch "^3.0.4" + minimatch "^3.1.2" pstree.remy "^1.1.8" semver "^5.7.1" simple-update-notifier "^1.0.7"