Skip to content

Commit bf86f54

Browse files
authored
Merge pull request #1308 from morganstanley/dependabot/npm_and_yarn/rollup-4.60.3
2 parents 7566646 + 3ef7f45 commit bf86f54

7 files changed

Lines changed: 115 additions & 115 deletions

File tree

examples/fdc3-pricing-and-chat/js-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"@rollup/plugin-node-resolve": "16.0.3",
2424
"http-server": "14.1.1",
2525
"rimraf": "6.1.3",
26-
"rollup": "4.60.2"
26+
"rollup": "4.60.3"
2727
}
2828
}

examples/fdc3-pricing-and-chat/js-pricing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@rollup/plugin-node-resolve": "16.0.3",
2323
"http-server": "14.1.1",
2424
"rimraf": "6.1.3",
25-
"rollup": "4.60.2",
25+
"rollup": "4.60.3",
2626
"rollup-plugin-import-css": "4.2.1"
2727
}
2828
}

package-lock.json

Lines changed: 109 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/fdc3/js/composeui-fdc3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/node": "^24.5.2",
3636
"jsdom": "^28.1.0",
3737
"rimraf": "6.1.3",
38-
"rollup": "4.60.2",
38+
"rollup": "4.60.3",
3939
"ts-node": "10.9.2",
4040
"tslib": "2.8.1",
4141
"typescript": "5.9.3",

src/messaging/js/composeui-messaging-abstractions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@vitest/coverage-v8": "4.0.18",
3939
"@rollup/plugin-node-resolve": "16.0.3",
4040
"@rollup/plugin-typescript": "12.3.0",
41-
"rollup": "4.60.2",
41+
"rollup": "4.60.3",
4242
"rollup-plugin-dts": "6.4.1"
4343
}
4444
}

src/messaging/js/composeui-messaging-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"jest": "^30.2.0",
3838
"jest-extended": "7.0.0",
3939
"rimraf": "6.1.3",
40-
"rollup": "4.60.2",
40+
"rollup": "4.60.3",
4141
"rollup-plugin-dts": "6.4.1",
4242
"ts-jest": "29.4.6",
4343
"tslib": "2.8.1",

src/messaging/js/composeui-messaging-message-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"vitest": "4.0.18",
3737
"@rollup/plugin-commonjs": "29.0.2",
3838
"@rollup/plugin-node-resolve": "16.0.3",
39-
"rollup": "4.60.2",
39+
"rollup": "4.60.3",
4040
"jsdom": "^28.1.0",
4141
"rimraf": "6.1.3"
4242
}

0 commit comments

Comments
 (0)