diff --git a/authorisation-adjustment-example/package-lock.json b/authorisation-adjustment-example/package-lock.json index 80ae986..cad06b5 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 e765faf..8817196 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" } }