From 536740bb9f992894e9d7f66fa1b99e63513932b6 Mon Sep 17 00:00:00 2001 From: "salesforce-nucleus[bot]" <62772598+salesforce-nucleus[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:52:21 +0000 Subject: [PATCH] chore: update dependency versions --- packages/client/package.json | 4 +- yarn.lock | 786 +++++++++++++++++++++++++++-------- 2 files changed, 626 insertions(+), 164 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index 935a606..5b5469d 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -3,10 +3,10 @@ "description": "Sample LWC application to demonstrate the 'o11y' instrumentation platform", "version": "250.2.0", "dependencies": { - "@lwc/synthetic-shadow": "2.12.1", + "@lwc/synthetic-shadow": "8.2.0", "@salesforce-ux/design-system": "2.21.0", "lightning-base-components": "1.18.1-alpha", - "lwc": "2.45.2", + "lwc": "8.2.0", "o11y": "250.12.0", "o11y_schema": "250.139.0" }, diff --git a/yarn.lock b/yarn.lock index 41dcb23..fac6632 100644 --- a/yarn.lock +++ b/yarn.lock @@ -24,11 +24,45 @@ dependencies: "@babel/highlight" "^7.18.6" -"@babel/compat-data@^7.16.4", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.21.5": +"@babel/code-frame@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/code-frame/-/code-frame-7.25.7.tgz#438f2c524071531d643c6f0188e1e28f130cebc7" + integrity sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g== + dependencies: + "@babel/highlight" "^7.25.7" + picocolors "^1.0.0" + +"@babel/compat-data@^7.16.4", "@babel/compat-data@^7.21.5": version "7.21.7" resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc" integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA== +"@babel/compat-data@^7.25.7": + version "7.25.8" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/compat-data/-/compat-data-7.25.8.tgz#0376e83df5ab0eb0da18885c0140041f0747a402" + integrity sha512-ZsysZyXY4Tlx+Q53XdnOFmqwfB9QDTHYxaZYajWRoBLuLEAwI2UIbtxOjWh/cFaa9IKUlcB+DDuoskLuKu56JA== + +"@babel/core@7.25.8": + version "7.25.8" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/core/-/core-7.25.8.tgz#a57137d2a51bbcffcfaeba43cb4dd33ae3e0e1c6" + integrity sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg== + dependencies: + "@ampproject/remapping" "^2.2.0" + "@babel/code-frame" "^7.25.7" + "@babel/generator" "^7.25.7" + "@babel/helper-compilation-targets" "^7.25.7" + "@babel/helper-module-transforms" "^7.25.7" + "@babel/helpers" "^7.25.7" + "@babel/parser" "^7.25.8" + "@babel/template" "^7.25.7" + "@babel/traverse" "^7.25.7" + "@babel/types" "^7.25.8" + convert-source-map "^2.0.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.2.3" + semver "^6.3.1" + "@babel/core@~7.16.0": version "7.16.12" resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.12.tgz#5edc53c1b71e54881315923ae2aedea2522bb784" @@ -50,26 +84,15 @@ semver "^6.3.0" source-map "^0.5.0" -"@babel/core@~7.21.4": - version "7.21.8" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.8.tgz#2a8c7f0f53d60100ba4c32470ba0281c92aa9aa4" - integrity sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ== +"@babel/generator@7.22.10": + version "7.22.10" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/generator/-/generator-7.22.10.tgz#c92254361f398e160645ac58831069707382b722" + integrity sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A== dependencies: - "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.21.4" - "@babel/generator" "^7.21.5" - "@babel/helper-compilation-targets" "^7.21.5" - "@babel/helper-module-transforms" "^7.21.5" - "@babel/helpers" "^7.21.5" - "@babel/parser" "^7.21.8" - "@babel/template" "^7.20.7" - "@babel/traverse" "^7.21.5" - "@babel/types" "^7.21.5" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.2.2" - semver "^6.3.0" + "@babel/types" "^7.22.10" + "@jridgewell/gen-mapping" "^0.3.2" + "@jridgewell/trace-mapping" "^0.3.17" + jsesc "^2.5.1" "@babel/generator@^7.16.8", "@babel/generator@^7.21.5": version "7.21.5" @@ -81,6 +104,16 @@ "@jridgewell/trace-mapping" "^0.3.17" jsesc "^2.5.1" +"@babel/generator@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56" + integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA== + dependencies: + "@babel/types" "^7.25.7" + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" + jsesc "^3.0.2" + "@babel/helper-annotate-as-pure@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" @@ -88,7 +121,14 @@ dependencies: "@babel/types" "^7.18.6" -"@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.21.5": +"@babel/helper-annotate-as-pure@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz#63f02dbfa1f7cb75a9bdb832f300582f30bb8972" + integrity sha512-4xwU8StnqnlIhhioZf1tqnVWeQ9pvH/ujS8hRfw/WOza+/a+1qv69BWNy+oY231maTCWgKWhfBU7kDpsds6zAA== + dependencies: + "@babel/types" "^7.25.7" + +"@babel/helper-compilation-targets@^7.16.7": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366" integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w== @@ -99,7 +139,18 @@ lru-cache "^5.1.1" semver "^6.3.0" -"@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0": +"@babel/helper-compilation-targets@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz#11260ac3322dda0ef53edfae6e97b961449f5fa4" + integrity sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A== + dependencies: + "@babel/compat-data" "^7.25.7" + "@babel/helper-validator-option" "^7.25.7" + browserslist "^4.24.0" + lru-cache "^5.1.1" + semver "^6.3.1" + +"@babel/helper-create-class-features-plugin@^7.16.7", "@babel/helper-create-class-features-plugin@^7.21.0": version "7.21.8" resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.8.tgz#205b26330258625ef8869672ebca1e0dee5a0f02" integrity sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw== @@ -114,6 +165,19 @@ "@babel/helper-split-export-declaration" "^7.18.6" semver "^6.3.0" +"@babel/helper-create-class-features-plugin@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.7.tgz#5d65074c76cae75607421c00d6bd517fe1892d6b" + integrity sha512-bD4WQhbkx80mAyj/WCm4ZHcF4rDxkoLFO6ph8/5/mQ3z4vAzltQXAmbc7GvVJx5H+lk5Mi5EmbTeox5nMGCsbw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.25.7" + "@babel/helper-member-expression-to-functions" "^7.25.7" + "@babel/helper-optimise-call-expression" "^7.25.7" + "@babel/helper-replace-supers" "^7.25.7" + "@babel/helper-skip-transparent-expression-wrappers" "^7.25.7" + "@babel/traverse" "^7.25.7" + semver "^6.3.1" + "@babel/helper-environment-visitor@^7.21.5": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba" @@ -141,7 +205,23 @@ dependencies: "@babel/types" "^7.21.5" -"@babel/helper-module-imports@^7.21.4", "@babel/helper-module-imports@~7.21.4": +"@babel/helper-member-expression-to-functions@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.7.tgz#541a33b071f0355a63a0fa4bdf9ac360116b8574" + integrity sha512-O31Ssjd5K6lPbTX9AAYpSKrZmLeagt9uwschJd+Ixo6QiRyfpvgtVQp8qrDR9UNFjZ8+DO34ZkdrN+BnPXemeA== + dependencies: + "@babel/traverse" "^7.25.7" + "@babel/types" "^7.25.7" + +"@babel/helper-module-imports@7.25.7", "@babel/helper-module-imports@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472" + integrity sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw== + dependencies: + "@babel/traverse" "^7.25.7" + "@babel/types" "^7.25.7" + +"@babel/helper-module-imports@^7.21.4": version "7.21.4" resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af" integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== @@ -155,7 +235,7 @@ dependencies: "@babel/types" "^7.16.7" -"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.21.5": +"@babel/helper-module-transforms@^7.16.7": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420" integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw== @@ -169,6 +249,16 @@ "@babel/traverse" "^7.21.5" "@babel/types" "^7.21.5" +"@babel/helper-module-transforms@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a" + integrity sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ== + dependencies: + "@babel/helper-module-imports" "^7.25.7" + "@babel/helper-simple-access" "^7.25.7" + "@babel/helper-validator-identifier" "^7.25.7" + "@babel/traverse" "^7.25.7" + "@babel/helper-optimise-call-expression@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" @@ -176,11 +266,32 @@ dependencies: "@babel/types" "^7.18.6" -"@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.18.6", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0": +"@babel/helper-optimise-call-expression@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.7.tgz#1de1b99688e987af723eed44fa7fc0ee7b97d77a" + integrity sha512-VAwcwuYhv/AT+Vfr28c9y6SHzTan1ryqrydSTFGjU0uDJHw3uZ+PduI8plCLkRsDnqK2DMEDmwrOQRsK/Ykjng== + dependencies: + "@babel/types" "^7.25.7" + +"@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.20.2", "@babel/helper-plugin-utils@^7.8.0": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz#345f2377d05a720a4e5ecfa39cbf4474a4daed56" integrity sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg== +"@babel/helper-plugin-utils@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz#8ec5b21812d992e1ef88a9b068260537b6f0e36c" + integrity sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw== + +"@babel/helper-remap-async-to-generator@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.7.tgz#9efdc39df5f489bcd15533c912b6c723a0a65021" + integrity sha512-kRGE89hLnPfcz6fTrlNU+uhgcwv0mBE4Gv3P9Ke9kLVJYpi4AMVVEElXvB5CabrPZW4nCM8P8UyyjrzCM0O2sw== + dependencies: + "@babel/helper-annotate-as-pure" "^7.25.7" + "@babel/helper-wrap-function" "^7.25.7" + "@babel/traverse" "^7.25.7" + "@babel/helper-replace-supers@^7.21.5": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.21.5.tgz#a6ad005ba1c7d9bc2973dfde05a1bba7065dde3c" @@ -193,6 +304,15 @@ "@babel/traverse" "^7.21.5" "@babel/types" "^7.21.5" +"@babel/helper-replace-supers@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-replace-supers/-/helper-replace-supers-7.25.7.tgz#38cfda3b6e990879c71d08d0fef9236b62bd75f5" + integrity sha512-iy8JhqlUW9PtZkd4pHM96v6BdJ66Ba9yWSE4z0W4TvSZwLBPkyDsiIU3ENe4SmrzRBs76F7rQXTy1lYC49n6Lw== + dependencies: + "@babel/helper-member-expression-to-functions" "^7.25.7" + "@babel/helper-optimise-call-expression" "^7.25.7" + "@babel/traverse" "^7.25.7" + "@babel/helper-simple-access@^7.21.5": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee" @@ -200,6 +320,14 @@ dependencies: "@babel/types" "^7.21.5" +"@babel/helper-simple-access@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0" + integrity sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ== + dependencies: + "@babel/traverse" "^7.25.7" + "@babel/types" "^7.25.7" + "@babel/helper-skip-transparent-expression-wrappers@^7.14.5", "@babel/helper-skip-transparent-expression-wrappers@^7.20.0": version "7.20.0" resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684" @@ -207,6 +335,14 @@ dependencies: "@babel/types" "^7.20.0" +"@babel/helper-skip-transparent-expression-wrappers@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.7.tgz#382831c91038b1a6d32643f5f49505b8442cb87c" + integrity sha512-pPbNbchZBkPMD50K0p3JGcFMNLVUCuU/ABybm/PGNj4JiHrpmNyqqCphBk4i19xXtNV0JhldQJJtbSW5aUvbyA== + dependencies: + "@babel/traverse" "^7.25.7" + "@babel/types" "^7.25.7" + "@babel/helper-split-export-declaration@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" @@ -219,17 +355,41 @@ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd" integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w== +"@babel/helper-string-parser@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54" + integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g== + "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": version "7.19.1" resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== +"@babel/helper-validator-identifier@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5" + integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg== + "@babel/helper-validator-option@^7.12.17", "@babel/helper-validator-option@^7.21.0": version "7.21.0" resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ== -"@babel/helpers@^7.16.7", "@babel/helpers@^7.21.5": +"@babel/helper-validator-option@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729" + integrity sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ== + +"@babel/helper-wrap-function@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helper-wrap-function/-/helper-wrap-function-7.25.7.tgz#9f6021dd1c4fdf4ad515c809967fc4bac9a70fe7" + integrity sha512-MA0roW3JF2bD1ptAaJnvcabsVlNQShUaThyJbCDD4bCp8NEgiFvpoqRI2YS22hHlc2thjO/fTg2ShLMC3jygAg== + dependencies: + "@babel/template" "^7.25.7" + "@babel/traverse" "^7.25.7" + "@babel/types" "^7.25.7" + +"@babel/helpers@^7.16.7": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08" integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA== @@ -238,6 +398,14 @@ "@babel/traverse" "^7.21.5" "@babel/types" "^7.21.5" +"@babel/helpers@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2" + integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA== + dependencies: + "@babel/template" "^7.25.7" + "@babel/types" "^7.25.7" + "@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" @@ -247,11 +415,28 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@^7.16.12", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8": +"@babel/highlight@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5" + integrity sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw== + dependencies: + "@babel/helper-validator-identifier" "^7.25.7" + chalk "^2.4.2" + js-tokens "^4.0.0" + picocolors "^1.0.0" + +"@babel/parser@^7.16.12", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5": version "7.21.8" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8" integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA== +"@babel/parser@^7.25.7", "@babel/parser@^7.25.8": + version "7.25.8" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/parser/-/parser-7.25.8.tgz#f6aaf38e80c36129460c1657c0762db584c9d5e2" + integrity sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ== + dependencies: + "@babel/types" "^7.25.8" + "@babel/plugin-proposal-class-properties@~7.16.0": version "7.16.7" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz#925cad7b3b1a2fcea7e59ecc8eb5954f961f91b0" @@ -260,14 +445,6 @@ "@babel/helper-create-class-features-plugin" "^7.16.7" "@babel/helper-plugin-utils" "^7.16.7" -"@babel/plugin-proposal-class-properties@~7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3" - integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-proposal-nullish-coalescing-operator@~7.14.2": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz#ee38589ce00e2cc59b299ec3ea406fcd3a0fdaf6" @@ -287,17 +464,6 @@ "@babel/plugin-syntax-object-rest-spread" "^7.8.3" "@babel/plugin-transform-parameters" "^7.16.7" -"@babel/plugin-proposal-object-rest-spread@~7.20.2": - version "7.20.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a" - integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg== - dependencies: - "@babel/compat-data" "^7.20.5" - "@babel/helper-compilation-targets" "^7.20.7" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.20.7" - "@babel/plugin-proposal-optional-chaining@~7.14.2": version "7.14.5" resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz#fa83651e60a360e3f13797eef00b8d519695b603" @@ -349,13 +515,55 @@ dependencies: "@babel/helper-plugin-utils" "^7.20.2" -"@babel/plugin-transform-parameters@^7.16.7", "@babel/plugin-transform-parameters@^7.20.7": +"@babel/plugin-transform-async-generator-functions@7.25.8": + version "7.25.8" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.8.tgz#3331de02f52cc1f2c75b396bec52188c85b0b1ec" + integrity sha512-9ypqkozyzpG+HxlH4o4gdctalFGIjjdufzo7I2XPda0iBnZ6a+FO0rIEQcdSPXp02CkvGsII1exJhmROPQd5oA== + dependencies: + "@babel/helper-plugin-utils" "^7.25.7" + "@babel/helper-remap-async-to-generator" "^7.25.7" + "@babel/traverse" "^7.25.7" + +"@babel/plugin-transform-async-to-generator@7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.7.tgz#a44c7323f8d4285a6c568dd43c5c361d6367ec52" + integrity sha512-ZUCjAavsh5CESCmi/xCpX1qcCaAglzs/7tmuvoFnJgA1dM7gQplsguljoTg+Ru8WENpX89cQyAtWoaE0I3X3Pg== + dependencies: + "@babel/helper-module-imports" "^7.25.7" + "@babel/helper-plugin-utils" "^7.25.7" + "@babel/helper-remap-async-to-generator" "^7.25.7" + +"@babel/plugin-transform-class-properties@7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.7.tgz#a389cfca7a10ac80e3ff4c75fca08bd097ad1523" + integrity sha512-mhyfEW4gufjIqYFo9krXHJ3ElbFLIze5IDp+wQTxoPd+mwFb1NxatNAwmv8Q8Iuxv7Zc+q8EkiMQwc9IhyGf4g== + dependencies: + "@babel/helper-create-class-features-plugin" "^7.25.7" + "@babel/helper-plugin-utils" "^7.25.7" + +"@babel/plugin-transform-object-rest-spread@7.25.8": + version "7.25.8" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.8.tgz#0904ac16bcce41df4db12d915d6780f85c7fb04b" + integrity sha512-LkUu0O2hnUKHKE7/zYOIjByMa4VRaV2CD/cdGz0AxU9we+VA3kDDggKEzI0Oz1IroG+6gUP6UmWEHBMWZU316g== + dependencies: + "@babel/helper-compilation-targets" "^7.25.7" + "@babel/helper-plugin-utils" "^7.25.7" + "@babel/plugin-transform-parameters" "^7.25.7" + +"@babel/plugin-transform-parameters@^7.16.7": version "7.21.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz#18fc4e797cf6d6d972cb8c411dbe8a809fa157db" integrity sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ== dependencies: "@babel/helper-plugin-utils" "^7.20.2" +"@babel/plugin-transform-parameters@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.7.tgz#80c38b03ef580f6d6bffe1c5254bb35986859ac7" + integrity sha512-FYiTvku63me9+1Nz7TOx4YMtW3tWXzfANZtrzHhUZrz4d47EEtMQhzFoZWESfXuAMMT5mwzD4+y1N8ONAX6lMQ== + dependencies: + "@babel/helper-plugin-utils" "^7.25.7" + "@babel/plugin-transform-typescript@^7.13.0": version "7.21.3" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.21.3.tgz#316c5be579856ea890a57ebc5116c5d064658f2b" @@ -384,6 +592,15 @@ "@babel/parser" "^7.20.7" "@babel/types" "^7.20.7" +"@babel/template@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769" + integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA== + dependencies: + "@babel/code-frame" "^7.25.7" + "@babel/parser" "^7.25.7" + "@babel/types" "^7.25.7" + "@babel/traverse@^7.16.10", "@babel/traverse@^7.21.5": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" @@ -400,6 +617,19 @@ debug "^4.1.0" globals "^11.1.0" +"@babel/traverse@^7.25.7": + version "7.25.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8" + integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg== + dependencies: + "@babel/code-frame" "^7.25.7" + "@babel/generator" "^7.25.7" + "@babel/parser" "^7.25.7" + "@babel/template" "^7.25.7" + "@babel/types" "^7.25.7" + debug "^4.3.1" + globals "^11.1.0" + "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.18.6", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5": version "7.21.5" resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6" @@ -409,6 +639,15 @@ "@babel/helper-validator-identifier" "^7.19.1" to-fast-properties "^2.0.0" +"@babel/types@^7.22.10", "@babel/types@^7.25.7", "@babel/types@^7.25.8": + version "7.25.8" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1" + integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg== + dependencies: + "@babel/helper-string-parser" "^7.25.7" + "@babel/helper-validator-identifier" "^7.25.7" + to-fast-properties "^2.0.0" + "@esbuild/linux-loong64@0.14.54": version "0.14.54" resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.14.54.tgz#de2a4be678bd4d0d1ffbb86e6de779cde5999028" @@ -474,16 +713,35 @@ "@jridgewell/sourcemap-codec" "^1.4.10" "@jridgewell/trace-mapping" "^0.3.9" +"@jridgewell/gen-mapping@^0.3.5": + version "0.3.5" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@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/resolve-uri@3.1.0": version "3.1.0" resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== +"@jridgewell/resolve-uri@^3.1.0": + version "3.1.2" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== + "@jridgewell/set-array@^1.0.1": version "1.1.2" resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== +"@jridgewell/set-array@^1.2.1": + version "1.2.1" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== + "@jridgewell/source-map@^0.3.2": version "0.3.3" resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.3.tgz#8108265659d4c33e72ffe14e33d6cc5eb59f2fda" @@ -502,6 +760,11 @@ resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== +"@jridgewell/sourcemap-codec@^1.4.14": + version "1.5.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== + "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9": version "0.3.18" resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz#25783b2086daf6ff1dcb53c9249ae480e4dd4cd6" @@ -510,6 +773,14 @@ "@jridgewell/resolve-uri" "3.1.0" "@jridgewell/sourcemap-codec" "1.4.14" +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": + version "0.3.25" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@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" + "@lerna/add@4.0.0": version "4.0.0" resolved "https://registry.yarnpkg.com/@lerna/add/-/add-4.0.0.tgz#c36f57d132502a57b9e7058d1548b7a565ef183f" @@ -1181,15 +1452,18 @@ npmlog "^4.1.2" write-file-atomic "^3.0.3" -"@lwc/babel-plugin-component@2.45.2": - version "2.45.2" - resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-2.45.2.tgz#7d1574d2630556ce63ef724ec37a6405fab352a7" - integrity sha512-AqD2dEck4GApBwHg8Iygx7Wq30vNqb50Np0gSw3Dm38SvmP+o0YtCBuAgyfXbkR9H7FU9S4iWUOIRiBB2BP0Hg== +"@locker/babel-plugin-transform-unforgeables@0.22.0": + version "0.22.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@locker/babel-plugin-transform-unforgeables/-/babel-plugin-transform-unforgeables-0.22.0.tgz#27de0be3c71eb994447c68e73a4607f229438948" + integrity sha512-CH4vMYMY/VJlYzb6l+Xy1nHdXogrNxHNXf1cCPSJB1kBXJgkuw7E0X/IEyfCTuFh06ciI31s4qqyEeXqxPWBTg== dependencies: - "@babel/helper-module-imports" "~7.21.4" - "@lwc/errors" "2.45.2" - "@lwc/shared" "2.45.2" - line-column "~1.0.2" + "@babel/generator" "7.22.10" + match-json "1.3.7" + +"@lwc/aria-reflection@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/aria-reflection/-/aria-reflection-8.2.0.tgz#024a47518ffea4ef62c0a84db9974221baa5bc65" + integrity sha512-LeLVSttGm3QVvRVW3tzRyrCC8n7LaMpB56GuljiYhoEjk/fkgSX+hiVdDqtFYgBAFWibjPfJ0rbxVnva8kPo+A== "@lwc/babel-plugin-component@2.5.13", "@lwc/babel-plugin-component@~2.5.2": version "2.5.13" @@ -1200,19 +1474,35 @@ "@lwc/errors" "2.5.13" line-column "~1.0.2" -"@lwc/compiler@2.45.2": - version "2.45.2" - resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-2.45.2.tgz#b0c9994013c3a5786dc1f46d02409a9d72d6db42" - integrity sha512-uRfB7XCmGYNEsZachdOy6+KSkrCBpHTnYdqn9xX6CjpI3EEJyKXPMQaCpPSTEKDvWMuPq8ocS2LzK9LBTrMZAA== +"@lwc/babel-plugin-component@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/babel-plugin-component/-/babel-plugin-component-8.2.0.tgz#dc88cd72cbee3c2e82ef4a0d402d421589e51121" + integrity sha512-zcDxxT5w/0ZZ0u8HWKedf0JUgHQ+iO7T5r1FhuYysV9ZFGIo0q/aaG2E28XdVXZb8gE23GH2QHiqHL7Vu6zKgA== dependencies: - "@babel/core" "~7.21.4" - "@babel/plugin-proposal-class-properties" "~7.18.6" - "@babel/plugin-proposal-object-rest-spread" "~7.20.2" - "@lwc/babel-plugin-component" "2.45.2" - "@lwc/errors" "2.45.2" - "@lwc/shared" "2.45.2" - "@lwc/style-compiler" "2.45.2" - "@lwc/template-compiler" "2.45.2" + "@babel/helper-module-imports" "7.25.7" + "@babel/traverse" "^7.25.7" + "@babel/types" "^7.25.8" + "@lwc/errors" "8.2.0" + "@lwc/shared" "8.2.0" + line-column "~1.0.2" + +"@lwc/compiler@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/compiler/-/compiler-8.2.0.tgz#364efc65e93deb46d4d04fa8569c7eb2b416cd3a" + integrity sha512-1H0tu7D3iW+8yJNn4x7dY500jVlBQM5ECHHVJJnne5aJdkqCiG1IijzocSdYtdvIJjWYDdoeTFcHXoE8BRiLzQ== + dependencies: + "@babel/core" "7.25.8" + "@babel/plugin-transform-async-generator-functions" "7.25.8" + "@babel/plugin-transform-async-to-generator" "7.25.7" + "@babel/plugin-transform-class-properties" "7.25.7" + "@babel/plugin-transform-object-rest-spread" "7.25.8" + "@locker/babel-plugin-transform-unforgeables" "0.22.0" + "@lwc/babel-plugin-component" "8.2.0" + "@lwc/errors" "8.2.0" + "@lwc/shared" "8.2.0" + "@lwc/ssr-compiler" "8.2.0" + "@lwc/style-compiler" "8.2.0" + "@lwc/template-compiler" "8.2.0" "@lwc/compiler@~2.5.2": version "2.5.13" @@ -1228,39 +1518,53 @@ "@lwc/style-compiler" "2.5.13" "@lwc/template-compiler" "2.5.13" -"@lwc/engine-dom@2.45.2": - version "2.45.2" - resolved "https://registry.yarnpkg.com/@lwc/engine-dom/-/engine-dom-2.45.2.tgz#c1559e26300a6ca96ca1bcf2c138523f7c138cd1" - integrity sha512-0/fHIH9fN9xngCNZMRN1zgV1reyAgcQu28OvGKk5Wua5QKzdwhHTTIdMkDKWwEiElkG/MNmeZOMy2MpenkFaxg== +"@lwc/engine-core@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/engine-core/-/engine-core-8.2.0.tgz#5820dd2fbbfa19623471c0c60d1934cd70c00140" + integrity sha512-sMIX9Q5/9hYcaippMTQWJ+nsqMjwPfOrAmwlCzOSx4KJBbgkzGvffrKCIS7TyhP+JUpnJIQxrCE+WaZMniDy6g== + dependencies: + "@lwc/features" "8.2.0" + "@lwc/shared" "8.2.0" + "@lwc/signals" "8.2.0" + +"@lwc/engine-dom@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/engine-dom/-/engine-dom-8.2.0.tgz#fe02e341cbc94bf8e19d4d292ddd6bce43ba1b01" + integrity sha512-X2nTgLjtDm16WEE6wvv1URM1XiEtH/noy9LzADJgI21tL/GJBGQhF98OZ8CoCGopK4cdzBj+npmPok56SYnViA== "@lwc/engine-dom@~2.5.2": version "2.5.13" resolved "https://registry.yarnpkg.com/@lwc/engine-dom/-/engine-dom-2.5.13.tgz#f1d96d471c73b63b914a9aa0d4ed514c2cc54d32" integrity sha512-c0opihLKmNCngxTCIAylj0r0HzQhP1nv5SMNsWa+LZ2dQIw9iaomNlfKV3tY1iIrm/MtKCI4hzS396ih1/ixhg== -"@lwc/engine-server@2.45.2": - version "2.45.2" - resolved "https://registry.yarnpkg.com/@lwc/engine-server/-/engine-server-2.45.2.tgz#417bfa0e838f3769fcb1b21024503c79baed820a" - integrity sha512-cn012QuiAebfJPdr6vANC0Z9eDYo2k5qZzaksI3/vyoOQWOxKGuqjDV/8+4zVLlOo4jXntEvCmUmVVP7JaXihA== - dependencies: - parse5 "^6.0.1" - -"@lwc/errors@2.45.2": - version "2.45.2" - resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-2.45.2.tgz#2df3d76cc6a6cefc7b873388ac8df8f681c2442b" - integrity sha512-RVSeaVyCmL6rfyYTafjgpEZvEqoP0hGpr9vNi9sjB8XSiFagiy31GnliTsMbE+0B+KZu9apIDWGH75CBLGJ72g== +"@lwc/engine-server@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/engine-server/-/engine-server-8.2.0.tgz#b729229e87ed114f8ebc6e75d4890c019d4755d7" + integrity sha512-7lz9xsZO5+fTqEfVwaBvJTBCg4S70Bd7wb2dM5xEK5mhRDNfGoEfRZA1t/WztI7ZTHBjNdh0Nb67u0YtTd39WQ== "@lwc/errors@2.5.13": version "2.5.13" resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-2.5.13.tgz#61324df53f20e47078128eee7297047071260428" integrity sha512-3jC48w+yXpHofN8b7pIkoMQG9rrX4z3UuEb1GPHQLIvRr/gSu8yCRXR7MAl8FiAoyfe4yKbAyrSGbbqgjJzG3A== -"@lwc/features@2.45.2": - version "2.45.2" - resolved "https://registry.yarnpkg.com/@lwc/features/-/features-2.45.2.tgz#ffbf8e4a4f22ed693c992b8fdd9aa7187879e92b" - integrity sha512-KzH8y8bmLh9edLvAU5ganL2vPRHqoHfSxGvtxxGqoU5z+f5yZdW6EGZ0uRw2n9L52S6NAS+wCMd784UpK5tveg== +"@lwc/errors@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/errors/-/errors-8.2.0.tgz#402ab20221142c8937d8f8ec9c02972a4232a1a8" + integrity sha512-j9cU+04lm96fV75rn8HVpc7KNvXoD1SRWyueyshrU2ka193ap+7RYp5K9AagImRR1U8ldFNYxo/kYiavCLjwHQ== + +"@lwc/features@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/features/-/features-8.2.0.tgz#9fc70efb0c02800ee0d9deb9ad802367fe69da3d" + integrity sha512-WzBWZ0za5A7dmzfS4fV2DysbNefkyWMd+AxJJQTx3mCyJxcNfi+dDmQZCokXqhfhlAc7b8wP4e7FSghqGSJNYg== dependencies: - "@lwc/shared" "2.45.2" + "@lwc/shared" "8.2.0" + +"@lwc/module-resolver@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/module-resolver/-/module-resolver-8.2.0.tgz#90aaa90a589cadc8310f4d940ad69ef63f6a7262" + integrity sha512-lbcQ0ub6foERvX/9LJaFflHgcvJTO0oR9yPp6Z9Kr4HeLk94puNOXUkskStYv9OEIil/CB1X3vhgb10p+Dr/LA== + dependencies: + resolve "~1.22.8" "@lwc/module-resolver@~2.5.2": version "2.5.13" @@ -1269,26 +1573,50 @@ dependencies: resolve "~1.20.0" -"@lwc/shared@2.45.2": - version "2.45.2" - resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-2.45.2.tgz#2ca822ea9ec5932d1a9ce74f44cdfbc2e51a2a5d" - integrity sha512-l/9I6u0QUkXaTcB+54NA4IIjjtZpcYgAMIiCujnNbfjdr4rR2m6NKyp7KmDm1KIbgQJDQlmhq/JG1dHe+3Of8A== +"@lwc/rollup-plugin@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/rollup-plugin/-/rollup-plugin-8.2.0.tgz#08a79209f37ca154d226215b1bc6f8aa0c1e9b0d" + integrity sha512-jM50+MmhHjaZsn9X6WVAyWJbgap1yLKs546+XU+mwhykWfGhZY6s2THzsO71ET8dAItx5RveGhJRD6ciWpC4ew== + dependencies: + "@lwc/compiler" "8.2.0" + "@lwc/module-resolver" "8.2.0" + "@lwc/shared" "8.2.0" + "@rollup/pluginutils" "~5.1.2" "@lwc/shared@2.5.13": version "2.5.13" resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-2.5.13.tgz#a2caa62efa49630b84f5d3ee4c3891ec4c0f38b2" integrity sha512-V8V4cVkoouCQtkBjN/IOe/mrBMoHbLFTDMrKNEd87+zZENMgSfvjUVIBXcBhorbjgOwEt8Su+A7CQaovFoGyDA== -"@lwc/style-compiler@2.45.2": - version "2.45.2" - resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-2.45.2.tgz#bc77af63ac135256faace6bc6e222a923d6ef8a1" - integrity sha512-WuyQn98kxFbWQHvqI23449zXHdJ8GD//V97jrGWqUytTs6RAaxvCL1ReeJVIzAtZ5Qk/src3d58upczh0q0oWQ== +"@lwc/shared@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/shared/-/shared-8.2.0.tgz#0f8e5474c4a7ceb394c71ed796b75febcf8d1aca" + integrity sha512-ffUmO1uS8MdW3E8wknosC2AxKrF8AM6WLd1dcFujzWNVsrAJ5J85WDgngP3rTh1RFM26jZyqa5o0QdZEIDSLHA== + +"@lwc/signals@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/signals/-/signals-8.2.0.tgz#073ec97229c234ffe5bbefa150095bba846df93f" + integrity sha512-vvuivM148B0sUSEcl7BRQTWh1sWklWk1QKynihTX7xlOiDVD/Z7r5inPmy7Osz7fFAFzEk15NUwAx+HcJK9QeQ== + +"@lwc/ssr-compiler@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/ssr-compiler/-/ssr-compiler-8.2.0.tgz#a68d2d7a47ccd94dce6954c518c242701c983672" + integrity sha512-6GGGMUyBS4kQHFKSMM9o+kcd4ZPnR+H87arAkm7FuJHMyVO0GS2Aws494pz2p6MnHV6929c1id+dAl1666TP1Q== dependencies: - "@lwc/shared" "2.45.2" - postcss "~8.4.20" - postcss-selector-parser "~6.0.11" - postcss-value-parser "~4.2.0" - string.prototype.matchall "^4.0.8" + "@lwc/shared" "8.2.0" + "@lwc/template-compiler" "8.2.0" + acorn "8.12.1" + astring "^1.9.0" + estree-toolkit "^1.7.8" + immer "^10.1.1" + meriyah "^5.0.0" + +"@lwc/ssr-runtime@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/ssr-runtime/-/ssr-runtime-8.2.0.tgz#47ddb6f2db9a8a0f0b90da36e692f2d4f6f79efa" + integrity sha512-/a15WwFPjTyXabEaxH1TMajaeyojXLzAl5ymV1cgHeL7oe6yh48M71avc4SsKGpzY2DZsPeLvr75KyvT9yXtcw== + dependencies: + "@lwc/shared" "8.2.0" "@lwc/style-compiler@2.5.13": version "2.5.13" @@ -1301,34 +1629,26 @@ postcss-value-parser "~4.1.0" string.prototype.matchall "^4.0.5" -"@lwc/synthetic-shadow@2.12.1": - version "2.12.1" - resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-2.12.1.tgz#6f1b9eba24e7967f0827aa42bbb4219077b2a026" - integrity sha512-KZdyW1eK0ngui/JLEhi5pyQ4g7xZneXvMC4NZMJ3EsZLrsIpJ1AAqmvOGjimeFQh3/JjIsFZoYnWpQjTOPLf8A== +"@lwc/style-compiler@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/style-compiler/-/style-compiler-8.2.0.tgz#72972a4f6008cfe05de707c63d62b90f67c28812" + integrity sha512-AdzgKeSN7GeKVkX8jgQvKQB+Nu27LCjcV4AggNt1zGbO/8O/FvGmkbjko9luqYCIHCMtwYu19F2AACdTAE7Upg== + dependencies: + "@lwc/shared" "8.2.0" + postcss "~8.4.47" + postcss-selector-parser "~6.1.2" + postcss-value-parser "~4.2.0" -"@lwc/synthetic-shadow@2.45.2": - version "2.45.2" - resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-2.45.2.tgz#ebc8ebe4a7455128af5ae200e18ef08560fb0915" - integrity sha512-vO9Adl34SjQuIW32UUpxNfQzmaQKBsbkTrsI/lRWfAHXC9fFMduvkdgPHUFJga8fktEIAiJPDIgVMUzLLxAbFg== +"@lwc/synthetic-shadow@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/synthetic-shadow/-/synthetic-shadow-8.2.0.tgz#2ce1ba6c7ce26831b8f82a6f767a25efc10860cf" + integrity sha512-WrUHNkYlPOlZPMuUnVrVy7lwQsW2VeMXq4QV/Vu6mk5ivazS4D5UkcXo/dumnmXlefJoD2q99xKDmMukwOdxtw== "@lwc/synthetic-shadow@~2.5.2": version "2.5.13" resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-2.5.13.tgz#46f92d1bee0a8f54854acd1d77deb962ec76a766" integrity sha512-lSxJZPk/YlNBnm4I17p7hW+vswr5shZI9oxEhPvuppa4QHRahrZDsAowA38cVN3xV6Kx3DUn/1UydwHuP4CjcA== -"@lwc/template-compiler@2.45.2": - version "2.45.2" - resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-2.45.2.tgz#2e33405d1a4d11c6cfe74554a504b0d8b8029372" - integrity sha512-EnA/oGQpEn2aokSOOIug+VxQ3dpckm1mEjmZq6l8mVih+cpU1eF+a/fw7OfrcRuyglp5LW3Zi1n4Ci+adUcHpw== - dependencies: - "@lwc/errors" "2.45.2" - "@lwc/shared" "2.45.2" - acorn "~8.8.2" - astring "~1.8.3" - estree-walker "~2.0.2" - he "~1.2.0" - parse5 "~6.0.1" - "@lwc/template-compiler@2.5.13": version "2.5.13" resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-2.5.13.tgz#cbe3aa73a6df9c2dd37dd92b5a04d60ad64025c1" @@ -1343,10 +1663,28 @@ he "~1.2.0" parse5 "~6.0.1" -"@lwc/wire-service@2.45.2": - version "2.45.2" - resolved "https://registry.yarnpkg.com/@lwc/wire-service/-/wire-service-2.45.2.tgz#9e5d77a47fa6a1cac2632aa91e1ea3086b77e558" - integrity sha512-rR4hgsuYXRU5cF7b2Yt43UfC/p+xd2d3t069jY4s3A7yRD+HFa5QQRADKSGAUqQ1gL+U6kUZP0NwT7sz4exkPQ== +"@lwc/template-compiler@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/template-compiler/-/template-compiler-8.2.0.tgz#7568cda12f7eefc79b85481a5b471479d7753cf8" + integrity sha512-key77LSON9aVGnsz9X9bJow7L9uGN3uiaGbEAZ55ev2pUO9eSA6UL1pYiT5ttYOfy9mqvmKx4eQf5Iv9f1w6Qw== + dependencies: + "@lwc/errors" "8.2.0" + "@lwc/shared" "8.2.0" + acorn "~8.12.1" + astring "~1.9.0" + he "~1.2.0" + +"@lwc/types@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/types/-/types-8.2.0.tgz#65a49ffcc00c4c44cb32b46a2873522c68106f31" + integrity sha512-igEQBAYm89xCktvnaa0g3DjwxhgQlIaPE7OxemMJfJqQRJPvtjcztxttz+qugqzdSPwz7HjI9uy1hsFfkKfJXg== + dependencies: + "@lwc/engine-core" "8.2.0" + +"@lwc/wire-service@8.2.0": + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@lwc/wire-service/-/wire-service-8.2.0.tgz#dfeb5f8c89cd6e5ddd1c67721bf6cc9d48c6a3c8" + integrity sha512-o92FrLy2X3XQe95jLo8F9b2iEH++158QP10KQm2Ogf1XHB3s18dGdT0htkl9mov9BxNWyNfKtvrbtHU3IX20xg== "@lwc/wire-service@~2.5.2": version "2.5.13" @@ -1603,6 +1941,15 @@ resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw== +"@rollup/pluginutils@~5.1.2": + version "5.1.2" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@rollup/pluginutils/-/pluginutils-5.1.2.tgz#d3bc9f0fea4fd4086aaac6aa102f3fa587ce8bd9" + integrity sha512-/FIdS3PyZ39bjZlwqFnWqCOVnW7o963LtKMwQOD0NhQqw22gSr2YY1afu3FxRip4ZCZNsD5jq6Aaz6QV3D/Njw== + dependencies: + "@types/estree" "^1.0.0" + estree-walker "^2.0.2" + picomatch "^2.3.1" + "@salesforce-ux/design-system@2.21.0": version "2.21.0" resolved "https://registry.yarnpkg.com/@salesforce-ux/design-system/-/design-system-2.21.0.tgz#5a5284c68d8e184cd87237b96e2bafc0a666450b" @@ -1663,6 +2010,13 @@ "@types/estree" "*" "@types/json-schema" "*" +"@types/estree-jsx@^1.0.5": + version "1.0.5" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@types/estree-jsx/-/estree-jsx-1.0.5.tgz#858a88ea20f34fe65111f005a689fa1ebf70dc18" + integrity sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg== + dependencies: + "@types/estree" "*" + "@types/estree@*": version "1.0.1" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.1.tgz#aa22750962f3bf0e79d753d3cc067f010c95f194" @@ -1678,6 +2032,11 @@ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== +"@types/estree@^1.0.0", "@types/estree@^1.0.5": + version "1.0.6" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50" + integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw== + "@types/express-serve-static-core@^4.17.18", "@types/express-serve-static-core@^4.17.33": version "4.17.35" resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.35.tgz#c95dd4424f0d32e525d23812aa8ab8e4d3906c4f" @@ -1959,12 +2318,17 @@ acorn-jsx@^5.3.1: resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937" integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== +acorn@8.12.1, acorn@~8.12.1: + version "8.12.1" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248" + integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg== + acorn@^7.4.0: version "7.4.1" resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== -acorn@^8.4.1, acorn@^8.5.0, acorn@~8.8.2: +acorn@^8.4.1, acorn@^8.5.0: version "8.8.2" resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a" integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw== @@ -2245,16 +2609,16 @@ astral-regex@^2.0.0: resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== +astring@^1.9.0, astring@~1.9.0: + version "1.9.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/astring/-/astring-1.9.0.tgz#cc73e6062a7eb03e7d19c22d8b0b3451fd9bfeef" + integrity sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg== + astring@~1.7.0: version "1.7.6" resolved "https://registry.yarnpkg.com/astring/-/astring-1.7.6.tgz#3e1c34b2ad22f358d827c2a43f94ceaa785b3876" integrity sha512-7ofuRb7zx2u7T4OGZTtfkGKAfPKq72XQ7zgpI2b3pR3wdROrDIDmKPtrel7D8S4t+97SGpYTpDR6lq5cNX/DJw== -astring@~1.8.3: - version "1.8.4" - resolved "https://registry.yarnpkg.com/astring/-/astring-1.8.4.tgz#6d4c5d8de7be2ead9e4a3cc0e2efb8d759378904" - integrity sha512-97a+l2LBU3Op3bBQEff79i/E4jMD2ZLFD8rHx9B6mXyB2uQwhJQYfiDqUwtfjF4QA1F2qs//N6Cw8LetMbQjcw== - async-each@^1.0.1: version "1.0.6" resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.6.tgz#52f1d9403818c179b7561e11a5d1b77eb2160e77" @@ -2477,7 +2841,7 @@ braces@^3.0.2, braces@~3.0.2: dependencies: fill-range "^7.0.1" -browserslist@4.20.2, browserslist@^4.14.5, browserslist@^4.18.1, browserslist@^4.21.3: +browserslist@4.20.2, browserslist@^4.14.5, browserslist@^4.18.1, browserslist@^4.21.3, browserslist@^4.24.0: version "4.20.2" resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.2.tgz#567b41508757ecd904dab4d1c646c612cd3d4f88" integrity sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA== @@ -3079,6 +3443,11 @@ convert-source-map@^1.7.0: resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f" integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== +convert-source-map@^2.0.0: + version "2.0.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" + integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== + cookie-signature@1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" @@ -3258,6 +3627,13 @@ debug@^3.2.7: dependencies: ms "^2.1.1" +debug@^4.3.1: + version "4.3.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" + integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== + dependencies: + ms "^2.1.3" + debuglog@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492" @@ -4050,7 +4426,15 @@ estraverse@^5.1.0, estraverse@^5.2.0: resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123" integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== -estree-walker@~2.0.2: +estree-toolkit@^1.7.8: + version "1.7.8" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/estree-toolkit/-/estree-toolkit-1.7.8.tgz#45888dcce8b4f0c8bae7d58fd4fd4d19f2c15258" + integrity sha512-v0Q0L+0agSDFe3x9Sj7aAzrI9afvsfr5r7AM2SNk/8bKYRQ3tUf4PQEUWe99LkWysmT1PsuSpW+W1w/xZmCKeg== + dependencies: + "@types/estree" "^1.0.5" + "@types/estree-jsx" "^1.0.5" + +estree-walker@^2.0.2, estree-walker@~2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== @@ -4636,6 +5020,11 @@ function-bind@^1.1.1: resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== +function-bind@^1.1.2: + version "1.1.2" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== + function.prototype.name@^1.1.5: version "1.1.5" resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621" @@ -5088,6 +5477,13 @@ has@^1.0.3: dependencies: function-bind "^1.1.1" +hasown@^2.0.2: + version "2.0.2" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== + dependencies: + function-bind "^1.1.2" + he@^1.2.0, he@~1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" @@ -5321,7 +5717,7 @@ ignore@^5.2.0: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== -immer@9.0.12, immer@^9.0.7: +immer@9.0.12, immer@^10.1.1, immer@^9.0.7: version "9.0.12" resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.12.tgz#2d33ddf3ee1d247deab9d707ca472c8c942a0f20" integrity sha512-lk7UNmSbAukB5B6dh9fnh5D0bJTOFKxVg2cyJWTYrWRfhLrLMBquONcUs3aFq507hNoIZEDDh8lb8UtOizSMhA== @@ -5566,6 +5962,13 @@ is-core-module@^2.11.0, is-core-module@^2.2.0, is-core-module@^2.5.0: dependencies: has "^1.0.3" +is-core-module@^2.13.0: + version "2.15.1" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37" + integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ== + dependencies: + hasown "^2.0.2" + is-data-descriptor@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" @@ -5940,6 +6343,11 @@ jsesc@^2.5.1: resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== +jsesc@^3.0.2: + version "3.0.2" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e" + integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== + json-buffer@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" @@ -5987,7 +6395,7 @@ json5@^1.0.1: dependencies: minimist "^1.2.0" -json5@^2.1.2, json5@^2.2.0, json5@^2.2.2: +json5@^2.1.2, json5@^2.2.0, json5@^2.2.3: version "2.2.3" resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== @@ -6376,17 +6784,29 @@ lwc-webpack-plugin@2.1.0: babel-loader "~8.2.2" resolve "~1.20.0" -lwc@2.45.2: - version "2.45.2" - resolved "https://registry.yarnpkg.com/lwc/-/lwc-2.45.2.tgz#5f7c08775b0bf8a79a4f08da6bd2eb29a15eae8a" - integrity sha512-zAfjMLfdZLFY+PQjw+bGaiLGzEZbTmeeWgvQR1NQPVz1Hhf5HZT2MycE/wwrqhiY/fn2Hg8ZpiN2udi7+b1cxA== - dependencies: - "@lwc/compiler" "2.45.2" - "@lwc/engine-dom" "2.45.2" - "@lwc/engine-server" "2.45.2" - "@lwc/features" "2.45.2" - "@lwc/synthetic-shadow" "2.45.2" - "@lwc/wire-service" "2.45.2" +lwc@8.2.0: + version "8.2.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/lwc/-/lwc-8.2.0.tgz#e243563560a5abb2781a22a12f2dd0656d5f5d8e" + integrity sha512-ELBA6+vvGXhQom0aA73leTc5PXennpRnhlEv/Bi0hyzUgRiNTWTw/kOApUAAv1h1F5PSjogizsDaq07RxLlsZQ== + dependencies: + "@lwc/aria-reflection" "8.2.0" + "@lwc/babel-plugin-component" "8.2.0" + "@lwc/compiler" "8.2.0" + "@lwc/engine-core" "8.2.0" + "@lwc/engine-dom" "8.2.0" + "@lwc/engine-server" "8.2.0" + "@lwc/errors" "8.2.0" + "@lwc/features" "8.2.0" + "@lwc/module-resolver" "8.2.0" + "@lwc/rollup-plugin" "8.2.0" + "@lwc/shared" "8.2.0" + "@lwc/ssr-compiler" "8.2.0" + "@lwc/ssr-runtime" "8.2.0" + "@lwc/style-compiler" "8.2.0" + "@lwc/synthetic-shadow" "8.2.0" + "@lwc/template-compiler" "8.2.0" + "@lwc/types" "8.2.0" + "@lwc/wire-service" "8.2.0" make-dir@^2.0.0, make-dir@^2.1.0: version "2.1.0" @@ -6468,6 +6888,11 @@ map-visit@^1.0.0: dependencies: object-visit "^1.0.0" +match-json@1.3.7: + version "1.3.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/match-json/-/match-json-1.3.7.tgz#3cdc4d4d4d8987b6723df0c5582be228c42a6bfb" + integrity sha512-2/GIaio/oVWVHGdKOIbqfgqT5vH91K3c91l6EAsVydMAjB0iGy5PVABicKzNT1VAgHskZHbaZK9q96AmgTEqkw== + media-typer@0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" @@ -6533,6 +6958,11 @@ merge2@^1.3.0, merge2@^1.4.1: resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== +meriyah@^5.0.0: + version "5.0.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/meriyah/-/meriyah-5.0.0.tgz#9f5fd811ee6e7952dcb48cf6962f27a885f108b8" + integrity sha512-tNlPDP4AzkH/7cROw7PKJ7mCLe/ZLpa2ja23uqB35vt63+8dgZi2NKLJMrkjxLcxArnLJVvd3Y/7pRl3OLR7yg== + methods@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" @@ -6794,7 +7224,7 @@ ms@2.1.2: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -ms@2.1.3, ms@^2.0.0, ms@^2.1.1: +ms@2.1.3, ms@^2.0.0, ms@^2.1.1, 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== @@ -6833,11 +7263,16 @@ nan@^2.12.1: resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb" integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ== -nanoid@^3.1.30, nanoid@^3.3.6: +nanoid@^3.1.30: version "3.3.6" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== +nanoid@^3.3.7: + version "3.3.7" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" + integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== + nanomatch@^1.2.9: version "1.2.13" resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" @@ -7554,7 +7989,7 @@ parse-url@^6.0.0: parse-path "^4.0.0" protocols "^1.4.0" -parse5@^6.0.1, parse5@~6.0.1: +parse5@~6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b" integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw== @@ -7647,6 +8082,11 @@ picocolors@^1.0.0: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== +picocolors@^1.1.0: + version "1.1.0" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59" + integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw== + picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" @@ -7731,7 +8171,7 @@ posix-character-classes@^0.1.0: resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" integrity sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg== -postcss-selector-parser@~6.0.11, postcss-selector-parser@~6.0.4: +postcss-selector-parser@~6.0.4: version "6.0.13" resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#d05d8d76b1e8e173257ef9d60b706a8e5e99bf1b" integrity sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ== @@ -7739,6 +8179,14 @@ postcss-selector-parser@~6.0.11, postcss-selector-parser@~6.0.4: cssesc "^3.0.0" util-deprecate "^1.0.2" +postcss-selector-parser@~6.1.2: + version "6.1.2" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz#27ecb41fb0e3b6ba7a1ec84fff347f734c7929de" + integrity sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg== + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + postcss-value-parser@~4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" @@ -7758,14 +8206,14 @@ postcss@~8.3.11: picocolors "^1.0.0" source-map-js "^0.6.2" -postcss@~8.4.20: - version "8.4.23" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab" - integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA== +postcss@~8.4.47: + version "8.4.47" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/postcss/-/postcss-8.4.47.tgz#5bf6c9a010f3e724c503bf03ef7947dcb0fea365" + integrity sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ== dependencies: - nanoid "^3.3.6" - picocolors "^1.0.0" - source-map-js "^1.0.2" + nanoid "^3.3.7" + picocolors "^1.1.0" + source-map-js "^1.2.1" prelude-ls@^1.2.1: version "1.2.1" @@ -8421,6 +8869,15 @@ resolve@~1.20.0: is-core-module "^2.2.0" path-parse "^1.0.6" +resolve@~1.22.8: + version "1.22.8" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" + integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== + dependencies: + is-core-module "^2.13.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + responselike@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7" @@ -8621,6 +9078,11 @@ semver@^6.0.0, semver@^6.2.0, semver@^6.3.0: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== +semver@^6.3.1: + version "6.3.1" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" + integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== + semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5: version "7.5.1" resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.1.tgz#c90c4d631cf74720e46b21c1d37ea07edfab91ec" @@ -8936,10 +9398,10 @@ source-map-js@^0.6.2: resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e" integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug== -source-map-js@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" - integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== +source-map-js@^1.2.1: + version "1.2.1" + resolved "https://nexus-proxy.repo.local.sfdc.net/nexus/content/groups/npm-all/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" + integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== source-map-resolve@^0.5.0: version "0.5.3" @@ -9161,7 +9623,7 @@ string-width@^5.0.1, string-width@^5.1.2: emoji-regex "^9.2.2" strip-ansi "^7.0.1" -string.prototype.matchall@^4.0.5, string.prototype.matchall@^4.0.8: +string.prototype.matchall@^4.0.5: version "4.0.8" resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3" integrity sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==