Skip to content

Commit be86ea3

Browse files
chore: Bump the npm_and_yarn group across 1 directory with 6 updates
Bumps the npm_and_yarn group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ws](https://github.com/websockets/ws) | `8.18.2` | `8.20.1` | | [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) | `7.27.1` | `7.29.7` | | [flatted](https://github.com/WebReflection/flatted) | `3.3.3` | `3.4.2` | | [js-cookie](https://github.com/js-cookie/js-cookie) | `3.0.5` | `3.0.7` | | [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.18.1` | | [picomatch](https://github.com/micromatch/picomatch) | `2.3.1` | `2.3.2` | Updates `ws` from 8.18.2 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.18.2...8.20.1) Updates `@babel/plugin-transform-modules-systemjs` from 7.27.1 to 7.29.7 - [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.29.7/packages/babel-plugin-transform-modules-systemjs) Updates `flatted` from 3.3.3 to 3.4.2 - [Commits](WebReflection/flatted@v3.3.3...v3.4.2) Updates `js-cookie` from 3.0.5 to 3.0.7 - [Release notes](https://github.com/js-cookie/js-cookie/releases) - [Commits](js-cookie/js-cookie@v3.0.5...v3.0.7) Updates `lodash` from 4.17.21 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.18.1) Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...2.3.2) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.7 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: flatted dependency-version: 3.4.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-cookie dependency-version: 3.0.7 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.18.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5d95a1 commit be86ea3

2 files changed

Lines changed: 145 additions & 30 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@babel/core": "^7.18.9",
5151
"@babel/eslint-parser": "^7.17.0",
5252
"@babel/preset-env": "^7.17.10",
53-
"@babel/runtime": "^7.17.9",
53+
"@babel/runtime": "^7.27.3",
5454
"@react-native-community/eslint-config": "^3.2.0",
5555
"@types/jest": "^29.5.12",
5656
"@types/react": "^18.0.9",
@@ -77,15 +77,15 @@
7777
"jscodeshift": "^0.15.2",
7878
"jwt-decode": "^4.0.0",
7979
"url-parse": "^1.5.10",
80-
"ws": "^8.18.0"
80+
"ws": "^8.20.1"
8181
},
8282
"resolutions": {
8383
"jscodeshift": "^0.15.2",
8484
"glob": "^9.3.5",
8585
"tar": "^6.2.1",
8686
"micromatch": "^4.0.7",
8787
"braces": "^3.0.3",
88-
"ws": "^8.18.0"
88+
"ws": "^8.20.1"
8989
},
9090
"jest": {
9191
"coverageDirectory": "<rootDir>/test-reports/coverage",

yarn.lock

Lines changed: 142 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
js-tokens "^4.0.0"
2020
picocolors "^1.1.1"
2121

22+
"@babel/code-frame@^7.29.7":
23+
version "7.29.7"
24+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
25+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
26+
dependencies:
27+
"@babel/helper-validator-identifier" "^7.29.7"
28+
js-tokens "^4.0.0"
29+
picocolors "^1.1.1"
30+
2231
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.27.2":
2332
version "7.27.2"
2433
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
@@ -65,6 +74,17 @@
6574
"@jridgewell/trace-mapping" "^0.3.25"
6675
jsesc "^3.0.2"
6776

77+
"@babel/generator@^7.29.7":
78+
version "7.29.7"
79+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
80+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
81+
dependencies:
82+
"@babel/parser" "^7.29.7"
83+
"@babel/types" "^7.29.7"
84+
"@jridgewell/gen-mapping" "^0.3.12"
85+
"@jridgewell/trace-mapping" "^0.3.28"
86+
jsesc "^3.0.2"
87+
6888
"@babel/helper-annotate-as-pure@^7.27.1":
6989
version "7.27.1"
7090
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.1.tgz#4345d81a9a46a6486e24d069469f13e60445c05d"
@@ -123,6 +143,11 @@
123143
dependencies:
124144
"@babel/types" "^7.24.7"
125145

146+
"@babel/helper-globals@^7.29.7":
147+
version "7.29.7"
148+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
149+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
150+
126151
"@babel/helper-member-expression-to-functions@^7.27.1":
127152
version "7.27.1"
128153
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
@@ -139,6 +164,14 @@
139164
"@babel/traverse" "^7.27.1"
140165
"@babel/types" "^7.27.1"
141166

167+
"@babel/helper-module-imports@^7.29.7":
168+
version "7.29.7"
169+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
170+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
171+
dependencies:
172+
"@babel/traverse" "^7.29.7"
173+
"@babel/types" "^7.29.7"
174+
142175
"@babel/helper-module-transforms@^7.27.1":
143176
version "7.27.1"
144177
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
@@ -148,6 +181,15 @@
148181
"@babel/helper-validator-identifier" "^7.27.1"
149182
"@babel/traverse" "^7.27.1"
150183

184+
"@babel/helper-module-transforms@^7.29.7":
185+
version "7.29.7"
186+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
187+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
188+
dependencies:
189+
"@babel/helper-module-imports" "^7.29.7"
190+
"@babel/helper-validator-identifier" "^7.29.7"
191+
"@babel/traverse" "^7.29.7"
192+
151193
"@babel/helper-optimise-call-expression@^7.27.1":
152194
version "7.27.1"
153195
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -160,6 +202,11 @@
160202
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.27.1.tgz#ddb2f876534ff8013e6c2b299bf4d39b3c51d44c"
161203
integrity sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==
162204

205+
"@babel/helper-plugin-utils@^7.29.7":
206+
version "7.29.7"
207+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz#c0a0766f1a13617d8a17407d7ab8f9d486225ea4"
208+
integrity sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==
209+
163210
"@babel/helper-remap-async-to-generator@^7.18.9", "@babel/helper-remap-async-to-generator@^7.27.1":
164211
version "7.27.1"
165212
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz#4601d5c7ce2eb2aea58328d43725523fcd362ce6"
@@ -191,11 +238,21 @@
191238
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
192239
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
193240

241+
"@babel/helper-string-parser@^7.29.7":
242+
version "7.29.7"
243+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
244+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
245+
194246
"@babel/helper-validator-identifier@^7.27.1":
195247
version "7.27.1"
196248
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
197249
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
198250

251+
"@babel/helper-validator-identifier@^7.29.7":
252+
version "7.29.7"
253+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
254+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
255+
199256
"@babel/helper-validator-option@^7.27.1":
200257
version "7.27.1"
201258
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -225,6 +282,13 @@
225282
dependencies:
226283
"@babel/types" "^7.27.1"
227284

285+
"@babel/parser@^7.29.7":
286+
version "7.29.7"
287+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
288+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
289+
dependencies:
290+
"@babel/types" "^7.29.7"
291+
228292
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
229293
version "7.27.1"
230294
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
@@ -689,14 +753,14 @@
689753
"@babel/helper-plugin-utils" "^7.27.1"
690754

691755
"@babel/plugin-transform-modules-systemjs@^7.27.1":
692-
version "7.27.1"
693-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.27.1.tgz#00e05b61863070d0f3292a00126c16c0e024c4ed"
694-
integrity sha512-w5N1XzsRbc0PQStASMksmUeqECuzKuTJer7kFagK8AXgpCMkeDMO5S+aaFb7A51ZYDF7XI34qsTX+fkHiIm5yA==
756+
version "7.29.7"
757+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.7.tgz#e575dd2ab9882906de120ff7dc9dee9914d8b6f3"
758+
integrity sha512-TM2ZcQLoG2/y4HODiStCo10DibYhWhGWAwVv+EQKmG/7GFl0N+AAmUiXOMKM+aiJ9XBJ9AHVZBvTzMnJ2sM3cQ==
695759
dependencies:
696-
"@babel/helper-module-transforms" "^7.27.1"
697-
"@babel/helper-plugin-utils" "^7.27.1"
698-
"@babel/helper-validator-identifier" "^7.27.1"
699-
"@babel/traverse" "^7.27.1"
760+
"@babel/helper-module-transforms" "^7.29.7"
761+
"@babel/helper-plugin-utils" "^7.29.7"
762+
"@babel/helper-validator-identifier" "^7.29.7"
763+
"@babel/traverse" "^7.29.7"
700764

701765
"@babel/plugin-transform-modules-umd@^7.27.1":
702766
version "7.27.1"
@@ -1065,10 +1129,10 @@
10651129
dependencies:
10661130
regenerator-runtime "^0.14.0"
10671131

1068-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.17.9", "@babel/runtime@^7.25.0":
1069-
version "7.27.1"
1070-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.1.tgz#9fce313d12c9a77507f264de74626e87fd0dc541"
1071-
integrity sha512-1x3D2xEk2fRo3PAhwQwu5UubzgiVWSXTBfWpVd2Mx2AzRqJuDJCsgaDVZ7HB5iGzDW1Hl1sWN2mFyKjmR9uAog==
1132+
"@babel/runtime@^7.12.5", "@babel/runtime@^7.25.0", "@babel/runtime@^7.27.3":
1133+
version "7.27.3"
1134+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.3.tgz#10491113799fb8d77e1d9273384d5d68deeea8f6"
1135+
integrity sha512-7EYtGezsdiDMyY80+65EzwiGmcJqpmcZCojSXaRgdrBaGtWTgDZKq69cPIVped6MkIM78cTQ2GOiEYjwOlG4xw==
10721136

10731137
"@babel/template@^7.0.0", "@babel/template@^7.27.1", "@babel/template@^7.3.3":
10741138
version "7.27.2"
@@ -1079,6 +1143,15 @@
10791143
"@babel/parser" "^7.27.2"
10801144
"@babel/types" "^7.27.1"
10811145

1146+
"@babel/template@^7.29.7":
1147+
version "7.29.7"
1148+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
1149+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
1150+
dependencies:
1151+
"@babel/code-frame" "^7.29.7"
1152+
"@babel/parser" "^7.29.7"
1153+
"@babel/types" "^7.29.7"
1154+
10821155
"@babel/traverse@^7.20.0", "@babel/traverse@^7.27.1":
10831156
version "7.27.1"
10841157
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
@@ -1092,6 +1165,19 @@
10921165
debug "^4.3.1"
10931166
globals "^11.1.0"
10941167

1168+
"@babel/traverse@^7.29.7":
1169+
version "7.29.7"
1170+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
1171+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
1172+
dependencies:
1173+
"@babel/code-frame" "^7.29.7"
1174+
"@babel/generator" "^7.29.7"
1175+
"@babel/helper-globals" "^7.29.7"
1176+
"@babel/parser" "^7.29.7"
1177+
"@babel/template" "^7.29.7"
1178+
"@babel/types" "^7.29.7"
1179+
debug "^4.3.1"
1180+
10951181
"@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.24.7", "@babel/types@^7.27.1", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
10961182
version "7.27.1"
10971183
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
@@ -1100,6 +1186,14 @@
11001186
"@babel/helper-string-parser" "^7.27.1"
11011187
"@babel/helper-validator-identifier" "^7.27.1"
11021188

1189+
"@babel/types@^7.29.7":
1190+
version "7.29.7"
1191+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
1192+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
1193+
dependencies:
1194+
"@babel/helper-string-parser" "^7.29.7"
1195+
"@babel/helper-validator-identifier" "^7.29.7"
1196+
11031197
"@bcoe/v8-coverage@^0.2.3":
11041198
version "0.2.3"
11051199
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1399,6 +1493,14 @@
13991493
"@types/yargs" "^17.0.8"
14001494
chalk "^4.0.0"
14011495

1496+
"@jridgewell/gen-mapping@^0.3.12":
1497+
version "0.3.13"
1498+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
1499+
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
1500+
dependencies:
1501+
"@jridgewell/sourcemap-codec" "^1.5.0"
1502+
"@jridgewell/trace-mapping" "^0.3.24"
1503+
14021504
"@jridgewell/gen-mapping@^0.3.5":
14031505
version "0.3.8"
14041506
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142"
@@ -1431,6 +1533,11 @@
14311533
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
14321534
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
14331535

1536+
"@jridgewell/sourcemap-codec@^1.5.0":
1537+
version "1.5.5"
1538+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba"
1539+
integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==
1540+
14341541
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
14351542
version "0.3.25"
14361543
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
@@ -1439,6 +1546,14 @@
14391546
"@jridgewell/resolve-uri" "^3.1.0"
14401547
"@jridgewell/sourcemap-codec" "^1.4.14"
14411548

1549+
"@jridgewell/trace-mapping@^0.3.28":
1550+
version "0.3.31"
1551+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz#db15d6781c931f3a251a3dac39501c98a6082fd0"
1552+
integrity sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==
1553+
dependencies:
1554+
"@jridgewell/resolve-uri" "^3.1.0"
1555+
"@jridgewell/sourcemap-codec" "^1.4.14"
1556+
14421557
"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1":
14431558
version "5.1.1-v1"
14441559
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
@@ -3810,9 +3925,9 @@ flat-cache@^3.0.4:
38103925
rimraf "^3.0.2"
38113926

38123927
flatted@^3.2.9:
3813-
version "3.3.3"
3814-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
3815-
integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
3928+
version "3.4.2"
3929+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
3930+
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
38163931

38173932
flow-enums-runtime@^0.0.6:
38183933
version "0.0.6"
@@ -4923,9 +5038,9 @@ joi@^17.2.1:
49235038
"@sideway/pinpoint" "^2.0.0"
49245039

49255040
js-cookie@^3.0.1:
4926-
version "3.0.5"
4927-
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-3.0.5.tgz#0b7e2fd0c01552c58ba86e0841f94dc2557dcdbc"
4928-
integrity sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==
5041+
version "3.0.7"
5042+
resolved "https://registry.yarnpkg.com/js-cookie/-/js-cookie-3.0.7.tgz#0a53abfc459c8e89c85d7a38eb6cb68714965b8c"
5043+
integrity sha512-z/wZZgDrkNV1eA0ULjM/F9/50Ya8fbzgKneSpoPsXSGd0KnpdtHfOZWK+GcwLk+EZbS4F9RBhU+K2RgzuDaItw==
49295044

49305045
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
49315046
version "4.0.0"
@@ -5126,9 +5241,9 @@ lodash.throttle@^4.1.1:
51265241
integrity sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==
51275242

51285243
lodash@^4.17.21:
5129-
version "4.17.21"
5130-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
5131-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
5244+
version "4.18.1"
5245+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
5246+
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
51325247

51335248
log-symbols@^4.0.0, log-symbols@^4.1.0:
51345249
version "4.1.0"
@@ -6011,9 +6126,9 @@ picocolors@^1.1.1:
60116126
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
60126127

60136128
picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
6014-
version "2.3.1"
6015-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
6016-
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
6129+
version "2.3.2"
6130+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.2.tgz#5a942915e26b372dc0f0e6753149a16e6b1c5601"
6131+
integrity sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==
60176132

60186133
pify@^4.0.1:
60196134
version "4.0.1"
@@ -7487,10 +7602,10 @@ write-file-atomic@^4.0.2:
74877602
imurmurhash "^0.1.4"
74887603
signal-exit "^3.0.7"
74897604

7490-
ws@^6.2.2, ws@^7, ws@^7.5.1, ws@^7.5.10, ws@^8.18.0:
7491-
version "8.18.2"
7492-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.2.tgz#42738b2be57ced85f46154320aabb51ab003705a"
7493-
integrity sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==
7605+
ws@^6.2.2, ws@^7, ws@^7.5.1, ws@^7.5.10, ws@^8.20.1:
7606+
version "8.20.1"
7607+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.20.1.tgz#91a9ae2b312ccf98e0a85ec499b48cef45ab0ddb"
7608+
integrity sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==
74947609

74957610
xhr2@0.1.3:
74967611
version "0.1.3"

0 commit comments

Comments
 (0)