git.fiddlerwoaroof.com
Browse code

Merge pull request #190 from fiddlerwoaroof/dependabot/npm_and_yarn/babel/plugin-proposal-json-strings-7.10.4

chore(deps-dev): bump @babel/plugin-proposal-json-strings from 7.10.1 to 7.10.4

Ed Langley authored on 01/07/2020 22:08:44
Showing 2 changed files
... ...
@@ -828,13 +828,21 @@
828 828
       }
829 829
     },
830 830
     "@babel/plugin-proposal-json-strings": {
831
-      "version": "7.10.1",
832
-      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.1.tgz",
833
-      "integrity": "sha512-m8r5BmV+ZLpWPtMY2mOKN7wre6HIO4gfIiV+eOmsnZABNenrt/kzYBwrh+KOfgumSWpnlGs5F70J8afYMSJMBg==",
831
+      "version": "7.10.4",
832
+      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.10.4.tgz",
833
+      "integrity": "sha512-fCL7QF0Jo83uy1K0P2YXrfX11tj3lkpN7l4dMv9Y9VkowkhkQDwFHFd8IiwyK5MZjE8UpbgokkgtcReH88Abaw==",
834 834
       "dev": true,
835 835
       "requires": {
836
-        "@babel/helper-plugin-utils": "^7.10.1",
836
+        "@babel/helper-plugin-utils": "^7.10.4",
837 837
         "@babel/plugin-syntax-json-strings": "^7.8.0"
838
+      },
839
+      "dependencies": {
840
+        "@babel/helper-plugin-utils": {
841
+          "version": "7.10.4",
842
+          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
843
+          "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
844
+          "dev": true
845
+        }
838 846
       }
839 847
     },
840 848
     "@babel/plugin-proposal-nullish-coalescing-operator": {
... ...
@@ -26,7 +26,7 @@
26 26
     "@babel/cli": "^7.10.3",
27 27
     "@babel/core": "^7.10.4",
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.10.4",
32 32
     "@babel/plugin-transform-react-jsx": "^7.10.4",