git.fiddlerwoaroof.com
Browse code

chore(deps-dev): bump @babel/plugin-proposal-json-strings

Bumps [@babel/plugin-proposal-json-strings](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-json-strings) 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-proposal-json-strings)

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

dependabot-preview[bot] authored on 01/07/2020 16:25:10
Showing 2 changed files
... ...
@@ -735,13 +735,21 @@
735 735
       }
736 736
     },
737 737
     "@babel/plugin-proposal-json-strings": {
738
-      "version": "7.10.1",
739
-      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz",
740
-      "integrity": "sha512-m8r5BmV+ZLpWPtMY2mOKN7wre6HIO4gfIiV+eOmsnZABNenrt/kzYBwrh+KOfgumSWpnlGs5F70J8afYMSJMBg==",
738
+      "version": "7.10.4",
739
+      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz",
740
+      "integrity": "sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw==",
741 741
       "dev": true,
742 742
       "requires": {
743
-        "@babel/helper-plugin-utils": "^7.10.1",
743
+        "@babel/helper-plugin-utils": "^7.10.4",
744 744
         "@babel/plugin-syntax-json-strings": "^7.8.0"
745
+      },
746
+      "dependencies": {
747
+        "@babel/helper-plugin-utils": {
748
+          "version": "7.10.4",
749
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
750
+          "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
751
+          "dev": true
752
+        }
745 753
       }
746 754
     },
747 755
     "@babel/plugin-proposal-nullish-coalescing-operator": {
... ...
@@ -26,7 +26,7 @@
26 26
     "@babel/cli": "^7.10.3",
27 27
     "@babel/core": "^7.10.3",
28 28
     "@babel/plugin-proposal-class-properties": "^7.10.4",
29
-    "@babel/plugin-proposal-json-strings": "^7.0.0",
29
+    "@babel/plugin-proposal-json-strings": "^7.10.4",
30 30
     "@babel/plugin-syntax-dynamic-import": "^7.0.0",
31 31
     "@babel/plugin-syntax-import-meta": "^7.0.0",
32 32
     "@babel/plugin-transform-react-jsx": "^7.10.3",