Bump rollup from 3.8.0 to 3.8.1
Bumps [rollup](https://github.com/rollup/rollup) from 3.8.0 to 3.8.1. - [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.8.0...v3.8.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch ... 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
17351b894b
commit
84798002d7
|
|
@ -31,7 +31,7 @@
|
|||
"postcss": "^8.4.20",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
|
||||
"rollup": "^3.8.0",
|
||||
"rollup": "^3.8.1",
|
||||
"sass": "^1.57.1",
|
||||
"terser": "^5.16.1"
|
||||
},
|
||||
|
|
@ -4983,9 +4983,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/rollup": {
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.8.0.tgz",
|
||||
"integrity": "sha512-+UR6PnUslneJNiJfLSzy4XH6R50ZGF0MS7UCv20ftXrktF/TkvZDwiBtXX65esblLR5p8w6LmXgPwt2f2B8SoQ==",
|
||||
"version": "3.8.1",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.8.1.tgz",
|
||||
"integrity": "sha512-4yh9eMW7byOroYcN8DlF9P/2jCpu6txVIHjEqquQVSx7DI0RgyCCN3tjrcy4ra6yVtV336aLBB3v2AarYAxePQ==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"rollup": "dist/bin/rollup"
|
||||
|
|
@ -9636,9 +9636,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"rollup": {
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.8.0.tgz",
|
||||
"integrity": "sha512-+UR6PnUslneJNiJfLSzy4XH6R50ZGF0MS7UCv20ftXrktF/TkvZDwiBtXX65esblLR5p8w6LmXgPwt2f2B8SoQ==",
|
||||
"version": "3.8.1",
|
||||
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.8.1.tgz",
|
||||
"integrity": "sha512-4yh9eMW7byOroYcN8DlF9P/2jCpu6txVIHjEqquQVSx7DI0RgyCCN3tjrcy4ra6yVtV336aLBB3v2AarYAxePQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"fsevents": "~2.3.2"
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
"postcss": "^8.4.20",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"postcss-understrap-palette-generator": "git+https://github.com/understrap/postcss-understrap-palette-generator.git",
|
||||
"rollup": "^3.8.0",
|
||||
"rollup": "^3.8.1",
|
||||
"sass": "^1.57.1",
|
||||
"terser": "^5.16.1"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue