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

Commit 3d5b745

Browse files
build(deps-dev): bump @rollup/plugin-commonjs in /token-lending/js (#2199)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 19.0.2 to 20.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-v20.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 2fb3e0a commit 3d5b745

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": "^19.0.0",
41+
"@rollup/plugin-commonjs": "^20.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
@@ -89,10 +89,10 @@
8989
"@nodelib/fs.scandir" "2.1.5"
9090
fastq "^1.6.0"
9191

92-
"@rollup/plugin-commonjs@^19.0.0":
93-
version "19.0.2"
94-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-19.0.2.tgz#1ccc3d63878d1bc9846f8969f09dd3b3e4ecc244"
95-
integrity sha512-gBjarfqlC7qs0AutpRW/hrFNm+cd2/QKxhwyFa+srbg1oX7rDsEU3l+W7LAUhsAp9mPJMAkXDhLbQaVwEaE8bA==
92+
"@rollup/plugin-commonjs@^20.0.0":
93+
version "20.0.0"
94+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-20.0.0.tgz#3246872dcbcb18a54aaa6277a8c7d7f1b155b745"
95+
integrity sha512-5K0g5W2Ol8hAcTHqcTBHiA7M58tfmYi1o9KxeJuuRNpGaTa5iLjcyemBitCBcKXaHamOBBEH2dGom6v6Unmqjg==
9696
dependencies:
9797
"@rollup/pluginutils" "^3.1.0"
9898
commondir "^1.0.1"

0 commit comments

Comments
 (0)