Skip to content

Commit 2e15c95

Browse files
authored
Merge pull request #1105 from owncloud/dependabot/npm_and_yarn/babel/helpers-7.28.4
build(deps): bump @babel/helpers from 7.24.6 to 7.28.4
2 parents 7947479 + a0e525e commit 2e15c95

File tree

1 file changed

+48
-5
lines changed

1 file changed

+48
-5
lines changed

yarn.lock

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
"@babel/highlight" "^7.24.6"
1919
picocolors "^1.0.0"
2020

21+
"@babel/code-frame@^7.27.1":
22+
version "7.27.1"
23+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
24+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
25+
dependencies:
26+
"@babel/helper-validator-identifier" "^7.27.1"
27+
js-tokens "^4.0.0"
28+
picocolors "^1.1.1"
29+
2130
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.6":
2231
version "7.24.6"
2332
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.6.tgz#b3600217688cabb26e25f8e467019e66d71b7ae2"
@@ -230,11 +239,21 @@
230239
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df"
231240
integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==
232241

242+
"@babel/helper-string-parser@^7.27.1":
243+
version "7.27.1"
244+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
245+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
246+
233247
"@babel/helper-validator-identifier@^7.24.6":
234248
version "7.24.6"
235249
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e"
236250
integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==
237251

252+
"@babel/helper-validator-identifier@^7.27.1", "@babel/helper-validator-identifier@^7.28.5":
253+
version "7.28.5"
254+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
255+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
256+
238257
"@babel/helper-validator-option@^7.24.6":
239258
version "7.24.6"
240259
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz#59d8e81c40b7d9109ab7e74457393442177f460a"
@@ -250,12 +269,12 @@
250269
"@babel/types" "^7.24.6"
251270

252271
"@babel/helpers@^7.24.6":
253-
version "7.24.6"
254-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.6.tgz#cd124245299e494bd4e00edda0e4ea3545c2c176"
255-
integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==
272+
version "7.28.4"
273+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
274+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
256275
dependencies:
257-
"@babel/template" "^7.24.6"
258-
"@babel/types" "^7.24.6"
276+
"@babel/template" "^7.27.2"
277+
"@babel/types" "^7.28.4"
259278

260279
"@babel/highlight@^7.24.6":
261280
version "7.24.6"
@@ -272,6 +291,13 @@
272291
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328"
273292
integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==
274293

294+
"@babel/parser@^7.27.2":
295+
version "7.28.5"
296+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
297+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
298+
dependencies:
299+
"@babel/types" "^7.28.5"
300+
275301
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.6":
276302
version "7.24.6"
277303
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.6.tgz#283a74ef365b1e954cda6b2724c678a978215e88"
@@ -940,6 +966,15 @@
940966
"@babel/parser" "^7.24.6"
941967
"@babel/types" "^7.24.6"
942968

969+
"@babel/template@^7.27.2":
970+
version "7.27.2"
971+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
972+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
973+
dependencies:
974+
"@babel/code-frame" "^7.27.1"
975+
"@babel/parser" "^7.27.2"
976+
"@babel/types" "^7.27.1"
977+
943978
"@babel/traverse@^7.24.6":
944979
version "7.24.6"
945980
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc"
@@ -965,6 +1000,14 @@
9651000
"@babel/helper-validator-identifier" "^7.24.6"
9661001
to-fast-properties "^2.0.0"
9671002

1003+
"@babel/types@^7.27.1", "@babel/types@^7.28.4", "@babel/types@^7.28.5":
1004+
version "7.28.5"
1005+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1006+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1007+
dependencies:
1008+
"@babel/helper-string-parser" "^7.27.1"
1009+
"@babel/helper-validator-identifier" "^7.28.5"
1010+
9681011
"@discoveryjs/json-ext@^0.5.0":
9691012
version "0.5.3"
9701013
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz#90420f9f9c6d3987f176a19a7d8e764271a2f55d"

0 commit comments

Comments
 (0)