From d5b4d49102265dc1ad7a13e559fb73040381d427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:17:30 +0000 Subject: [PATCH] build(deps-dev): bump nodemon from 3.1.4 to 3.1.7 Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.4 to 3.1.7. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.4...v3.1.7) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index cafca5a..7c5d97a 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@vitejs/plugin-vue": "^5.0.4", "@vue/tsconfig": "^0.5.1", "autoprefixer": "^10.4.19", - "nodemon": "^3.1.4", + "nodemon": "^3.1.7", "npm-run-all": "^4.1.5", "postcss": "^8.4.42", "tailwindcss": "^3.4.14", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2e0411a..6faddbc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -70,8 +70,8 @@ importers: specifier: ^10.4.19 version: 10.4.19(postcss@8.4.42) nodemon: - specifier: ^3.1.4 - version: 3.1.4 + specifier: ^3.1.7 + version: 3.1.7 npm-run-all: specifier: ^4.1.5 version: 4.1.5 @@ -1198,8 +1198,8 @@ packages: node-releases@2.0.14: resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} - nodemon@3.1.4: - resolution: {integrity: sha512-wjPBbFhtpJwmIeY2yP7QF+UKzPfltVGtfce1g/bB15/8vCGZj8uxD62b/b9M9/WVgme0NZudpownKN+c0plXlQ==} + nodemon@3.1.7: + resolution: {integrity: sha512-hLj7fuMow6f0lbB0cD14Lz2xNjwsyruH251Pk4t/yIitCFJbmY1myuLlHm/q06aST4jg6EgAh74PIBBrRqpVAQ==} engines: {node: '>=10'} hasBin: true @@ -2912,7 +2912,7 @@ snapshots: node-releases@2.0.14: {} - nodemon@3.1.4: + nodemon@3.1.7: dependencies: chokidar: 3.6.0 debug: 4.3.6(supports-color@5.5.0)