Skip to content

Commit 97f8b90

Browse files
committed
chore(deps): update babel monorepo to v7.17.12
1 parent c988e34 commit 97f8b90

File tree

2 files changed

+76
-75
lines changed

2 files changed

+76
-75
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
},
4545
"devDependencies": {
4646
"@babel/cli": "7.17.10",
47-
"@babel/core": "7.17.10",
48-
"@babel/preset-typescript": "7.16.7",
47+
"@babel/core": "7.17.12",
48+
"@babel/preset-typescript": "7.17.12",
4949
"@researchgate/babel-preset": "2.0.14",
5050
"@researchgate/spire-config": "5.0.7",
5151
"@types/classnames": "2.3.0",

yarn.lock

Lines changed: 74 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -44,34 +44,34 @@
4444
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
4545
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
4646

47-
"@babel/core@7.17.10", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
48-
version "7.17.10"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05"
50-
integrity sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==
47+
"@babel/core@7.17.12", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.7.5":
48+
version "7.17.12"
49+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.12.tgz#b4eb2d7ebc3449b062381644c93050db545b70ee"
50+
integrity sha512-44ODe6O1IVz9s2oJE3rZ4trNNKTX9O7KpQpfAP4t8QII/zwrVRHL7i2pxhqtcY7tqMLrrKfMlBKnm1QlrRFs5w==
5151
dependencies:
5252
"@ampproject/remapping" "^2.1.0"
5353
"@babel/code-frame" "^7.16.7"
54-
"@babel/generator" "^7.17.10"
54+
"@babel/generator" "^7.17.12"
5555
"@babel/helper-compilation-targets" "^7.17.10"
56-
"@babel/helper-module-transforms" "^7.17.7"
56+
"@babel/helper-module-transforms" "^7.17.12"
5757
"@babel/helpers" "^7.17.9"
58-
"@babel/parser" "^7.17.10"
58+
"@babel/parser" "^7.17.12"
5959
"@babel/template" "^7.16.7"
60-
"@babel/traverse" "^7.17.10"
61-
"@babel/types" "^7.17.10"
60+
"@babel/traverse" "^7.17.12"
61+
"@babel/types" "^7.17.12"
6262
convert-source-map "^1.7.0"
6363
debug "^4.1.0"
6464
gensync "^1.0.0-beta.2"
6565
json5 "^2.2.1"
6666
semver "^6.3.0"
6767

68-
"@babel/generator@^7.17.10", "@babel/generator@^7.4.0", "@babel/generator@^7.7.2":
69-
version "7.17.10"
70-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.10.tgz#c281fa35b0c349bbe9d02916f4ae08fc85ed7189"
71-
integrity sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==
68+
"@babel/generator@^7.17.12", "@babel/generator@^7.4.0", "@babel/generator@^7.7.2":
69+
version "7.17.12"
70+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.12.tgz#5970e6160e9be0428e02f4aba62d8551ec366cc8"
71+
integrity sha512-V49KtZiiiLjH/CnIW6OjJdrenrGoyh6AmKQ3k2AZFKozC1h846Q4NYlZ5nqAigPDUXfGzC88+LOUuG8yKd2kCw==
7272
dependencies:
73-
"@babel/types" "^7.17.10"
74-
"@jridgewell/gen-mapping" "^0.1.0"
73+
"@babel/types" "^7.17.12"
74+
"@jridgewell/gen-mapping" "^0.3.0"
7575
jsesc "^2.5.1"
7676

7777
"@babel/helper-annotate-as-pure@^7.16.7":
@@ -99,15 +99,15 @@
9999
browserslist "^4.20.2"
100100
semver "^6.3.0"
101101

102-
"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.17.6":
103-
version "7.17.6"
104-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.6.tgz#3778c1ed09a7f3e65e6d6e0f6fbfcc53809d92c9"
105-
integrity sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==
102+
"@babel/helper-create-class-features-plugin@^7.16.10", "@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.17.12", "@babel/helper-create-class-features-plugin@^7.17.6":
103+
version "7.17.12"
104+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.12.tgz#d4f8393fc4838cbff6b7c199af5229aee16d07cf"
105+
integrity sha512-sZoOeUTkFJMyhqCei2+Z+wtH/BehW8NVKQt7IRUQlRiOARuXymJYfN/FCcI8CvVbR0XVyDM6eLFOlR7YtiXnew==
106106
dependencies:
107107
"@babel/helper-annotate-as-pure" "^7.16.7"
108108
"@babel/helper-environment-visitor" "^7.16.7"
109-
"@babel/helper-function-name" "^7.16.7"
110-
"@babel/helper-member-expression-to-functions" "^7.16.7"
109+
"@babel/helper-function-name" "^7.17.9"
110+
"@babel/helper-member-expression-to-functions" "^7.17.7"
111111
"@babel/helper-optimise-call-expression" "^7.16.7"
112112
"@babel/helper-replace-supers" "^7.16.7"
113113
"@babel/helper-split-export-declaration" "^7.16.7"
@@ -163,7 +163,7 @@
163163
dependencies:
164164
"@babel/types" "^7.16.7"
165165

166-
"@babel/helper-member-expression-to-functions@^7.16.7":
166+
"@babel/helper-member-expression-to-functions@^7.16.7", "@babel/helper-member-expression-to-functions@^7.17.7":
167167
version "7.17.7"
168168
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4"
169169
integrity sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==
@@ -177,19 +177,19 @@
177177
dependencies:
178178
"@babel/types" "^7.16.7"
179179

180-
"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.17.7":
181-
version "7.17.7"
182-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd"
183-
integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==
180+
"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.17.12", "@babel/helper-module-transforms@^7.17.7":
181+
version "7.17.12"
182+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.12.tgz#bec00139520cb3feb078ef7a4578562480efb77e"
183+
integrity sha512-t5s2BeSWIghhFRPh9XMn6EIGmvn8Lmw5RVASJzkIx1mSemubQQBNIZiQD7WzaFmaHIrjAec4x8z9Yx8SjJ1/LA==
184184
dependencies:
185185
"@babel/helper-environment-visitor" "^7.16.7"
186186
"@babel/helper-module-imports" "^7.16.7"
187187
"@babel/helper-simple-access" "^7.17.7"
188188
"@babel/helper-split-export-declaration" "^7.16.7"
189189
"@babel/helper-validator-identifier" "^7.16.7"
190190
"@babel/template" "^7.16.7"
191-
"@babel/traverse" "^7.17.3"
192-
"@babel/types" "^7.17.0"
191+
"@babel/traverse" "^7.17.12"
192+
"@babel/types" "^7.17.12"
193193

194194
"@babel/helper-optimise-call-expression@^7.16.7":
195195
version "7.16.7"
@@ -198,10 +198,10 @@
198198
dependencies:
199199
"@babel/types" "^7.16.7"
200200

201-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
202-
version "7.16.7"
203-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz#aa3a8ab4c3cceff8e65eb9e73d87dc4ff320b2f5"
204-
integrity sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==
201+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.17.12", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
202+
version "7.17.12"
203+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.17.12.tgz#86c2347da5acbf5583ba0a10aed4c9bf9da9cf96"
204+
integrity sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==
205205

206206
"@babel/helper-remap-async-to-generator@^7.16.8":
207207
version "7.16.8"
@@ -282,10 +282,10 @@
282282
chalk "^2.0.0"
283283
js-tokens "^4.0.0"
284284

285-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.10", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
286-
version "7.17.10"
287-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78"
288-
integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==
285+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.12", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
286+
version "7.17.12"
287+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.12.tgz#36c2ed06944e3691ba82735fc4cf62d12d491a23"
288+
integrity sha512-FLzHmN9V3AJIrWfOpvRlZCeVg/WLdicSnTMsLur6uDj9TT8ymUlG9XxURdW/XvuygK+2CW0poOJABdA4m/YKxA==
289289

290290
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
291291
version "7.16.7"
@@ -550,12 +550,12 @@
550550
dependencies:
551551
"@babel/helper-plugin-utils" "^7.14.5"
552552

553-
"@babel/plugin-syntax-typescript@^7.16.7", "@babel/plugin-syntax-typescript@^7.7.2":
554-
version "7.16.7"
555-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz#39c9b55ee153151990fb038651d58d3fd03f98f8"
556-
integrity sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==
553+
"@babel/plugin-syntax-typescript@^7.17.12", "@babel/plugin-syntax-typescript@^7.7.2":
554+
version "7.17.12"
555+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.17.12.tgz#b54fc3be6de734a56b87508f99d6428b5b605a7b"
556+
integrity sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==
557557
dependencies:
558-
"@babel/helper-plugin-utils" "^7.16.7"
558+
"@babel/helper-plugin-utils" "^7.17.12"
559559

560560
"@babel/plugin-transform-arrow-functions@^7.16.7":
561561
version "7.16.7"
@@ -825,14 +825,14 @@
825825
dependencies:
826826
"@babel/helper-plugin-utils" "^7.16.7"
827827

828-
"@babel/plugin-transform-typescript@^7.16.7":
829-
version "7.16.8"
830-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz#591ce9b6b83504903fa9dd3652c357c2ba7a1ee0"
831-
integrity sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==
828+
"@babel/plugin-transform-typescript@^7.17.12":
829+
version "7.17.12"
830+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.17.12.tgz#9654587131bc776ff713218d929fa9a2e98ca16d"
831+
integrity sha512-ICbXZqg6hgenjmwciVI/UfqZtExBrZOrS8sLB5mTHGO/j08Io3MmooULBiijWk9JBknjM3CbbtTc/0ZsqLrjXQ==
832832
dependencies:
833-
"@babel/helper-create-class-features-plugin" "^7.16.7"
834-
"@babel/helper-plugin-utils" "^7.16.7"
835-
"@babel/plugin-syntax-typescript" "^7.16.7"
833+
"@babel/helper-create-class-features-plugin" "^7.17.12"
834+
"@babel/helper-plugin-utils" "^7.17.12"
835+
"@babel/plugin-syntax-typescript" "^7.17.12"
836836

837837
"@babel/plugin-transform-unicode-escapes@^7.16.7":
838838
version "7.16.7"
@@ -952,14 +952,14 @@
952952
"@babel/plugin-transform-react-jsx-development" "^7.16.7"
953953
"@babel/plugin-transform-react-pure-annotations" "^7.16.7"
954954

955-
"@babel/preset-typescript@7.16.7":
956-
version "7.16.7"
957-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz#ab114d68bb2020afc069cd51b37ff98a046a70b9"
958-
integrity sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==
955+
"@babel/preset-typescript@7.17.12":
956+
version "7.17.12"
957+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.17.12.tgz#40269e0a0084d56fc5731b6c40febe1c9a4a3e8c"
958+
integrity sha512-S1ViF8W2QwAKUGJXxP9NAfNaqGDdEBJKpYkxHf5Yy2C4NPPzXGeR3Lhk7G8xJaaLcFTRfNjVbtbVtm8Gb0mqvg==
959959
dependencies:
960-
"@babel/helper-plugin-utils" "^7.16.7"
960+
"@babel/helper-plugin-utils" "^7.17.12"
961961
"@babel/helper-validator-option" "^7.16.7"
962-
"@babel/plugin-transform-typescript" "^7.16.7"
962+
"@babel/plugin-transform-typescript" "^7.17.12"
963963

964964
"@babel/runtime@^7.8.4":
965965
version "7.17.8"
@@ -977,26 +977,26 @@
977977
"@babel/parser" "^7.16.7"
978978
"@babel/types" "^7.16.7"
979979

980-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.10", "@babel/traverse@^7.17.3", "@babel/traverse@^7.17.9", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
981-
version "7.17.10"
982-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5"
983-
integrity sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==
980+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.12", "@babel/traverse@^7.17.9", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
981+
version "7.17.12"
982+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c"
983+
integrity sha512-zULPs+TbCvOkIFd4FrG53xrpxvCBwLIgo6tO0tJorY7YV2IWFxUfS/lXDJbGgfyYt9ery/Gxj2niwttNnB0gIw==
984984
dependencies:
985985
"@babel/code-frame" "^7.16.7"
986-
"@babel/generator" "^7.17.10"
986+
"@babel/generator" "^7.17.12"
987987
"@babel/helper-environment-visitor" "^7.16.7"
988988
"@babel/helper-function-name" "^7.17.9"
989989
"@babel/helper-hoist-variables" "^7.16.7"
990990
"@babel/helper-split-export-declaration" "^7.16.7"
991-
"@babel/parser" "^7.17.10"
992-
"@babel/types" "^7.17.10"
991+
"@babel/parser" "^7.17.12"
992+
"@babel/types" "^7.17.12"
993993
debug "^4.1.0"
994994
globals "^11.1.0"
995995

996-
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.10", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
997-
version "7.17.10"
998-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.10.tgz#d35d7b4467e439fcf06d195f8100e0fea7fc82c4"
999-
integrity sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==
996+
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
997+
version "7.17.12"
998+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
999+
integrity sha512-rH8i29wcZ6x9xjzI5ILHL/yZkbQnCERdHlogKuIb4PUr7do4iT8DPekrTbBLWTnRQm6U0GYABbTMSzijmEqlAg==
10001000
dependencies:
10011001
"@babel/helper-validator-identifier" "^7.16.7"
10021002
to-fast-properties "^2.0.0"
@@ -1349,13 +1349,14 @@
13491349
"@types/yargs" "^16.0.0"
13501350
chalk "^4.0.0"
13511351

1352-
"@jridgewell/gen-mapping@^0.1.0":
1353-
version "0.1.1"
1354-
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
1355-
integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
1352+
"@jridgewell/gen-mapping@^0.3.0":
1353+
version "0.3.1"
1354+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9"
1355+
integrity sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==
13561356
dependencies:
13571357
"@jridgewell/set-array" "^1.0.0"
13581358
"@jridgewell/sourcemap-codec" "^1.4.10"
1359+
"@jridgewell/trace-mapping" "^0.3.9"
13591360

13601361
"@jridgewell/resolve-uri@^3.0.3":
13611362
version "3.0.5"
@@ -1372,10 +1373,10 @@
13721373
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
13731374
integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==
13741375

1375-
"@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.8":
1376-
version "0.3.9"
1377-
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
1378-
integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==
1376+
"@jridgewell/trace-mapping@^0.3.0", "@jridgewell/trace-mapping@^0.3.8", "@jridgewell/trace-mapping@^0.3.9":
1377+
version "0.3.13"
1378+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"
1379+
integrity sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==
13791380
dependencies:
13801381
"@jridgewell/resolve-uri" "^3.0.3"
13811382
"@jridgewell/sourcemap-codec" "^1.4.10"

0 commit comments

Comments
 (0)