mirror of https://github.com/ColorlibHQ/AdminLTE
chore(deps-dev): bump nodemon from 3.1.4 to 3.1.9 (#5793)
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.4 to 3.1.9. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.4...v3.1.9) --- updated-dependencies: - dependency-name: nodemon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/5811/head
parent
17fc5d4576
commit
3bd5ce7c4f
|
@ -29,7 +29,7 @@
|
|||
"eslint-plugin-unicorn": "^52.0.0",
|
||||
"fs-extra": "^11.1.1",
|
||||
"lockfile-lint": "^4.14.0",
|
||||
"nodemon": "^3.1.4",
|
||||
"nodemon": "^3.1.9",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.4.43",
|
||||
"postcss-cli": "^11.0.0",
|
||||
|
@ -8470,9 +8470,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"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.9",
|
||||
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz",
|
||||
"integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"chokidar": "^3.5.2",
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
"eslint-plugin-unicorn": "^52.0.0",
|
||||
"fs-extra": "^11.1.1",
|
||||
"lockfile-lint": "^4.14.0",
|
||||
"nodemon": "^3.1.4",
|
||||
"nodemon": "^3.1.9",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.4.43",
|
||||
"postcss-cli": "^11.0.0",
|
||||
|
|
Loading…
Reference in New Issue