git.fiddlerwoaroof.com
Browse code

chore(deps-dev): bump @babel/plugin-syntax-import-meta

Bumps [@babel/plugin-syntax-import-meta](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-import-meta) from 7.10.1 to 7.10.4.
- [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.10.4/packages/babel-plugin-syntax-import-meta)

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

dependabot-preview[bot] authored on 01/07/2020 16:25:14
Showing 2 changed files
... ...
@@ -887,12 +887,20 @@
887 887
       }
888 888
     },
889 889
     "@babel/plugin-syntax-import-meta": {
890
-      "version": "7.10.1",
891
-      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.1.tgz",
892
-      "integrity": "sha512-ypC4jwfIVF72og0dgvEcFRdOM2V9Qm1tu7RGmdZOlhsccyK0wisXmMObGuWEOd5jQ+K9wcIgSNftCpk2vkjUfQ==",
890
+      "version": "7.10.4",
891
+      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
892
+      "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
893 893
       "dev": true,
894 894
       "requires": {
895
-        "@babel/helper-plugin-utils": "^7.10.1"
895
+        "@babel/helper-plugin-utils": "^7.10.4"
896
+      },
897
+      "dependencies": {
898
+        "@babel/helper-plugin-utils": {
899
+          "version": "7.10.4",
900
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
901
+          "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
902
+          "dev": true
903
+        }
896 904
       }
897 905
     },
898 906
     "@babel/plugin-syntax-json-strings": {
... ...
@@ -28,7 +28,7 @@
28 28
     "@babel/plugin-proposal-class-properties": "^7.10.4",
29 29
     "@babel/plugin-proposal-json-strings": "^7.0.0",
30 30
     "@babel/plugin-syntax-dynamic-import": "^7.0.0",
31
-    "@babel/plugin-syntax-import-meta": "^7.0.0",
31
+    "@babel/plugin-syntax-import-meta": "^7.10.4",
32 32
     "@babel/plugin-transform-react-jsx": "^7.10.4",
33 33
     "@babel/preset-env": "^7.10.3",
34 34
     "@babel/preset-flow": "^7.10.4",