From 7e827ef5dfc5e8e1194caa8c1b8a2a5a58826110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:24:45 +0200 Subject: [PATCH] build(deps-dev): bump @rollup/plugin-typescript from 11.1.6 to 12.1.0 (#7290) Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.6 to 12.1.0. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.0/packages/typescript) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 12 ++++++------ stake-pool/js/package.json | 2 +- token-lending/js/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9834b71ca13..89061380347 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -409,8 +409,8 @@ importers: specifier: ^0.4.4 version: 0.4.4(rollup@4.22.4) '@rollup/plugin-typescript': - specifier: ^11.1.6 - version: 11.1.6(rollup@4.22.4)(tslib@2.7.0)(typescript@5.6.2) + specifier: ^12.1.0 + version: 12.1.0(rollup@4.22.4)(tslib@2.7.0)(typescript@5.6.2) '@types/bn.js': specifier: ^5.1.6 version: 5.1.6 @@ -534,8 +534,8 @@ importers: specifier: ^15.2.4 version: 15.2.4(rollup@4.22.4) '@rollup/plugin-typescript': - specifier: ^11.1.6 - version: 11.1.6(rollup@4.22.4)(tslib@2.7.0)(typescript@5.6.2) + specifier: ^12.1.0 + version: 12.1.0(rollup@4.22.4)(tslib@2.7.0)(typescript@5.6.2) '@solana/spl-token': specifier: 0.4.6 version: 0.4.6(@solana/web3.js@1.95.3)(fastestsmallesttextencoderdecoder@1.0.22)(typescript@5.6.2) @@ -1970,8 +1970,8 @@ packages: terser: 5.24.0 dev: true - /@rollup/plugin-typescript@11.1.6(rollup@4.22.4)(tslib@2.7.0)(typescript@5.6.2): - resolution: {integrity: sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==} + /@rollup/plugin-typescript@12.1.0(rollup@4.22.4)(tslib@2.7.0)(typescript@5.6.2): + resolution: {integrity: sha512-Kzs8KGJofe7cfTRODsnG1jNGxSvU8gVoNNd7Z/QaY25AYwe2LSSUpx/kPxqF38NYkpR8de3m51r9uwJpDlz6dg==} engines: {node: '>=14.0.0'} peerDependencies: rollup: ^2.14.0||^3.0.0||^4.0.0 diff --git a/stake-pool/js/package.json b/stake-pool/js/package.json index 7954f2604b3..7e36aad1284 100644 --- a/stake-pool/js/package.json +++ b/stake-pool/js/package.json @@ -58,7 +58,7 @@ "@rollup/plugin-multi-entry": "^6.0.0", "@rollup/plugin-node-resolve": "^15.2.4", "@rollup/plugin-terser": "^0.4.4", - "@rollup/plugin-typescript": "^11.1.6", + "@rollup/plugin-typescript": "^12.1.0", "@types/bn.js": "^5.1.6", "@types/jest": "^29.5.13", "@types/node": "^22.5.5", diff --git a/token-lending/js/package.json b/token-lending/js/package.json index 09de6c7f6c6..3464be9d08e 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.4", - "@rollup/plugin-typescript": "^11.1.6", + "@rollup/plugin-typescript": "^12.1.0", "@solana/spl-token": "0.4.6", "@solana/web3.js": "^1.95.3", "@types/eslint": "^8.56.7",