mirror of
https://github.com/Ryujinx/Ryujinx-Ldn-Website.git
synced 2025-08-13 16:31:13 +00:00
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] <support@github.com>
This commit is contained in:
parent
8c3d5783c0
commit
0869936ad2
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -24,7 +24,7 @@
|
|||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"nodemon": "^3.0.1",
|
||||
"nodemon": "^3.0.3",
|
||||
"prettier": "3.0.3",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
|
@ -2131,9 +2131,9 @@
|
|||
}
|
||||
},
|
||||
"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",
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"nodemon": "^3.0.1",
|
||||
"nodemon": "^3.0.3",
|
||||
"prettier": "3.0.3",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue