From 4681f8690f9e95131f36c2a6f6d39c42ccd3137a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:48:03 +0000 Subject: [PATCH] deps: bump @rollup/plugin-typescript from 11.1.5 to 11.1.6 Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.5 to 11.1.6. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.6/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- rollup-config/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f645a905..43db3a3c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1759,11 +1759,11 @@ } }, "node_modules/@rollup/plugin-typescript": { - "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==", + "version": "11.1.6", + "resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-11.1.6.tgz", + "integrity": "sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==", "dependencies": { - "@rollup/pluginutils": "^5.0.1", + "@rollup/pluginutils": "^5.1.0", "resolve": "^1.22.1" }, "engines": { @@ -7392,7 +7392,7 @@ "license": "Apache-2.0", "dependencies": { "@rollup/plugin-replace": "5.0.5", - "@rollup/plugin-typescript": "11.1.5" + "@rollup/plugin-typescript": "11.1.6" }, "devDependencies": { "@arcjet/eslint-config": "1.0.0-alpha.7", diff --git a/rollup-config/package.json b/rollup-config/package.json index dc6e84b59..a683c048e 100644 --- a/rollup-config/package.json +++ b/rollup-config/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@rollup/plugin-replace": "5.0.5", - "@rollup/plugin-typescript": "11.1.5" + "@rollup/plugin-typescript": "11.1.6" }, "peerDependencies": { "@rollup/wasm-node": "^4"