From 3dfa91dc7e8d1ad1df0b28de3285c8d61aa8ea6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 06:33:26 +0000 Subject: [PATCH] Bump nodemon from 3.1.4 to 3.1.5 in /authorisation-adjustment-example Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.4...v3.1.5) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- authorisation-adjustment-example/package-lock.json | 14 +++++++------- authorisation-adjustment-example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/authorisation-adjustment-example/package-lock.json b/authorisation-adjustment-example/package-lock.json index 80ae986d..cad06b5f 100644 --- a/authorisation-adjustment-example/package-lock.json +++ b/authorisation-adjustment-example/package-lock.json @@ -23,7 +23,7 @@ "uuidv4": "^6.2.13" }, "devDependencies": { - "nodemon": "^3.1.4" + "nodemon": "^3.1.5" } }, "node_modules/@adyen/api-library": { @@ -1743,9 +1743,9 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.5.tgz", + "integrity": "sha512-V5UtfYc7hjFD4SI3EzD5TR8ChAHEZ+Ns7Z5fBk8fAbTVAj+q3G+w7sHJrHxXBkVn6ApLVTljau8wfHwqmGUjMw==", "dev": true, "dependencies": { "chokidar": "^3.5.2", @@ -3942,9 +3942,9 @@ } }, "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.5", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.5.tgz", + "integrity": "sha512-V5UtfYc7hjFD4SI3EzD5TR8ChAHEZ+Ns7Z5fBk8fAbTVAj+q3G+w7sHJrHxXBkVn6ApLVTljau8wfHwqmGUjMw==", "dev": true, "requires": { "chokidar": "^3.5.2", diff --git a/authorisation-adjustment-example/package.json b/authorisation-adjustment-example/package.json index e765faf4..88171962 100644 --- a/authorisation-adjustment-example/package.json +++ b/authorisation-adjustment-example/package.json @@ -26,6 +26,6 @@ "tar": "7.4.3" }, "devDependencies": { - "nodemon": "^3.1.4" + "nodemon": "^3.1.5" } }