Bump rollup from 2.41.3 to 2.41.4 (#280)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Tue, 16 Mar 2021 17:58:43 +0000 (18:58 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 17:58:43 +0000 (18:58 +0100)
Bumps [rollup](https://github.com/rollup/rollup) from 2.41.3 to 2.41.4.
- [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/v2.41.3...v2.41.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
package-lock.json
package.json

index a4ec5802ebe60695c9dd2e459fd39312726a737a..e298bc1a82eb0afc019e50ad7d85ef1219e4adba 100644 (file)
       "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
       "dev": true
     },
+    "fsevents": {
+      "version": "2.3.2",
+      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+      "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+      "dev": true,
+      "optional": true
+    },
     "function-bind": {
       "version": "1.1.1",
       "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
       }
     },
     "rollup": {
-      "version": "2.41.3",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.3.tgz",
-      "integrity": "sha512-swrSUfX3UK7LGd5exBJNUC7kykdxemUTRuyO9hUFJsmQUsUovHcki9vl5MAWFbB6oI47HpeZHtbmuzdm1SRUZw==",
-      "dev": true
+      "version": "2.41.4",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.4.tgz",
+      "integrity": "sha512-f9IHfMO8p2Y8OdisI7Oj3oKkPuaQ6cgSwYqAi0TDvP3w2p+oX1VejX/w28a1h8WTnrapzfO5d4Uqhww+gL0b0g==",
+      "dev": true,
+      "requires": {
+        "fsevents": "~2.3.1"
+      }
     },
     "rollup-plugin-analyzer": {
       "version": "4.0.0",
index 877ae6e05e3f0cc67a30ed2490048e13d80e454d..b0a94e03285579f3e6a80063e7b6879cfe594db8 100644 (file)
@@ -83,7 +83,7 @@
     "prettier": "^2.2.1",
     "prettier-plugin-organize-imports": "^1.1.1",
     "prettierx": "^0.17.0",
-    "rollup": "^2.41.3",
+    "rollup": "^2.41.4",
     "rollup-plugin-analyzer": "^4.0.0",
     "rollup-plugin-command": "^1.1.3",
     "rollup-plugin-delete": "^2.0.0",