Browse Source

chore(deps-dev): bump nodemon from 3.1.4 to 3.1.9 (#5793)

Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.4 to 3.1.9.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.1.4...v3.1.9)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 week ago
parent
commit
3bd5ce7c4f
2 changed files with 5 additions and 5 deletions
  1. 4 4
      package-lock.json
  2. 1 1
      package.json

+ 4 - 4
package-lock.json

@@ -29,7 +29,7 @@
         "eslint-plugin-unicorn": "^52.0.0",
         "fs-extra": "^11.1.1",
         "lockfile-lint": "^4.14.0",
-        "nodemon": "^3.1.4",
+        "nodemon": "^3.1.9",
         "npm-run-all": "^4.1.5",
         "postcss": "^8.4.43",
         "postcss-cli": "^11.0.0",
@@ -8470,9 +8470,9 @@
       "dev": true
     },
     "node_modules/nodemon": {
-      "version": "3.1.4",
-      "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.4.tgz",
-      "integrity": "sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==",
+      "version": "3.1.9",
+      "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz",
+      "integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==",
       "dev": true,
       "dependencies": {
         "chokidar": "^3.5.2",

+ 1 - 1
package.json

@@ -78,7 +78,7 @@
     "eslint-plugin-unicorn": "^52.0.0",
     "fs-extra": "^11.1.1",
     "lockfile-lint": "^4.14.0",
-    "nodemon": "^3.1.4",
+    "nodemon": "^3.1.9",
     "npm-run-all": "^4.1.5",
     "postcss": "^8.4.43",
     "postcss-cli": "^11.0.0",