From 4d134577cf4085b87a664377abc63806e3bb52f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:53:38 +0000 Subject: [PATCH] Bump nodemon from 3.0.2 to 3.0.3 Bumps [nodemon](https://github.com/remy/nodemon) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 65a8242b..7c625e3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "walletconnect-hedera", "version": "1.0.0-rc-2", - "license": "MIT", + "license": "Apache-2.0", "dependencies": { "@hashgraph/sdk": "^2.40.0", "@hashgraph/walletconnect": "file:./", @@ -30,7 +30,7 @@ "jest": "^29.7.0", "lint-staged": "^15.1.0", "lokijs": "^1.5.12", - "nodemon": "^3.0.1", + "nodemon": "^3.0.3", "prettier": "^3.1.0", "rimraf": "^5.0.5", "ts-jest": "^29.1.1", @@ -6563,9 +6563,9 @@ "dev": true }, "node_modules/nodemon": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.2.tgz", - "integrity": "sha512-9qIN2LNTrEzpOPBaWHTm4Asy1LxXLSickZStAQ4IZe7zsoIpD/A7LWxhZV3t4Zu352uBcqVnRsDXSMR2Sc3lTA==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.0.3.tgz", + "integrity": "sha512-7jH/NXbFPxVaMwmBCC2B9F/V6X1VkEdNgx3iu9jji8WxWcvhMWkmhNWhI5077zknOnZnBzba9hZP6bCPJLSReQ==", "dev": true, "dependencies": { "chokidar": "^3.5.2", diff --git a/package.json b/package.json index d63def11..17fff848 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "jest": "^29.7.0", "lint-staged": "^15.1.0", "lokijs": "^1.5.12", - "nodemon": "^3.0.1", + "nodemon": "^3.0.3", "prettier": "^3.1.0", "rimraf": "^5.0.5", "ts-jest": "^29.1.1",