git.fiddlerwoaroof.com
Browse code

chore: bump @babel/core from 7.18.5 to 7.21.4 in /react-demo

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.5 to 7.21.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.21.4/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...

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

dependabot[bot] authored on 01/04/2023 02:04:40
Showing 2 changed files
... ...
@@ -15,7 +15,7 @@
15 15
       },
16 16
       "devDependencies": {
17 17
         "@babel/cli": "^7.21.0",
18
-        "@babel/core": "^7.18.5",
18
+        "@babel/core": "^7.21.4",
19 19
         "@babel/plugin-transform-react-jsx": "^7.17.12",
20 20
         "@babel/preset-env": "^7.21.4",
21 21
         "@babel/preset-react": "^7.18.6",
... ...
@@ -30,12 +30,26 @@
30 30
       }
31 31
     },
32 32
     "node_modules/@ampproject/remapping": {
33
-      "version": "2.1.2",
34
-      "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz",
35
-      "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==",
33
+      "version": "2.2.0",
34
+      "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
35
+      "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",
36
+      "dev": true,
37
+      "dependencies": {
38
+        "@jridgewell/gen-mapping": "^0.1.0",
39
+        "@jridgewell/trace-mapping": "^0.3.9"
40
+      },
41
+      "engines": {
42
+        "node": ">=6.0.0"
43
+      }
44
+    },
45
+    "node_modules/@ampproject/remapping/node_modules/@jridgewell/gen-mapping": {
46
+      "version": "0.1.1",
47
+      "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",
48
+      "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==",
36 49
       "dev": true,
37 50
       "dependencies": {
38
-        "@jridgewell/trace-mapping": "^0.3.0"
51
+        "@jridgewell/set-array": "^1.0.0",
52
+        "@jridgewell/sourcemap-codec": "^1.4.10"
39 53
       },
40 54
       "engines": {
41 55
         "node": ">=6.0.0"
... ...
@@ -92,25 +106,25 @@
92 106
       }
93 107
     },
94 108
     "node_modules/@babel/core": {
95
-      "version": "7.18.5",
96
-      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.5.tgz",
97
-      "integrity": "sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==",
98
-      "dev": true,
99
-      "dependencies": {
100
-        "@ampproject/remapping": "^2.1.0",
101
-        "@babel/code-frame": "^7.16.7",
102
-        "@babel/generator": "^7.18.2",
103
-        "@babel/helper-compilation-targets": "^7.18.2",
104
-        "@babel/helper-module-transforms": "^7.18.0",
105
-        "@babel/helpers": "^7.18.2",
106
-        "@babel/parser": "^7.18.5",
107
-        "@babel/template": "^7.16.7",
108
-        "@babel/traverse": "^7.18.5",
109
-        "@babel/types": "^7.18.4",
109
+      "version": "7.21.4",
110
+      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.4.tgz",
111
+      "integrity": "sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==",
112
+      "dev": true,
113
+      "dependencies": {
114
+        "@ampproject/remapping": "^2.2.0",
115
+        "@babel/code-frame": "^7.21.4",
116
+        "@babel/generator": "^7.21.4",
117
+        "@babel/helper-compilation-targets": "^7.21.4",
118
+        "@babel/helper-module-transforms": "^7.21.2",
119
+        "@babel/helpers": "^7.21.0",
120
+        "@babel/parser": "^7.21.4",
121
+        "@babel/template": "^7.20.7",
122
+        "@babel/traverse": "^7.21.4",
123
+        "@babel/types": "^7.21.4",
110 124
         "convert-source-map": "^1.7.0",
111 125
         "debug": "^4.1.0",
112 126
         "gensync": "^1.0.0-beta.2",
113
-        "json5": "^2.2.1",
127
+        "json5": "^2.2.2",
114 128
         "semver": "^6.3.0"
115 129
       },
116 130
       "engines": {
... ...
@@ -459,14 +473,14 @@
459 473
       }
460 474
     },
461 475
     "node_modules/@babel/helpers": {
462
-      "version": "7.18.2",
463
-      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.2.tgz",
464
-      "integrity": "sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==",
476
+      "version": "7.21.0",
477
+      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.0.tgz",
478
+      "integrity": "sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==",
465 479
       "dev": true,
466 480
       "dependencies": {
467
-        "@babel/template": "^7.16.7",
468
-        "@babel/traverse": "^7.18.2",
469
-        "@babel/types": "^7.18.2"
481
+        "@babel/template": "^7.20.7",
482
+        "@babel/traverse": "^7.21.0",
483
+        "@babel/types": "^7.21.0"
470 484
       },
471 485
       "engines": {
472 486
         "node": ">=6.9.0"
... ...
@@ -7751,12 +7765,25 @@
7751 7765
   },
7752 7766
   "dependencies": {
7753 7767
     "@ampproject/remapping": {
7754
-      "version": "2.1.2",
7755
-      "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz",
7756
-      "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==",
7768
+      "version": "2.2.0",
7769
+      "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz",
7770
+      "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==",
7757 7771
       "dev": true,
7758 7772
       "requires": {
7759
-        "@jridgewell/trace-mapping": "^0.3.0"
7773
+        "@jridgewell/gen-mapping": "^0.1.0",
7774
+        "@jridgewell/trace-mapping": "^0.3.9"
7775
+      },
7776
+      "dependencies": {
7777
+        "@jridgewell/gen-mapping": {
7778
+          "version": "0.1.1",
7779
+          "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz",
7780
+          "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==",
7781
+          "dev": true,
7782
+          "requires": {
7783
+            "@jridgewell/set-array": "^1.0.0",
7784
+            "@jridgewell/sourcemap-codec": "^1.4.10"
7785
+          }
7786
+        }
7760 7787
       }
7761 7788
     },
7762 7789
     "@babel/cli": {
... ...
@@ -7792,25 +7819,25 @@
7792 7819
       "dev": true
7793 7820
     },
7794 7821
     "@babel/core": {
7795
-      "version": "7.18.5",
7796
-      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.5.tgz",
7797
-      "integrity": "sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==",
7798
-      "dev": true,
7799
-      "requires": {
7800
-        "@ampproject/remapping": "^2.1.0",
7801
-        "@babel/code-frame": "^7.16.7",
7802
-        "@babel/generator": "^7.18.2",
7803
-        "@babel/helper-compilation-targets": "^7.18.2",
7804
-        "@babel/helper-module-transforms": "^7.18.0",
7805
-        "@babel/helpers": "^7.18.2",
7806
-        "@babel/parser": "^7.18.5",
7807
-        "@babel/template": "^7.16.7",
7808
-        "@babel/traverse": "^7.18.5",
7809
-        "@babel/types": "^7.18.4",
7822
+      "version": "7.21.4",
7823
+      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.4.tgz",
7824
+      "integrity": "sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==",
7825
+      "dev": true,
7826
+      "requires": {
7827
+        "@ampproject/remapping": "^2.2.0",
7828
+        "@babel/code-frame": "^7.21.4",
7829
+        "@babel/generator": "^7.21.4",
7830
+        "@babel/helper-compilation-targets": "^7.21.4",
7831
+        "@babel/helper-module-transforms": "^7.21.2",
7832
+        "@babel/helpers": "^7.21.0",
7833
+        "@babel/parser": "^7.21.4",
7834
+        "@babel/template": "^7.20.7",
7835
+        "@babel/traverse": "^7.21.4",
7836
+        "@babel/types": "^7.21.4",
7810 7837
         "convert-source-map": "^1.7.0",
7811 7838
         "debug": "^4.1.0",
7812 7839
         "gensync": "^1.0.0-beta.2",
7813
-        "json5": "^2.2.1",
7840
+        "json5": "^2.2.2",
7814 7841
         "semver": "^6.3.0"
7815 7842
       }
7816 7843
     },
... ...
@@ -8065,14 +8092,14 @@
8065 8092
       }
8066 8093
     },
8067 8094
     "@babel/helpers": {
8068
-      "version": "7.18.2",
8069
-      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.2.tgz",
8070
-      "integrity": "sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==",
8095
+      "version": "7.21.0",
8096
+      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.0.tgz",
8097
+      "integrity": "sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==",
8071 8098
       "dev": true,
8072 8099
       "requires": {
8073
-        "@babel/template": "^7.16.7",
8074
-        "@babel/traverse": "^7.18.2",
8075
-        "@babel/types": "^7.18.2"
8100
+        "@babel/template": "^7.20.7",
8101
+        "@babel/traverse": "^7.21.0",
8102
+        "@babel/types": "^7.21.0"
8076 8103
       }
8077 8104
     },
8078 8105
     "@babel/highlight": {
... ...
@@ -8,7 +8,7 @@
8 8
   "description": "A CLOS-inspired implementation of generic functions",
9 9
   "devDependencies": {
10 10
     "@babel/cli": "^7.21.0",
11
-    "@babel/core": "^7.18.5",
11
+    "@babel/core": "^7.21.4",
12 12
     "@babel/plugin-transform-react-jsx": "^7.17.12",
13 13
     "@babel/preset-env": "^7.21.4",
14 14
     "@babel/preset-react": "^7.18.6",