Merge pull request #881 from wbkd/dependabot/npm_and_yarn/main/rollup-2.38.5

This commit is contained in:
dependabot-preview[bot]
2021-02-08 05:15:21 +00:00
committed by GitHub
2 changed files with 8 additions and 8 deletions
+7 -7
View File
@@ -4304,9 +4304,9 @@
"dev": true
},
"fsevents": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
"integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
"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
},
@@ -8524,12 +8524,12 @@
}
},
"rollup": {
"version": "2.38.2",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.2.tgz",
"integrity": "sha512-3Sg65zfgqsnI2LUFsOmhJDvTWXwio+taySq/dsyvel8+GW+AxeW9V6YZG8BpVGQk/TS4uvGLARRH5T3ygDyyNQ==",
"version": "2.38.5",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.5.tgz",
"integrity": "sha512-VoWt8DysFGDVRGWuHTqZzT02J0ASgjVq/hPs9QcBOGMd7B+jfTr/iqMVEyOi901rE3xq+Deq66GzIT1yt7sGwQ==",
"dev": true,
"requires": {
"fsevents": "~2.1.2"
"fsevents": "~2.3.1"
}
},
"rollup-plugin-bundle-size": {
+1 -1
View File
@@ -67,7 +67,7 @@
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"release-it": "^14.2.2",
"rollup": "^2.38.2",
"rollup": "^2.38.5",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-postcss": "^4.0.0",