diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-07-18 18:10:56 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-18 18:10:56 +0300 |
| commit | a814733ad749ff73f4f3534b37ccee97d3887029 (patch) | |
| tree | 5b92a6140937d6851426765e2c9dde28ad417f2b | |
| parent | fd0a4e67a01162d39bf1844ec70ae3e8cc022102 (diff) | |
| download | bootstrap-a814733ad749ff73f4f3534b37ccee97d3887029.tar.xz bootstrap-a814733ad749ff73f4f3534b37ccee97d3887029.zip | |
Build(deps-dev): Bump rollup from 3.26.2 to 3.26.3 (#38931)
Bumps [rollup](https://github.com/rollup/rollup) from 3.26.2 to 3.26.3.
- [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.26.2...v3.26.3)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | package-lock.json | 14 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index ec33da5d8..f11e26150 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "npm-run-all2": "^6.0.6", "postcss": "^8.4.26", "postcss-cli": "^10.1.0", - "rollup": "^3.26.2", + "rollup": "^3.26.3", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.1.0", "sass": "^1.63.6", @@ -9393,9 +9393,9 @@ } }, "node_modules/rollup": { - "version": "3.26.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.2.tgz", - "integrity": "sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==", + "version": "3.26.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.3.tgz", + "integrity": "sha512-7Tin0C8l86TkpcMtXvQu6saWH93nhG3dGQ1/+l5V2TDMceTxO7kDiK6GzbfLWNNxqJXm591PcEZUozZm51ogwQ==", "dev": true, "bin": { "rollup": "dist/bin/rollup" @@ -17946,9 +17946,9 @@ } }, "rollup": { - "version": "3.26.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.2.tgz", - "integrity": "sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==", + "version": "3.26.3", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.3.tgz", + "integrity": "sha512-7Tin0C8l86TkpcMtXvQu6saWH93nhG3dGQ1/+l5V2TDMceTxO7kDiK6GzbfLWNNxqJXm591PcEZUozZm51ogwQ==", "dev": true, "requires": { "fsevents": "~2.3.2" diff --git a/package.json b/package.json index c48b59a7f..64dada86c 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "npm-run-all2": "^6.0.6", "postcss": "^8.4.26", "postcss-cli": "^10.1.0", - "rollup": "^3.26.2", + "rollup": "^3.26.3", "rollup-plugin-istanbul": "^4.0.0", "rtlcss": "^4.1.0", "sass": "^1.63.6", |
