git.fiddlerwoaroof.com
Browse code

chore: bump @babel/plugin-proposal-object-rest-spread

Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-object-rest-spread) from 7.12.1 to 7.13.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.13.8/packages/babel-plugin-proposal-object-rest-spread)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

dependabot-preview[bot] authored on 01/03/2021 07:36:47
Showing 1 changed files
... ...
@@ -1133,30 +1133,62 @@
1133 1133
       }
1134 1134
     },
1135 1135
     "@babel/plugin-proposal-object-rest-spread": {
1136
-      "version": "7.12.1",
1137
-      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1.tgz",
1138
-      "integrity": "sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==",
1136
+      "version": "7.13.8",
1137
+      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.8.tgz",
1138
+      "integrity": "sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g==",
1139 1139
       "dev": true,
1140 1140
       "requires": {
1141
-        "@babel/helper-plugin-utils": "^7.10.4",
1142
-        "@babel/plugin-syntax-object-rest-spread": "^7.8.0",
1143
-        "@babel/plugin-transform-parameters": "^7.12.1"
1141
+        "@babel/compat-data": "^7.13.8",
1142
+        "@babel/helper-compilation-targets": "^7.13.8",
1143
+        "@babel/helper-plugin-utils": "^7.13.0",
1144
+        "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1145
+        "@babel/plugin-transform-parameters": "^7.13.0"
1144 1146
       },
1145 1147
       "dependencies": {
1148
+        "@babel/compat-data": {
1149
+          "version": "7.13.8",
1150
+          "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.13.8.tgz",
1151
+          "integrity": "sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==",
1152
+          "dev": true
1153
+        },
1154
+        "@babel/helper-compilation-targets": {
1155
+          "version": "7.13.8",
1156
+          "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz",
1157
+          "integrity": "sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A==",
1158
+          "dev": true,
1159
+          "requires": {
1160
+            "@babel/compat-data": "^7.13.8",
1161
+            "@babel/helper-validator-option": "^7.12.17",
1162
+            "browserslist": "^4.14.5",
1163
+            "semver": "^6.3.0"
1164
+          }
1165
+        },
1146 1166
         "@babel/helper-plugin-utils": {
1147
-          "version": "7.10.4",
1148
-          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
1149
-          "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
1167
+          "version": "7.13.0",
1168
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz",
1169
+          "integrity": "sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==",
1170
+          "dev": true
1171
+        },
1172
+        "@babel/helper-validator-option": {
1173
+          "version": "7.12.17",
1174
+          "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz",
1175
+          "integrity": "sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==",
1150 1176
           "dev": true
1151 1177
         },
1152 1178
         "@babel/plugin-transform-parameters": {
1153
-          "version": "7.12.1",
1154
-          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.1.tgz",
1155
-          "integrity": "sha512-xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg==",
1179
+          "version": "7.13.0",
1180
+          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.13.0.tgz",
1181
+          "integrity": "sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw==",
1156 1182
           "dev": true,
1157 1183
           "requires": {
1158
-            "@babel/helper-plugin-utils": "^7.10.4"
1184
+            "@babel/helper-plugin-utils": "^7.13.0"
1159 1185
           }
1186
+        },
1187
+        "semver": {
1188
+          "version": "6.3.0",
1189
+          "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
1190
+          "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
1191
+          "dev": true
1160 1192
         }
1161 1193
       }
1162 1194
     },