-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #376 from percy/dependabot/npm_and_yarn/babel/trav…
…erse-7.25.9 ⬆️ Bump @babel/traverse from 7.20.5 to 7.25.9
- Loading branch information
Showing
1 changed file
with
123 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,14 @@ | |
dependencies: | ||
"@babel/highlight" "^7.18.6" | ||
|
||
"@babel/code-frame@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.25.9.tgz#895b6c7e04a7271a0cbfd575d2e8131751914cc7" | ||
integrity sha512-z88xeGxnzehn2sqZ8UdGQEvYErF1odv2CftxInpSYJt6uHuPe9YjahKZITGs3l5LeI9d2ROG+obuDAoSlqbNfQ== | ||
dependencies: | ||
"@babel/highlight" "^7.25.9" | ||
picocolors "^1.0.0" | ||
|
||
"@babel/compat-data@^7.20.0": | ||
version "7.20.5" | ||
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.5.tgz" | ||
|
@@ -57,6 +65,16 @@ | |
"@jridgewell/gen-mapping" "^0.3.2" | ||
jsesc "^2.5.1" | ||
|
||
"@babel/generator@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.9.tgz#c7e828ebe0c2baba103b712924699c9e8a6e32f0" | ||
integrity sha512-omlUGkr5EaoIJrhLf9CJ0TvjBRpd9+AXRG//0GEQ9THSo8wPiTlbpy1/Ow8ZTrbXpjd9FHXfbFQx32I04ht0FA== | ||
dependencies: | ||
"@babel/types" "^7.25.9" | ||
"@jridgewell/gen-mapping" "^0.3.5" | ||
"@jridgewell/trace-mapping" "^0.3.25" | ||
jsesc "^3.0.2" | ||
|
||
"@babel/helper-compilation-targets@^7.20.0": | ||
version "7.20.0" | ||
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz" | ||
|
@@ -72,21 +90,6 @@ | |
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz" | ||
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== | ||
|
||
"@babel/helper-function-name@^7.19.0": | ||
version "7.19.0" | ||
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz" | ||
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== | ||
dependencies: | ||
"@babel/template" "^7.18.10" | ||
"@babel/types" "^7.19.0" | ||
|
||
"@babel/helper-hoist-variables@^7.18.6": | ||
version "7.18.6" | ||
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz" | ||
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== | ||
dependencies: | ||
"@babel/types" "^7.18.6" | ||
|
||
"@babel/helper-module-imports@^7.18.6": | ||
version "7.18.6" | ||
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz" | ||
|
@@ -127,11 +130,21 @@ | |
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz" | ||
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== | ||
|
||
"@babel/helper-string-parser@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" | ||
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== | ||
|
||
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": | ||
version "7.19.1" | ||
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz" | ||
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== | ||
|
||
"@babel/helper-validator-identifier@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" | ||
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== | ||
|
||
"@babel/helper-validator-option@^7.18.6": | ||
version "7.18.6" | ||
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz" | ||
|
@@ -155,11 +168,28 @@ | |
chalk "^2.0.0" | ||
js-tokens "^4.0.0" | ||
|
||
"@babel/highlight@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.9.tgz#8141ce68fc73757946f983b343f1231f4691acc6" | ||
integrity sha512-llL88JShoCsth8fF8R4SJnIn+WLvR6ccFxu1H3FlMhDontdcmZWf2HgIZ7AIqV3Xcck1idlohrN4EUBQz6klbw== | ||
dependencies: | ||
"@babel/helper-validator-identifier" "^7.25.9" | ||
chalk "^2.4.2" | ||
js-tokens "^4.0.0" | ||
picocolors "^1.0.0" | ||
|
||
"@babel/parser@^7.18.10", "@babel/parser@^7.20.5": | ||
version "7.20.5" | ||
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.20.5.tgz" | ||
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA== | ||
|
||
"@babel/parser@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.9.tgz#8fcaa079ac7458facfddc5cd705cc8005e4d3817" | ||
integrity sha512-aI3jjAAO1fh7vY/pBGsn1i9LDbRP43+asrRlkPuTXW5yHXtd1NgTEMudbBoDDxrf1daEEfPJqR+JBMakzrR4Dg== | ||
dependencies: | ||
"@babel/types" "^7.25.9" | ||
|
||
"@babel/template@^7.18.10": | ||
version "7.18.10" | ||
resolved "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz" | ||
|
@@ -169,23 +199,29 @@ | |
"@babel/parser" "^7.18.10" | ||
"@babel/types" "^7.18.10" | ||
|
||
"@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5": | ||
version "7.20.5" | ||
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.5.tgz" | ||
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ== | ||
"@babel/template@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016" | ||
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg== | ||
dependencies: | ||
"@babel/code-frame" "^7.18.6" | ||
"@babel/generator" "^7.20.5" | ||
"@babel/helper-environment-visitor" "^7.18.9" | ||
"@babel/helper-function-name" "^7.19.0" | ||
"@babel/helper-hoist-variables" "^7.18.6" | ||
"@babel/helper-split-export-declaration" "^7.18.6" | ||
"@babel/parser" "^7.20.5" | ||
"@babel/types" "^7.20.5" | ||
debug "^4.1.0" | ||
"@babel/code-frame" "^7.25.9" | ||
"@babel/parser" "^7.25.9" | ||
"@babel/types" "^7.25.9" | ||
|
||
"@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84" | ||
integrity sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw== | ||
dependencies: | ||
"@babel/code-frame" "^7.25.9" | ||
"@babel/generator" "^7.25.9" | ||
"@babel/parser" "^7.25.9" | ||
"@babel/template" "^7.25.9" | ||
"@babel/types" "^7.25.9" | ||
debug "^4.3.1" | ||
globals "^11.1.0" | ||
|
||
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5": | ||
"@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.20.2", "@babel/types@^7.20.5": | ||
version "7.20.5" | ||
resolved "https://registry.npmjs.org/@babel/types/-/types-7.20.5.tgz" | ||
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg== | ||
|
@@ -194,6 +230,14 @@ | |
"@babel/helper-validator-identifier" "^7.19.1" | ||
to-fast-properties "^2.0.0" | ||
|
||
"@babel/types@^7.25.9": | ||
version "7.25.9" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.9.tgz#620f35ea1f4233df529ec9a2668d2db26574deee" | ||
integrity sha512-OwS2CM5KocvQ/k7dFJa8i5bNGJP0hXWfVCfDkqRFP1IreH1JDC7wG6eCYCi0+McbfT8OR/kNqsI0UU0xP9H6PQ== | ||
dependencies: | ||
"@babel/helper-string-parser" "^7.25.9" | ||
"@babel/helper-validator-identifier" "^7.25.9" | ||
|
||
"@eslint-community/eslint-utils@^4.2.0": | ||
version "4.4.0" | ||
resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz" | ||
|
@@ -290,21 +334,53 @@ | |
"@jridgewell/sourcemap-codec" "^1.4.10" | ||
"@jridgewell/trace-mapping" "^0.3.9" | ||
|
||
"@jridgewell/gen-mapping@^0.3.5": | ||
version "0.3.5" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" | ||
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== | ||
dependencies: | ||
"@jridgewell/set-array" "^1.2.1" | ||
"@jridgewell/sourcemap-codec" "^1.4.10" | ||
"@jridgewell/trace-mapping" "^0.3.24" | ||
|
||
"@jridgewell/[email protected]": | ||
version "3.1.0" | ||
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz" | ||
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== | ||
|
||
"@jridgewell/resolve-uri@^3.1.0": | ||
version "3.1.2" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" | ||
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== | ||
|
||
"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": | ||
version "1.1.2" | ||
resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz" | ||
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== | ||
|
||
"@jridgewell/set-array@^1.2.1": | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" | ||
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== | ||
|
||
"@jridgewell/[email protected]", "@jridgewell/sourcemap-codec@^1.4.10": | ||
version "1.4.14" | ||
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz" | ||
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== | ||
|
||
"@jridgewell/sourcemap-codec@^1.4.14": | ||
version "1.5.0" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" | ||
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== | ||
|
||
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": | ||
version "0.3.25" | ||
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" | ||
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== | ||
dependencies: | ||
"@jridgewell/resolve-uri" "^3.1.0" | ||
"@jridgewell/sourcemap-codec" "^1.4.14" | ||
|
||
"@jridgewell/trace-mapping@^0.3.9": | ||
version "0.3.17" | ||
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz" | ||
|
@@ -1018,7 +1094,7 @@ caseless@~0.12.0: | |
resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz" | ||
integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw== | ||
|
||
chalk@^2.0.0: | ||
chalk@^2.0.0, chalk@^2.4.2: | ||
version "2.4.2" | ||
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" | ||
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== | ||
|
@@ -1258,6 +1334,13 @@ debug@^3.2.7: | |
dependencies: | ||
ms "^2.1.1" | ||
|
||
debug@^4.3.1: | ||
version "4.3.7" | ||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" | ||
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== | ||
dependencies: | ||
ms "^2.1.3" | ||
|
||
decamelize-keys@^1.1.0: | ||
version "1.1.1" | ||
resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz" | ||
|
@@ -2609,6 +2692,11 @@ jsesc@^2.5.1: | |
resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz" | ||
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== | ||
|
||
jsesc@^3.0.2: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e" | ||
integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== | ||
|
||
[email protected]: | ||
version "3.0.1" | ||
resolved "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" | ||
|
@@ -2974,6 +3062,11 @@ [email protected], ms@^2.1.1: | |
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" | ||
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== | ||
|
||
ms@^2.1.3: | ||
version "2.1.3" | ||
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" | ||
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== | ||
|
||
natural-compare@^1.4.0: | ||
version "1.4.0" | ||
resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" | ||
|