From c4be9eee0f22f0307f21b6c68ad935f73802ac35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 03:11:08 +0000 Subject: [PATCH] chore(deps-dev): bump @types/plist from 3.0.3 to 3.0.4 (#13560) * chore(deps-dev): bump @types/plist from 3.0.3 to 3.0.4 Bumps [@types/plist](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/plist) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/plist) --- updated-dependencies: - dependency-name: "@types/plist" 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 41fcd45c7..4ca91c951 100644 --- a/package.json +++ b/package.json @@ -172,7 +172,7 @@ "@types/module-alias": "2.0.3", "@types/nodemon": "1.19.3", "@types/pidusage": "2.0.3", - "@types/plist": "3.0.3", + "@types/plist": "3.0.4", "@types/request-promise-native": "1.0.20", "@types/require-all": "3.0.5", "@types/showdown": "2.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1fade7fba..71fa180cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -269,8 +269,8 @@ devDependencies: specifier: 2.0.3 version: 2.0.3 '@types/plist': - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.0.4 + version: 3.0.4 '@types/request-promise-native': specifier: 1.0.20 version: 1.0.20 @@ -1688,8 +1688,8 @@ packages: resolution: {integrity: sha512-ql+nedz/Int5Dnzo3B30wQQ3N5L6iBnxFTAXqsWymqwS82VJlMNry8X2qyokchhn8ccrzJBZAIHz8Qp7iqPaRw==} dev: true - /@types/plist@3.0.3: - resolution: {integrity: sha512-DXkBoKc7jwUR0p439icInmXXMJNhoImdpOrrgA5/nDFK7LVtcJ9MyQNKhJEKpEztnHGWnNWMWLOIR62By0Ln0A==} + /@types/plist@3.0.4: + resolution: {integrity: sha512-pTa9xUFQFM9WJGSWHajYNljD+DbVylE1q9IweK1LBhUYJdJ28YNU8j3KZ4Q1Qw+cSl4+QLLLOVmqNjhhvVO8fA==} dependencies: '@types/node': 20.5.6 xmlbuilder: 15.1.1