From 1ef3a1a6720dbd0fbaf7d87026820698ac5082e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:47:14 +0000 Subject: [PATCH] Bump @rollup/plugin-typescript from 11.1.3 to 11.1.4 Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.3 to 11.1.4. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.4/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index feb0db2c1..a3c2f974b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-strip": "^3.0.2", "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.1.3", + "@rollup/plugin-typescript": "^11.1.4", "@types/eslint": "^8.44.3", "@types/geojson": "^7946.0.11", "@types/jest": "^29.5.5", @@ -1484,9 +1484,9 @@ } }, "node_modules/@rollup/plugin-typescript": { - "version": "11.1.3", - "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.3.tgz", - "integrity": "sha512-8o6cNgN44kQBcpsUJTbTXMTtb87oR1O0zgP3Dxm71hrNgparap3VujgofEilTYJo+ivf2ke6uy3/E5QEaiRlDA==", + "version": "11.1.4", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.4.tgz", + "integrity": "sha512-WZRh5LBVLQXdKFICUId5J3eIpmjGURaBqntfg3GSZACgeOAFS+lOSMGTwfzDkELTaZVp/lWdMVNU3UkwCUBg/Q==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", diff --git a/package.json b/package.json index 9cd011a1d..d6060a1d9 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-strip": "^3.0.2", "@rollup/plugin-terser": "^0.4.3", - "@rollup/plugin-typescript": "^11.1.3", + "@rollup/plugin-typescript": "^11.1.4", "@types/eslint": "^8.44.3", "@types/geojson": "^7946.0.11", "@types/jest": "^29.5.5",