From 1fdacbfb0984eb39b26e3ca70031adf8c17f99f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:36:37 +0000 Subject: [PATCH] build(deps-dev): Bump @rollup/plugin-typescript from 11.1.4 to 11.1.5 (#1816) Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.4 to 11.1.5. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/HEAD/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9c63b09..1827a8f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@babel/preset-typescript": "7.23.0", "@rollup/plugin-commonjs": "25.0.5", "@rollup/plugin-node-resolve": "15.2.1", - "@rollup/plugin-typescript": "11.1.4", + "@rollup/plugin-typescript": "11.1.5", "@types/cross-spawn": "6.0.3", "@types/express": "4.17.18", "@types/fs-extra": "^11.0.1", @@ -4672,9 +4672,9 @@ } }, "node_modules/@rollup/plugin-typescript": { - "version": "11.1.4", - "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.4.tgz", - "integrity": "sha512-WZRh5LBVLQXdKFICUId5J3eIpmjGURaBqntfg3GSZACgeOAFS+lOSMGTwfzDkELTaZVp/lWdMVNU3UkwCUBg/Q==", + "version": "11.1.5", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.5.tgz", + "integrity": "sha512-rnMHrGBB0IUEv69Q8/JGRD/n4/n6b3nfpufUu26axhUcboUzv/twfZU8fIBbTOphRAe0v8EyxzeDpKXqGHfyDA==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", @@ -4684,7 +4684,7 @@ "node": ">=14.0.0" }, "peerDependencies": { - "rollup": "^2.14.0||^3.0.0", + "rollup": "^2.14.0||^3.0.0||^4.0.0", "tslib": "*", "typescript": ">=3.7.0" }, diff --git a/package.json b/package.json index a3b4bec9..b1ea6e3d 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@babel/preset-typescript": "7.23.0", "@rollup/plugin-commonjs": "25.0.5", "@rollup/plugin-node-resolve": "15.2.1", - "@rollup/plugin-typescript": "11.1.4", + "@rollup/plugin-typescript": "11.1.5", "@types/cross-spawn": "6.0.3", "@types/express": "4.17.18", "@types/fs-extra": "^11.0.1",