Skip to content

Commit f82ff87

Browse files
Update babel monorepo to v7.28.0
1 parent c83ac21 commit f82ff87

File tree

2 files changed

+144
-123
lines changed

2 files changed

+144
-123
lines changed

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"devDependencies": {
4040
"@typescript-eslint/eslint-plugin": "8.18.0",
4141
"@typescript-eslint/parser": "8.18.0",
42-
"@babel/core": "7.26.0",
43-
"@babel/eslint-parser": "7.25.9",
42+
"@babel/core": "7.28.0",
43+
"@babel/eslint-parser": "7.28.0",
4444
"eslint": "8.57.1",
4545
"eslint-plugin-flowtype": "8.0.3",
4646
"eslint-plugin-jsx-control-statements": "3.0.0",

packages/eslint-config/yarn.lock

Lines changed: 142 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -10,148 +10,153 @@
1010
"@jridgewell/gen-mapping" "^0.3.5"
1111
"@jridgewell/trace-mapping" "^0.3.24"
1212

13-
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2":
14-
version "7.26.2"
15-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
16-
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
13+
"@babel/code-frame@^7.27.1":
14+
version "7.27.1"
15+
resolved "https://npm.powerapp.cloud/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
16+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
1717
dependencies:
18-
"@babel/helper-validator-identifier" "^7.25.9"
18+
"@babel/helper-validator-identifier" "^7.27.1"
1919
js-tokens "^4.0.0"
20-
picocolors "^1.0.0"
20+
picocolors "^1.1.1"
2121

22-
"@babel/compat-data@^7.26.5":
23-
version "7.26.5"
24-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
25-
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
22+
"@babel/compat-data@^7.27.2":
23+
version "7.28.0"
24+
resolved "https://npm.powerapp.cloud/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
25+
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
2626

27-
"@babel/core@7.26.0":
28-
version "7.26.0"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
30-
integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
27+
"@babel/core@7.28.0":
28+
version "7.28.0"
29+
resolved "https://npm.powerapp.cloud/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
30+
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
3131
dependencies:
3232
"@ampproject/remapping" "^2.2.0"
33-
"@babel/code-frame" "^7.26.0"
34-
"@babel/generator" "^7.26.0"
35-
"@babel/helper-compilation-targets" "^7.25.9"
36-
"@babel/helper-module-transforms" "^7.26.0"
37-
"@babel/helpers" "^7.26.0"
38-
"@babel/parser" "^7.26.0"
39-
"@babel/template" "^7.25.9"
40-
"@babel/traverse" "^7.25.9"
41-
"@babel/types" "^7.26.0"
33+
"@babel/code-frame" "^7.27.1"
34+
"@babel/generator" "^7.28.0"
35+
"@babel/helper-compilation-targets" "^7.27.2"
36+
"@babel/helper-module-transforms" "^7.27.3"
37+
"@babel/helpers" "^7.27.6"
38+
"@babel/parser" "^7.28.0"
39+
"@babel/template" "^7.27.2"
40+
"@babel/traverse" "^7.28.0"
41+
"@babel/types" "^7.28.0"
4242
convert-source-map "^2.0.0"
4343
debug "^4.1.0"
4444
gensync "^1.0.0-beta.2"
4545
json5 "^2.2.3"
4646
semver "^6.3.1"
4747

48-
"@babel/eslint-parser@7.25.9":
49-
version "7.25.9"
50-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz#603c68a63078796527bc9d0833f5e52dd5f9224c"
51-
integrity sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==
48+
"@babel/eslint-parser@7.28.0":
49+
version "7.28.0"
50+
resolved "https://npm.powerapp.cloud/@babel/eslint-parser/-/eslint-parser-7.28.0.tgz#c1b3fbba070f5bac32e3d02f244201add4afdd6e"
51+
integrity sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==
5252
dependencies:
5353
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
5454
eslint-visitor-keys "^2.1.0"
5555
semver "^6.3.1"
5656

57-
"@babel/generator@^7.26.0", "@babel/generator@^7.26.5":
58-
version "7.26.5"
59-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
60-
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
57+
"@babel/generator@^7.28.0":
58+
version "7.28.0"
59+
resolved "https://npm.powerapp.cloud/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
60+
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
6161
dependencies:
62-
"@babel/parser" "^7.26.5"
63-
"@babel/types" "^7.26.5"
64-
"@jridgewell/gen-mapping" "^0.3.5"
65-
"@jridgewell/trace-mapping" "^0.3.25"
62+
"@babel/parser" "^7.28.0"
63+
"@babel/types" "^7.28.0"
64+
"@jridgewell/gen-mapping" "^0.3.12"
65+
"@jridgewell/trace-mapping" "^0.3.28"
6666
jsesc "^3.0.2"
6767

68-
"@babel/helper-compilation-targets@^7.25.9":
69-
version "7.26.5"
70-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
71-
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
68+
"@babel/helper-compilation-targets@^7.27.2":
69+
version "7.27.2"
70+
resolved "https://npm.powerapp.cloud/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
71+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
7272
dependencies:
73-
"@babel/compat-data" "^7.26.5"
74-
"@babel/helper-validator-option" "^7.25.9"
73+
"@babel/compat-data" "^7.27.2"
74+
"@babel/helper-validator-option" "^7.27.1"
7575
browserslist "^4.24.0"
7676
lru-cache "^5.1.1"
7777
semver "^6.3.1"
7878

79-
"@babel/helper-module-imports@^7.25.9":
80-
version "7.25.9"
81-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
82-
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
83-
dependencies:
84-
"@babel/traverse" "^7.25.9"
85-
"@babel/types" "^7.25.9"
86-
87-
"@babel/helper-module-transforms@^7.26.0":
88-
version "7.26.0"
89-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
90-
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
91-
dependencies:
92-
"@babel/helper-module-imports" "^7.25.9"
93-
"@babel/helper-validator-identifier" "^7.25.9"
94-
"@babel/traverse" "^7.25.9"
95-
96-
"@babel/helper-string-parser@^7.25.9":
97-
version "7.25.9"
98-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
99-
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
100-
101-
"@babel/helper-validator-identifier@^7.25.9":
102-
version "7.25.9"
103-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
104-
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
105-
106-
"@babel/helper-validator-option@^7.25.9":
107-
version "7.25.9"
108-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
109-
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
110-
111-
"@babel/helpers@^7.26.0":
112-
version "7.26.7"
113-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4"
114-
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
115-
dependencies:
116-
"@babel/template" "^7.25.9"
117-
"@babel/types" "^7.26.7"
118-
119-
"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.5", "@babel/parser@^7.26.7":
120-
version "7.26.7"
121-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c"
122-
integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==
123-
dependencies:
124-
"@babel/types" "^7.26.7"
125-
126-
"@babel/template@^7.25.9":
127-
version "7.25.9"
128-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
129-
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
130-
dependencies:
131-
"@babel/code-frame" "^7.25.9"
132-
"@babel/parser" "^7.25.9"
133-
"@babel/types" "^7.25.9"
134-
135-
"@babel/traverse@^7.25.9":
136-
version "7.26.7"
137-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb"
138-
integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==
139-
dependencies:
140-
"@babel/code-frame" "^7.26.2"
141-
"@babel/generator" "^7.26.5"
142-
"@babel/parser" "^7.26.7"
143-
"@babel/template" "^7.25.9"
144-
"@babel/types" "^7.26.7"
79+
"@babel/helper-globals@^7.28.0":
80+
version "7.28.0"
81+
resolved "https://npm.powerapp.cloud/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
82+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
83+
84+
"@babel/helper-module-imports@^7.27.1":
85+
version "7.27.1"
86+
resolved "https://npm.powerapp.cloud/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
87+
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
88+
dependencies:
89+
"@babel/traverse" "^7.27.1"
90+
"@babel/types" "^7.27.1"
91+
92+
"@babel/helper-module-transforms@^7.27.3":
93+
version "7.27.3"
94+
resolved "https://npm.powerapp.cloud/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
95+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
96+
dependencies:
97+
"@babel/helper-module-imports" "^7.27.1"
98+
"@babel/helper-validator-identifier" "^7.27.1"
99+
"@babel/traverse" "^7.27.3"
100+
101+
"@babel/helper-string-parser@^7.27.1":
102+
version "7.27.1"
103+
resolved "https://npm.powerapp.cloud/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
104+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
105+
106+
"@babel/helper-validator-identifier@^7.27.1":
107+
version "7.27.1"
108+
resolved "https://npm.powerapp.cloud/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
109+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
110+
111+
"@babel/helper-validator-option@^7.27.1":
112+
version "7.27.1"
113+
resolved "https://npm.powerapp.cloud/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
114+
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
115+
116+
"@babel/helpers@^7.27.6":
117+
version "7.28.2"
118+
resolved "https://npm.powerapp.cloud/@babel/helpers/-/helpers-7.28.2.tgz#80f0918fecbfebea9af856c419763230040ee850"
119+
integrity sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==
120+
dependencies:
121+
"@babel/template" "^7.27.2"
122+
"@babel/types" "^7.28.2"
123+
124+
"@babel/parser@^7.27.2", "@babel/parser@^7.28.0":
125+
version "7.28.0"
126+
resolved "https://npm.powerapp.cloud/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
127+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
128+
dependencies:
129+
"@babel/types" "^7.28.0"
130+
131+
"@babel/template@^7.27.2":
132+
version "7.27.2"
133+
resolved "https://npm.powerapp.cloud/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
134+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
135+
dependencies:
136+
"@babel/code-frame" "^7.27.1"
137+
"@babel/parser" "^7.27.2"
138+
"@babel/types" "^7.27.1"
139+
140+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
141+
version "7.28.0"
142+
resolved "https://npm.powerapp.cloud/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
143+
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
144+
dependencies:
145+
"@babel/code-frame" "^7.27.1"
146+
"@babel/generator" "^7.28.0"
147+
"@babel/helper-globals" "^7.28.0"
148+
"@babel/parser" "^7.28.0"
149+
"@babel/template" "^7.27.2"
150+
"@babel/types" "^7.28.0"
145151
debug "^4.3.1"
146-
globals "^11.1.0"
147152

148-
"@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.5", "@babel/types@^7.26.7":
149-
version "7.26.7"
150-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
151-
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
153+
"@babel/types@^7.27.1", "@babel/types@^7.28.0", "@babel/types@^7.28.2":
154+
version "7.28.2"
155+
resolved "https://npm.powerapp.cloud/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
156+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
152157
dependencies:
153-
"@babel/helper-string-parser" "^7.25.9"
154-
"@babel/helper-validator-identifier" "^7.25.9"
158+
"@babel/helper-string-parser" "^7.27.1"
159+
"@babel/helper-validator-identifier" "^7.27.1"
155160

156161
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
157162
version "4.4.1"
@@ -223,6 +228,14 @@
223228
"@types/yargs" "^17.0.8"
224229
chalk "^4.0.0"
225230

231+
"@jridgewell/gen-mapping@^0.3.12":
232+
version "0.3.12"
233+
resolved "https://npm.powerapp.cloud/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b"
234+
integrity sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==
235+
dependencies:
236+
"@jridgewell/sourcemap-codec" "^1.5.0"
237+
"@jridgewell/trace-mapping" "^0.3.24"
238+
226239
"@jridgewell/gen-mapping@^0.3.5":
227240
version "0.3.8"
228241
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142"
@@ -247,14 +260,27 @@
247260
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
248261
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
249262

250-
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
263+
"@jridgewell/sourcemap-codec@^1.5.0":
264+
version "1.5.4"
265+
resolved "https://npm.powerapp.cloud/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz#7358043433b2e5da569aa02cbc4c121da3af27d7"
266+
integrity sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==
267+
268+
"@jridgewell/trace-mapping@^0.3.24":
251269
version "0.3.25"
252270
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
253271
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
254272
dependencies:
255273
"@jridgewell/resolve-uri" "^3.1.0"
256274
"@jridgewell/sourcemap-codec" "^1.4.14"
257275

276+
"@jridgewell/trace-mapping@^0.3.28":
277+
version "0.3.29"
278+
resolved "https://npm.powerapp.cloud/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz#a58d31eaadaf92c6695680b2e1d464a9b8fbf7fc"
279+
integrity sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==
280+
dependencies:
281+
"@jridgewell/resolve-uri" "^3.1.0"
282+
"@jridgewell/sourcemap-codec" "^1.4.14"
283+
258284
"@nicolo-ribaudo/[email protected]":
259285
version "5.1.1-v1"
260286
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
@@ -1256,11 +1282,6 @@ glob@^7.1.3:
12561282
once "^1.3.0"
12571283
path-is-absolute "^1.0.0"
12581284

1259-
globals@^11.1.0:
1260-
version "11.12.0"
1261-
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
1262-
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
1263-
12641285
globals@^13.19.0:
12651286
version "13.24.0"
12661287
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
@@ -1880,7 +1901,7 @@ path-parse@^1.0.7:
18801901
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
18811902
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
18821903

1883-
picocolors@^1.0.0, picocolors@^1.1.1:
1904+
picocolors@^1.1.1:
18841905
version "1.1.1"
18851906
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
18861907
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==

0 commit comments

Comments
 (0)