From 76fa3eee1a024c0b325209be02a8c751a75868bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 22:48:31 +0000 Subject: [PATCH] chore(deps-dev): bump @types/nodemon from 1.19.5 to 1.19.6 (#13863) * chore(deps-dev): bump @types/nodemon from 1.19.5 to 1.19.6 Bumps [@types/nodemon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemon) from 1.19.5 to 1.19.6. - [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] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 25be87a228b620..9daf3695cdaf4c 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "@types/mailparser": "3.4.4", "@types/markdown-it": "13.0.7", "@types/module-alias": "2.0.4", - "@types/nodemon": "1.19.5", + "@types/nodemon": "1.19.6", "@types/pidusage": "2.0.5", "@types/plist": "3.0.5", "@types/request-promise-native": "1.0.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 195cc3e924ea3e..a082d636b08347 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -269,8 +269,8 @@ devDependencies: specifier: 2.0.4 version: 2.0.4 '@types/nodemon': - specifier: 1.19.5 - version: 1.19.5 + specifier: 1.19.6 + version: 1.19.6 '@types/pidusage': specifier: 2.0.5 version: 2.0.5 @@ -1689,8 +1689,8 @@ packages: /@types/node@20.5.6: resolution: {integrity: sha512-Gi5wRGPbbyOTX+4Y2iULQ27oUPrefaB0PxGQJnfyWN3kvEDGM3mIB5M/gQLmitZf7A9FmLeaqxD3L1CXpm3VKQ==} - /@types/nodemon@1.19.5: - resolution: {integrity: sha512-jUKYdrnwLp4jMztMdQEJnF4lBhthCfqE7P6cYCIy0txMJrSFtKqs2HjmyEsyQueLjZjve0IjJ1S+20DtgJpUjA==} + /@types/nodemon@1.19.6: + resolution: {integrity: sha512-vjKuaQOLUA5EY2zkUmWG1ipXbKt9Wd+H/0SiIuHVeH4cHtt6509iRUGH9ZR0iqgUrtj3BrP9KqoTuV3ZCbQcYA==} dependencies: '@types/node': 20.5.6 dev: true