billmcchesney1 / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
0 stars 0 forks source link

Update dependency rollup-plugin-commonjs to v9 - autoclosed #38

Closed mend-for-github-com[bot] closed 2 years ago

mend-for-github-com[bot] commented 2 years ago

This PR contains the following updates:

Package Type Update Change
rollup-plugin-commonjs devDependencies major ^8.2.6 -> ^9.0.0

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score CVE
High High 7.5 CVE-2021-23343

Release Notes

rollup/rollup-plugin-commonjs ### [`v9.0.0`](https://togithub.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md#​900) [Compare Source](https://togithub.com/rollup/rollup-plugin-commonjs/compare/v8.4.1...v9.0.0) - Make rollup a peer dependency with a version range ([#​300](https://togithub.com/rollup/rollup-plugin-commonjs/issues/300)) ### [`v8.4.1`](https://togithub.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md#​841) [Compare Source](https://togithub.com/rollup/rollup-plugin-commonjs/compare/v8.4.0...v8.4.1) - Re-release of 8.3.0 as [#​287](https://togithub.com/rollup/rollup-plugin-commonjs/issues/287) was actually a breaking change ### [`v8.4.0`](https://togithub.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md#​840) [Compare Source](https://togithub.com/rollup/rollup-plugin-commonjs/compare/v8.3.0...v8.4.0) - Better handle non-CJS files that contain CJS keywords ([#​285](https://togithub.com/rollup/rollup-plugin-commonjs/issues/285)) - Use rollup's plugin context`parse` function ([#​287](https://togithub.com/rollup/rollup-plugin-commonjs/issues/287)) - Improve error handling ([#​288](https://togithub.com/rollup/rollup-plugin-commonjs/issues/288)) ### [`v8.3.0`](https://togithub.com/rollup/rollup-plugin-commonjs/blob/master/CHANGELOG.md#​830) [Compare Source](https://togithub.com/rollup/rollup-plugin-commonjs/compare/v8.2.6...v8.3.0) - Handle multiple entry points ([#​283](https://togithub.com/rollup/rollup-plugin-commonjs/issues/283)) - Extract named exports from exported object literals ([#​272](https://togithub.com/rollup/rollup-plugin-commonjs/issues/272)) - Fix when `options.external` is modified by other plugins ([#​264](https://togithub.com/rollup/rollup-plugin-commonjs/issues/264)) - Recognize static template strings in require statements ([#​271](https://togithub.com/rollup/rollup-plugin-commonjs/issues/271))