Bump rollup from 3.5.1 to 3.6.0
Bumps [rollup](https://github.com/rollup/rollup) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v3.5.1...v3.6.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0e5e7e5d24
commit
a12a3a6810
|
|
@ -31,7 +31,7 @@
|
|||
"postcss": "^8.4.19",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
|
||||
"rollup": "^3.5.1",
|
||||
"rollup": "^3.6.0",
|
||||
"sass": "^1.56.1",
|
||||
"terser": "^5.16.1"
|
||||
},
|
||||
|
|
@ -4951,9 +4951,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/rollup": {
|
||||
"version": "3.5.1",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.1.tgz",
|
||||
"integrity": "sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw==",
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.6.0.tgz",
|
||||
"integrity": "sha512-qCgiBeSu2/AIOKWGFMiRkjPlGlcVwxAjwpGKQZOQYng+83Hip4PjrWHm7EQX1wnrvRqfTytEihRRfLHdX+hR4g==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"rollup": "dist/bin/rollup"
|
||||
|
|
@ -9578,9 +9578,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"rollup": {
|
||||
"version": "3.5.1",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.5.1.tgz",
|
||||
"integrity": "sha512-hdQWTvPeiAbM6SUkxV70HdGUVxsgsc+CLy5fuh4KdgUBJ0SowXiix8gANgXoG3wEuLwfoJhCT2V+WwxfWq9Ikw==",
|
||||
"version": "3.6.0",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.6.0.tgz",
|
||||
"integrity": "sha512-qCgiBeSu2/AIOKWGFMiRkjPlGlcVwxAjwpGKQZOQYng+83Hip4PjrWHm7EQX1wnrvRqfTytEihRRfLHdX+hR4g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"fsevents": "~2.3.2"
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
"postcss": "^8.4.19",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
|
||||
"rollup": "^3.5.1",
|
||||
"rollup": "^3.6.0",
|
||||
"sass": "^1.56.1",
|
||||
"terser": "^5.16.1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue