chore(deps-dev): Bump rollup from 3.26.0 to 3.26.2 (#2876)

Bumps [rollup](https://github.com/rollup/rollup) from 3.26.0 to 3.26.2.
- [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.0...v3.26.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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:
dependabot[bot] 2023-07-10 10:20:56 -06:00 committed by GitHub
parent 5a53a95f2c
commit 3851a718ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -34,7 +34,7 @@
"markdown-it": "13.0.1", "markdown-it": "13.0.1",
"node-fetch": "^3.3.1", "node-fetch": "^3.3.1",
"recheck": "^4.4.5", "recheck": "^4.4.5",
"rollup": "^3.26.0", "rollup": "^3.26.2",
"semantic-release": "^21.0.7", "semantic-release": "^21.0.7",
"titleize": "^3.0.0", "titleize": "^3.0.0",
"uglify-js": "^3.17.4", "uglify-js": "^3.17.4",
@ -10909,9 +10909,9 @@
} }
}, },
"node_modules/rollup": { "node_modules/rollup": {
"version": "3.26.0", "version": "3.26.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.0.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.2.tgz",
"integrity": "sha512-YzJH0eunH2hr3knvF3i6IkLO/jTjAEwU4HoMUbQl4//Tnl3ou0e7P5SjxdDr8HQJdeUJShlbEHXrrnEHy1l7Yg==", "integrity": "sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==",
"dev": true, "dev": true,
"bin": { "bin": {
"rollup": "dist/bin/rollup" "rollup": "dist/bin/rollup"
@ -20197,9 +20197,9 @@
} }
}, },
"rollup": { "rollup": {
"version": "3.26.0", "version": "3.26.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.0.tgz", "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.2.tgz",
"integrity": "sha512-YzJH0eunH2hr3knvF3i6IkLO/jTjAEwU4HoMUbQl4//Tnl3ou0e7P5SjxdDr8HQJdeUJShlbEHXrrnEHy1l7Yg==", "integrity": "sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==",
"dev": true, "dev": true,
"requires": { "requires": {
"fsevents": "~2.3.2" "fsevents": "~2.3.2"

View File

@ -65,7 +65,7 @@
"markdown-it": "13.0.1", "markdown-it": "13.0.1",
"node-fetch": "^3.3.1", "node-fetch": "^3.3.1",
"recheck": "^4.4.5", "recheck": "^4.4.5",
"rollup": "^3.26.0", "rollup": "^3.26.2",
"semantic-release": "^21.0.7", "semantic-release": "^21.0.7",
"titleize": "^3.0.0", "titleize": "^3.0.0",
"uglify-js": "^3.17.4", "uglify-js": "^3.17.4",