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",