Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1b5b891

Browse files
build(deps-dev): bump @rollup/plugin-commonjs in /token-lending/js (#2479)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 20.0.0 to 21.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v21.0.0/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53c94ed commit 1b5b891

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

token-lending/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@solana/web3.js": "^1.20.0"
3939
},
4040
"devDependencies": {
41-
"@rollup/plugin-commonjs": "^20.0.0",
41+
"@rollup/plugin-commonjs": "^21.0.0",
4242
"@rollup/plugin-node-resolve": "^13.0.0",
4343
"@rollup/plugin-typescript": "^8.2.1",
4444
"@solana/spl-token": "^0.1.6",

token-lending/js/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
"@nodelib/fs.scandir" "2.1.5"
102102
fastq "^1.6.0"
103103

104-
"@rollup/plugin-commonjs@^20.0.0":
105-
version "20.0.0"
106-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-20.0.0.tgz#3246872dcbcb18a54aaa6277a8c7d7f1b155b745"
107-
integrity sha512-5K0g5W2Ol8hAcTHqcTBHiA7M58tfmYi1o9KxeJuuRNpGaTa5iLjcyemBitCBcKXaHamOBBEH2dGom6v6Unmqjg==
104+
"@rollup/plugin-commonjs@^21.0.0":
105+
version "21.0.0"
106+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-21.0.0.tgz#b9e4342855ea20b5528f4587b9a90f642196a502"
107+
integrity sha512-XDQimjHl0kNotAV5lLo34XoygaI0teqiKGJ100B3iCU8+15YscJPeqk2KqkqD3NIe1H8ZTUo5lYjUFZyEgASTw==
108108
dependencies:
109109
"@rollup/pluginutils" "^3.1.0"
110110
commondir "^1.0.1"

0 commit comments

Comments
 (0)