Browse Source

chore(deps-dev): bump rollup from 3.17.2 to 3.20.0 (#4977)

Bumps [rollup](https://github.com/rollup/rollup) from 3.17.2 to 3.20.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.17.2...v3.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 years ago
parent
commit
6bd48aa401
2 changed files with 8 additions and 8 deletions
  1. 7 7
      package-lock.json
  2. 1 1
      package.json

+ 7 - 7
package-lock.json

@@ -30,7 +30,7 @@
         "npm-run-all": "^4.1.5",
         "postcss": "^8.4.6",
         "postcss-cli": "^10.1.0",
-        "rollup": "^3.17.2",
+        "rollup": "^3.20.0",
         "rtlcss": "^4.0.0",
         "sass": "^1.58.3",
         "stylelint": "^15.3.0",
@@ -8227,9 +8227,9 @@
       }
     },
     "node_modules/rollup": {
-      "version": "3.17.2",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.17.2.tgz",
-      "integrity": "sha512-qMNZdlQPCkWodrAZ3qnJtvCAl4vpQ8q77uEujVCCbC/6CLB7Lcmvjq7HyiOSnf4fxTT9XgsE36oLHJBH49xjqA==",
+      "version": "3.20.0",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.0.tgz",
+      "integrity": "sha512-YsIfrk80NqUDrxrjWPXUa7PWvAfegZEXHuPsEZg58fGCdjL1I9C1i/NaG+L+27kxxwkrG/QEDEQc8s/ynXWWGQ==",
       "dev": true,
       "bin": {
         "rollup": "dist/bin/rollup"
@@ -15956,9 +15956,9 @@
       }
     },
     "rollup": {
-      "version": "3.17.2",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.17.2.tgz",
-      "integrity": "sha512-qMNZdlQPCkWodrAZ3qnJtvCAl4vpQ8q77uEujVCCbC/6CLB7Lcmvjq7HyiOSnf4fxTT9XgsE36oLHJBH49xjqA==",
+      "version": "3.20.0",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.20.0.tgz",
+      "integrity": "sha512-YsIfrk80NqUDrxrjWPXUa7PWvAfegZEXHuPsEZg58fGCdjL1I9C1i/NaG+L+27kxxwkrG/QEDEQc8s/ynXWWGQ==",
       "dev": true,
       "requires": {
         "fsevents": "~2.3.2"

+ 1 - 1
package.json

@@ -77,7 +77,7 @@
     "npm-run-all": "^4.1.5",
     "postcss": "^8.4.6",
     "postcss-cli": "^10.1.0",
-    "rollup": "^3.17.2",
+    "rollup": "^3.20.0",
     "rtlcss": "^4.0.0",
     "sass": "^1.58.3",
     "stylelint": "^15.3.0",