From ba4acb7d6a991ddf999e41880802de9ae608da68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 01:56:07 +0000 Subject: [PATCH] chore(deps-dev): bump nodemon from 3.1.5 to 3.1.6 Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.5...v3.1.6) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f994dacbfd0..ac9851781b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "iframe-resizer": "^4.4.5", "lint-staged": "^15.2.10", "markdownlint-cli": "^0.41.0", - "nodemon": "^3.1.5", + "nodemon": "^3.1.6", "npm-run-all": "^4.1.5", "pa11y-ci": "^3.1.0", "plugin-node-patternlab-inline-remote-assets": "^0.2.1", @@ -13128,9 +13128,9 @@ } }, "node_modules/nodemon": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.5.tgz", - "integrity": "sha512-V5UtfYc7hjFD4SI3EzD5TR8ChAHEZ+Ns7Z5fBk8fAbTVAj+q3G+w7sHJrHxXBkVn6ApLVTljau8wfHwqmGUjMw==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.6.tgz", + "integrity": "sha512-C8ymJbXpTTinxjWuMfMxw0rZhTn/r7ypSGldQyqPEgDEaVwAthqC0aodsMwontnAInN9TuPwRLeBoyhmfv+iSA==", "dev": true, "dependencies": { "chokidar": "^3.5.2", @@ -29367,9 +29367,9 @@ } }, "nodemon": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.5.tgz", - "integrity": "sha512-V5UtfYc7hjFD4SI3EzD5TR8ChAHEZ+Ns7Z5fBk8fAbTVAj+q3G+w7sHJrHxXBkVn6ApLVTljau8wfHwqmGUjMw==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.6.tgz", + "integrity": "sha512-C8ymJbXpTTinxjWuMfMxw0rZhTn/r7ypSGldQyqPEgDEaVwAthqC0aodsMwontnAInN9TuPwRLeBoyhmfv+iSA==", "dev": true, "requires": { "chokidar": "^3.5.2", diff --git a/package.json b/package.json index 6b054767671..697fe1dcc0a 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "iframe-resizer": "^4.4.5", "lint-staged": "^15.2.10", "markdownlint-cli": "^0.41.0", - "nodemon": "^3.1.5", + "nodemon": "^3.1.6", "npm-run-all": "^4.1.5", "pa11y-ci": "^3.1.0", "plugin-node-patternlab-inline-remote-assets": "^0.2.1",