chore(deps-dev): bump @types/nodemon from 1.19.4 to 1.19.5 (#13754)
* chore(deps-dev): bump @types/nodemon from 1.19.4 to 1.19.5 Bumps [@types/nodemon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemon) from 1.19.4 to 1.19.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodemon) --- updated-dependencies: - dependency-name: "@types/nodemon" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
206822130c
commit
f2eb8749d3
|
|
@ -170,7 +170,7 @@
|
|||
"@types/mailparser": "3.4.4",
|
||||
"@types/markdown-it": "13.0.6",
|
||||
"@types/module-alias": "2.0.3",
|
||||
"@types/nodemon": "1.19.4",
|
||||
"@types/nodemon": "1.19.5",
|
||||
"@types/pidusage": "2.0.4",
|
||||
"@types/plist": "3.0.5",
|
||||
"@types/request-promise-native": "1.0.21",
|
||||
|
|
|
|||
|
|
@ -263,8 +263,8 @@ devDependencies:
|
|||
specifier: 2.0.3
|
||||
version: 2.0.3
|
||||
'@types/nodemon':
|
||||
specifier: 1.19.4
|
||||
version: 1.19.4
|
||||
specifier: 1.19.5
|
||||
version: 1.19.5
|
||||
'@types/pidusage':
|
||||
specifier: 2.0.4
|
||||
version: 2.0.4
|
||||
|
|
@ -1669,8 +1669,8 @@ packages:
|
|||
/@types/node@20.5.6:
|
||||
resolution: {integrity: sha512-Gi5wRGPbbyOTX+4Y2iULQ27oUPrefaB0PxGQJnfyWN3kvEDGM3mIB5M/gQLmitZf7A9FmLeaqxD3L1CXpm3VKQ==}
|
||||
|
||||
/@types/nodemon@1.19.4:
|
||||
resolution: {integrity: sha512-xWfDFY0hH9TRprHD1N0/Lp0dkze/vahRxLMN3cgW+PGnmtSzMXaNlTeWmSmlvefXFv5L0spheNZ0XEFB/O9ttQ==}
|
||||
/@types/nodemon@1.19.5:
|
||||
resolution: {integrity: sha512-jUKYdrnwLp4jMztMdQEJnF4lBhthCfqE7P6cYCIy0txMJrSFtKqs2HjmyEsyQueLjZjve0IjJ1S+20DtgJpUjA==}
|
||||
dependencies:
|
||||
'@types/node': 20.5.6
|
||||
dev: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue