From 84f058781da5e0fbceec19093cf3fdc40835f578 Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Thu, 24 Feb 2022 21:39:03 -0500 Subject: [PATCH 001/215] Create scams-and-security.rst First draft - will require some review and potentially pruning or splitting into an additional document (i.e. safe backups v.s. malicious actors) --- source/guides/account/scams-and-security.rst | 94 ++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 source/guides/account/scams-and-security.rst diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst new file mode 100644 index 000000000..63fcb93ba --- /dev/null +++ b/source/guides/account/scams-and-security.rst @@ -0,0 +1,94 @@ +.. post:: 24 Feb, 2022 + :category: Account + :tags: wallet + :excerpt: 1 + :nocomments: + +###################### +Common Hacks and Scams +###################### + +*********** +Key Points +*********** + +- **Be extremely cautious signing transactions when activating delegated harvesting**. A Sweeping scam has actively targeted users in the process of activating delegated harvesting, so make sure to carefully review any transactions you are prompted to sign and dilligently check for any included asset transfers to unfamiliar addresses. Never sign a transactions that you do not completely understand. +- **Never share your private key or mnemonic phrase** (also known as your secret recovery phrase or seed phrase) with anyone, and never enter them on any website or potentially malicous wallet. Anyone with your private key or mnemonic phrase has full and unrestrained access to the contents of your wallet. +- **The Symbol Syndicate will never directly message you for customer support** and will never ask for your private key or mnemonic phrase. +- **Blockchain transactions are irreversible**; it is not feasible to undo a transaction or retrieve your funds once they are sent to a malicous address. +- **Ensure any backups of your private keys or mnemonic phrases are stored safely and offline** in order to ensure that no one is able to access them and compromise your accounts. + +******************************************* +Sweeping with Aggregate Bonded Transactions +******************************************* + +**What is an Aggregate Bonded transaction?** + +Aggregate Bonded transactions can include a variety of elements such as multiple signers, messages, and transfers. New Symbol users may not be familiar with the complex nature of Aggregate Bonded transactions, and must take great care to fully understand the full scope of any transactions they are asked to sign. For more information see [[LINK TO https://docs.symbol.dev/concepts/aggregate-transaction.html]] + + +**What is sweeping?** + +Sweeping involves a malicous script that monitors certain types of transactions, then initiates a malicous Aggregate Bonded transaction disguised to appear related to the targeted transaction (i.e. by including a relevant message), but which also include a transfer of XYM or other mosiacs to the bad actor's wallet. Signing these transactions can completely empty a user's wallet, so please make sure you carefully review before signing any transactions that you did not initiate. + +It may not be immediately apparent that you've been hacked by a sweeper. If you assumed that the transaction you signed was part of a process you were completing, you may also assume that your balance has been reduced by a stuck transaction, pending activation of delegated harvesting, or that your balance was transferred to a delegated harvesting address linked to your account. + +A sweeping attack might go something like this: + +- You begin Delegated Harvesting activation by propogating the 'Link all keys' transaction to the network +- The bad actor's script detects this transaction and sends you an Aggregate Bonded transaction. This transaction might include a message releted to harvesting such as "Delegated-№234567" as well as a transfer of XYM to an address controlled by the bad actor. +- Your wallet sees the Aggregate Bonded transaction included in a subsequent block and prompts you with the option to review and sign it. +- You choose to sign the transaction, and your XYM balance is reduced by the transaction amount (typically all or nearly all of your XYM). + + +******** +Spoofing +******** + +**What is spoofing?** + +Spoofing involves hiding or disguising identity to enable malicious activity, literally spoofing the identity of the malicious party to make it believable and appear trustworthy. + +**What could a spoofing attack look like?** + +A spoofing hack will target private key or mneonic phrase (also known as your secret recovery phrase or seed phrase), as this can be used to restore your wallet and will provide a hacker with access to your private keys and the wallet's contents. Symbol wallets are a non-custodial , meaning you are responsible for keeping your private keys and mnemonic phrase secure. + +A spoofing attack might go something like this: + +- You ask a question on Twitter or in the XYMCity Discord server +- A malicious account identifies you as a target due to your request for support and sends you a DM. The account will be configured to resemble an official suport resource and could include a relevant logo, a convincing username, and a professional sounding dialogue. +- The bad actor will rely on your belief that they are an official support resource, and try to convince you to provide your private key or mneonic phrase key to resolve your problem. This could also involve directing you to a website that requests these details. +- If successful, the bad actor can gain full access to your address and transfer your assets to an address of their chosing. + +This scenario is just an example, and similar events could play out across any social media platform, messaging service, forum, or otherwise on which you share information publicly. + +**How can I protect myself from spoofing attacks?** + +The Symbol Syndicate will never directly message you for customer support, and will never ask for your private key or mnemonic phrase. Anyone asking you for contact information, your secret recovery phrase or details of your support issue outside of the Discord helpdesk channel is a potential scammer and should be ignored and/or reported. +Be vigilant. If it looks like it might be a scam, it probably is. Always be observant and keep a lookout for suspicious, telltale signs. These could include: + +- Requesting personal information, including anything from your name, the value of your wallet's holdings, or even your private key, which you should never, ever give to anyone. +- Unofficial-looking Twitter handles using underscores, doubled-up letters, and numbers to mimic official accounts. +- Official-looking Discord 'about me' details or handles (i.e. SUPPORT_TEAM) +- Providing links to websites purported to 'validate your wallet' or assist with troubleshooting (excepting known-good sources such as the official Symbol documentation or articles written by Syndicate members) +- Requests to reach out for support, get in touch, or send a DM. + +Most importantly, **never share your private keys and mnemonic phrase** regardless of how convincing a person/entity may be. + + +***************** +Clipboard hacking +***************** + +**What is clipboard hacking?** +Symbol addresses are not easily memorised nor typed manually, so many users leverage their device's clipboard to copy and paste a recipient's Symbol address. Clipboard hacking involves malware that intercepts the contents of your clipboard and replaces an address you've copied with an address belonging to the hacker. When you go to send a transaction and paste the address from your clipboard, the hacker's address is pasted instead of the one you initially copied. + +**How can I protect myself?** +The only way reliable way to be safe is to triple-check addresses before you confirm any transaction. A robust and up-to-date anti-malware software is strongly recommended, as it should identify most potential clipboard hacking malware programs, notify you, and quarantine them before they can affect your crypto activity. + + +****************** +Compromised Backup +****************** + +Keep in mind that any copies of your private keys or mnemonic phrase can also grant someone access to your accounts. Ensure that these cannot be accessed by a hack, theft, or compromised cloud storage account. From 8638eb8763ccdaac2cb1e1fd118db1249ec72cce Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Tue, 1 Mar 2022 18:16:58 -0500 Subject: [PATCH 002/215] Spelling corrections --- source/guides/account/scams-and-security.rst | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index 63fcb93ba..a5b48b258 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -12,10 +12,10 @@ Common Hacks and Scams Key Points *********** -- **Be extremely cautious signing transactions when activating delegated harvesting**. A Sweeping scam has actively targeted users in the process of activating delegated harvesting, so make sure to carefully review any transactions you are prompted to sign and dilligently check for any included asset transfers to unfamiliar addresses. Never sign a transactions that you do not completely understand. -- **Never share your private key or mnemonic phrase** (also known as your secret recovery phrase or seed phrase) with anyone, and never enter them on any website or potentially malicous wallet. Anyone with your private key or mnemonic phrase has full and unrestrained access to the contents of your wallet. +- **Be extremely cautious signing transactions when activating delegated harvesting**. A Sweeping scam has actively targeted users in the process of activating delegated harvesting, so make sure to carefully review any transactions you are prompted to sign and diligentl check for any included asset transfers to unfamiliar addresses. Never sign a transactions that you do not completely understand. +- **Never share your private key or mnemonic phrase** (also known as your secret recovery phrase or seed phrase) with anyone, and never enter them on any website or potentially malicious wallet. Anyone with your private key or mnemonic phrase has full and unrestrained access to the contents of your wallet. - **The Symbol Syndicate will never directly message you for customer support** and will never ask for your private key or mnemonic phrase. -- **Blockchain transactions are irreversible**; it is not feasible to undo a transaction or retrieve your funds once they are sent to a malicous address. +- **Blockchain transactions are irreversible**; it is not feasible to undo a transaction or retrieve your funds once they are sent to a malicious address. - **Ensure any backups of your private keys or mnemonic phrases are stored safely and offline** in order to ensure that no one is able to access them and compromise your accounts. ******************************************* @@ -29,14 +29,14 @@ Aggregate Bonded transactions can include a variety of elements such as multiple **What is sweeping?** -Sweeping involves a malicous script that monitors certain types of transactions, then initiates a malicous Aggregate Bonded transaction disguised to appear related to the targeted transaction (i.e. by including a relevant message), but which also include a transfer of XYM or other mosiacs to the bad actor's wallet. Signing these transactions can completely empty a user's wallet, so please make sure you carefully review before signing any transactions that you did not initiate. +Sweeping involves a malicious script that monitors certain types of transactions, then initiates a malicious Aggregate Bonded transaction disguised to appear related to the targeted transaction (i.e. by including a relevant message), but which also include a transfer of XYM or other mosaics to the bad actor's wallet. Signing these transactions can completely empty a user's wallet, so please make sure you carefully review before signing any transactions that you did not initiate. It may not be immediately apparent that you've been hacked by a sweeper. If you assumed that the transaction you signed was part of a process you were completing, you may also assume that your balance has been reduced by a stuck transaction, pending activation of delegated harvesting, or that your balance was transferred to a delegated harvesting address linked to your account. A sweeping attack might go something like this: -- You begin Delegated Harvesting activation by propogating the 'Link all keys' transaction to the network -- The bad actor's script detects this transaction and sends you an Aggregate Bonded transaction. This transaction might include a message releted to harvesting such as "Delegated-№234567" as well as a transfer of XYM to an address controlled by the bad actor. +- You begin Delegated Harvesting activation by propagating the 'Link all keys' transaction to the network +- The bad actor's script detects this transaction and sends you an Aggregate Bonded transaction. This transaction might include a message related to harvesting such as "Delegated-№234567" as well as a transfer of XYM to an address controlled by the bad actor. - Your wallet sees the Aggregate Bonded transaction included in a subsequent block and prompts you with the option to review and sign it. - You choose to sign the transaction, and your XYM balance is reduced by the transaction amount (typically all or nearly all of your XYM). @@ -51,14 +51,14 @@ Spoofing involves hiding or disguising identity to enable malicious activity, li **What could a spoofing attack look like?** -A spoofing hack will target private key or mneonic phrase (also known as your secret recovery phrase or seed phrase), as this can be used to restore your wallet and will provide a hacker with access to your private keys and the wallet's contents. Symbol wallets are a non-custodial , meaning you are responsible for keeping your private keys and mnemonic phrase secure. +A spoofing hack will target private key or mnemonic phrase (also known as your secret recovery phrase or seed phrase), as this can be used to restore your wallet and will provide a hacker with access to your private keys and the wallet's contents. Symbol wallets are a non-custodial , meaning you are responsible for keeping your private keys and mnemonic phrase secure. A spoofing attack might go something like this: - You ask a question on Twitter or in the XYMCity Discord server -- A malicious account identifies you as a target due to your request for support and sends you a DM. The account will be configured to resemble an official suport resource and could include a relevant logo, a convincing username, and a professional sounding dialogue. -- The bad actor will rely on your belief that they are an official support resource, and try to convince you to provide your private key or mneonic phrase key to resolve your problem. This could also involve directing you to a website that requests these details. -- If successful, the bad actor can gain full access to your address and transfer your assets to an address of their chosing. +- A malicious account identifies you as a target due to your request for support and sends you a DM. The account will be configured to resemble an official support resource and could include a relevant logo, a convincing username, and a professional sounding dialogue. +- The bad actor will rely on your belief that they are an official support resource, and try to convince you to provide your private key or mnemonic phrase key to resolve your problem. This could also involve directing you to a website that requests these details. +- If successful, the bad actor can gain full access to your address and transfer your assets to an address of their choosing. This scenario is just an example, and similar events could play out across any social media platform, messaging service, forum, or otherwise on which you share information publicly. @@ -81,7 +81,7 @@ Clipboard hacking ***************** **What is clipboard hacking?** -Symbol addresses are not easily memorised nor typed manually, so many users leverage their device's clipboard to copy and paste a recipient's Symbol address. Clipboard hacking involves malware that intercepts the contents of your clipboard and replaces an address you've copied with an address belonging to the hacker. When you go to send a transaction and paste the address from your clipboard, the hacker's address is pasted instead of the one you initially copied. +Symbol addresses are not easily memorized nor typed manually, so many users leverage their device's clipboard to copy and paste a recipient's Symbol address. Clipboard hacking involves malware that intercepts the contents of your clipboard and replaces an address you've copied with an address belonging to the hacker. When you go to send a transaction and paste the address from your clipboard, the hacker's address is pasted instead of the one you initially copied. **How can I protect myself?** The only way reliable way to be safe is to triple-check addresses before you confirm any transaction. A robust and up-to-date anti-malware software is strongly recommended, as it should identify most potential clipboard hacking malware programs, notify you, and quarantine them before they can affect your crypto activity. From 1f84e2a4b6d33b52649526e3aa15a0d4e1287380 Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Tue, 1 Mar 2022 18:19:16 -0500 Subject: [PATCH 003/215] final spelling fix --- source/guides/account/scams-and-security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index a5b48b258..97cbfd0c5 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -12,7 +12,7 @@ Common Hacks and Scams Key Points *********** -- **Be extremely cautious signing transactions when activating delegated harvesting**. A Sweeping scam has actively targeted users in the process of activating delegated harvesting, so make sure to carefully review any transactions you are prompted to sign and diligentl check for any included asset transfers to unfamiliar addresses. Never sign a transactions that you do not completely understand. +- **Be extremely cautious signing transactions when activating delegated harvesting**. A Sweeping scam has actively targeted users in the process of activating delegated harvesting, so make sure to carefully review any transactions you are prompted to sign and diligently check for any included asset transfers to unfamiliar addresses. Never sign a transactions that you do not completely understand. - **Never share your private key or mnemonic phrase** (also known as your secret recovery phrase or seed phrase) with anyone, and never enter them on any website or potentially malicious wallet. Anyone with your private key or mnemonic phrase has full and unrestrained access to the contents of your wallet. - **The Symbol Syndicate will never directly message you for customer support** and will never ask for your private key or mnemonic phrase. - **Blockchain transactions are irreversible**; it is not feasible to undo a transaction or retrieve your funds once they are sent to a malicious address. From 115e2191c1d8ff85add135effc8acb21ec392855 Mon Sep 17 00:00:00 2001 From: orisdorch <14351392+orisdorch@users.noreply.github.com> Date: Wed, 2 Mar 2022 14:22:14 -0500 Subject: [PATCH 004/215] Added Scams and Security to index, corrected link to aggregate bonding page. --- source/guides/account/index.rst | 3 ++- source/guides/account/scams-and-security.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/source/guides/account/index.rst b/source/guides/account/index.rst index 4c0d6737e..ecb864ffa 100644 --- a/source/guides/account/index.rst +++ b/source/guides/account/index.rst @@ -10,4 +10,5 @@ Guides related to :doc:`account <../../concepts/account>` handling. creating-an-account getting-account-information getting-the-amount-of-assets-sent-to-an-account - reading-transactions-from-an-account \ No newline at end of file + reading-transactions-from-an-account + scams-and-security \ No newline at end of file diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index 97cbfd0c5..4756d0dc8 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -24,7 +24,7 @@ Sweeping with Aggregate Bonded Transactions **What is an Aggregate Bonded transaction?** -Aggregate Bonded transactions can include a variety of elements such as multiple signers, messages, and transfers. New Symbol users may not be familiar with the complex nature of Aggregate Bonded transactions, and must take great care to fully understand the full scope of any transactions they are asked to sign. For more information see [[LINK TO https://docs.symbol.dev/concepts/aggregate-transaction.html]] +Aggregate Bonded transactions can include a variety of elements such as multiple signers, messages, and transfers. New Symbol users may not be familiar with the complex nature of Aggregate Bonded transactions, and must take great care to fully understand the full scope of any transactions they are asked to sign. For more information see :doc:`Aggregate Transaction <../../concepts/aggregate-transaction>` **What is sweeping?** From 3688af80d3fb5c971dd799588f7d8586972f800d Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Thu, 3 Mar 2022 14:23:09 -0500 Subject: [PATCH 005/215] Updated false header to H3 & added a header Reformatting per Xavi's input, also added a header 'What could a sweeping attack look like?' for consistency with spoofing section. --- source/guides/account/scams-and-security.rst | 26 ++++++++++++++------ 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index 4756d0dc8..35d9b5341 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -22,18 +22,21 @@ Key Points Sweeping with Aggregate Bonded Transactions ******************************************* -**What is an Aggregate Bonded transaction?** +What is an Aggregate Bonded transaction? +======================================== Aggregate Bonded transactions can include a variety of elements such as multiple signers, messages, and transfers. New Symbol users may not be familiar with the complex nature of Aggregate Bonded transactions, and must take great care to fully understand the full scope of any transactions they are asked to sign. For more information see :doc:`Aggregate Transaction <../../concepts/aggregate-transaction>` -**What is sweeping?** +What is sweeping? +================= Sweeping involves a malicious script that monitors certain types of transactions, then initiates a malicious Aggregate Bonded transaction disguised to appear related to the targeted transaction (i.e. by including a relevant message), but which also include a transfer of XYM or other mosaics to the bad actor's wallet. Signing these transactions can completely empty a user's wallet, so please make sure you carefully review before signing any transactions that you did not initiate. It may not be immediately apparent that you've been hacked by a sweeper. If you assumed that the transaction you signed was part of a process you were completing, you may also assume that your balance has been reduced by a stuck transaction, pending activation of delegated harvesting, or that your balance was transferred to a delegated harvesting address linked to your account. -A sweeping attack might go something like this: +What could a sweeping attack look like? +======================================== - You begin Delegated Harvesting activation by propagating the 'Link all keys' transaction to the network - The bad actor's script detects this transaction and sends you an Aggregate Bonded transaction. This transaction might include a message related to harvesting such as "Delegated-№234567" as well as a transfer of XYM to an address controlled by the bad actor. @@ -45,11 +48,13 @@ A sweeping attack might go something like this: Spoofing ******** -**What is spoofing?** +What is spoofing? +================== Spoofing involves hiding or disguising identity to enable malicious activity, literally spoofing the identity of the malicious party to make it believable and appear trustworthy. -**What could a spoofing attack look like?** +What could a spoofing attack look like? +======================================== A spoofing hack will target private key or mnemonic phrase (also known as your secret recovery phrase or seed phrase), as this can be used to restore your wallet and will provide a hacker with access to your private keys and the wallet's contents. Symbol wallets are a non-custodial , meaning you are responsible for keeping your private keys and mnemonic phrase secure. @@ -62,7 +67,8 @@ A spoofing attack might go something like this: This scenario is just an example, and similar events could play out across any social media platform, messaging service, forum, or otherwise on which you share information publicly. -**How can I protect myself from spoofing attacks?** +How can I protect myself from spoofing attacks? +================================================ The Symbol Syndicate will never directly message you for customer support, and will never ask for your private key or mnemonic phrase. Anyone asking you for contact information, your secret recovery phrase or details of your support issue outside of the Discord helpdesk channel is a potential scammer and should be ignored and/or reported. Be vigilant. If it looks like it might be a scam, it probably is. Always be observant and keep a lookout for suspicious, telltale signs. These could include: @@ -80,10 +86,14 @@ Most importantly, **never share your private keys and mnemonic phrase** regardle Clipboard hacking ***************** -**What is clipboard hacking?** +What is clipboard hacking? +=========================== + Symbol addresses are not easily memorized nor typed manually, so many users leverage their device's clipboard to copy and paste a recipient's Symbol address. Clipboard hacking involves malware that intercepts the contents of your clipboard and replaces an address you've copied with an address belonging to the hacker. When you go to send a transaction and paste the address from your clipboard, the hacker's address is pasted instead of the one you initially copied. -**How can I protect myself?** +How can I protect myself? +=========================== + The only way reliable way to be safe is to triple-check addresses before you confirm any transaction. A robust and up-to-date anti-malware software is strongly recommended, as it should identify most potential clipboard hacking malware programs, notify you, and quarantine them before they can affect your crypto activity. From 022a1075a2b783b72dca7d0f1e512ea41dc420a5 Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Fri, 4 Mar 2022 09:07:37 -0500 Subject: [PATCH 006/215] Update source/guides/account/scams-and-security.rst Phrasing Co-authored-by: Xavi Artigas --- source/guides/account/scams-and-security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index 35d9b5341..37f7d2824 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -33,7 +33,7 @@ What is sweeping? Sweeping involves a malicious script that monitors certain types of transactions, then initiates a malicious Aggregate Bonded transaction disguised to appear related to the targeted transaction (i.e. by including a relevant message), but which also include a transfer of XYM or other mosaics to the bad actor's wallet. Signing these transactions can completely empty a user's wallet, so please make sure you carefully review before signing any transactions that you did not initiate. -It may not be immediately apparent that you've been hacked by a sweeper. If you assumed that the transaction you signed was part of a process you were completing, you may also assume that your balance has been reduced by a stuck transaction, pending activation of delegated harvesting, or that your balance was transferred to a delegated harvesting address linked to your account. +It may not be immediately apparent that you've been hacked. The sweeper's goal is that you assume that the transaction you signed was part of a process you were completing, and you may also assume that your balance has been reduced by a stuck transaction, pending activation of delegated harvesting, or that your balance was transferred to a delegated harvesting address linked to your account. What could a sweeping attack look like? ======================================== From 270a0cc83ff3324e5f12fdec5164bc545c5ea4b2 Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Fri, 4 Mar 2022 09:07:43 -0500 Subject: [PATCH 007/215] Update source/guides/account/scams-and-security.rst Phrasing Co-authored-by: Xavi Artigas --- source/guides/account/scams-and-security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index 37f7d2824..b0b3cf660 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -12,7 +12,7 @@ Common Hacks and Scams Key Points *********** -- **Be extremely cautious signing transactions when activating delegated harvesting**. A Sweeping scam has actively targeted users in the process of activating delegated harvesting, so make sure to carefully review any transactions you are prompted to sign and diligently check for any included asset transfers to unfamiliar addresses. Never sign a transactions that you do not completely understand. +- **Be extremely cautious signing transactions when activating delegated harvesting**. A Sweeping scam has actively targeted users in the process of activating delegated harvesting, so make sure to carefully review any transactions you are prompted to sign and diligently check for any included asset transfers to unfamiliar addresses. Never sign a transaction that you do not completely understand. - **Never share your private key or mnemonic phrase** (also known as your secret recovery phrase or seed phrase) with anyone, and never enter them on any website or potentially malicious wallet. Anyone with your private key or mnemonic phrase has full and unrestrained access to the contents of your wallet. - **The Symbol Syndicate will never directly message you for customer support** and will never ask for your private key or mnemonic phrase. - **Blockchain transactions are irreversible**; it is not feasible to undo a transaction or retrieve your funds once they are sent to a malicious address. From 904878446a4da5e5a4239e17a07b849415a3cbf1 Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Fri, 4 Mar 2022 09:07:58 -0500 Subject: [PATCH 008/215] Update source/guides/account/scams-and-security.rst grammar Co-authored-by: Xavi Artigas --- source/guides/account/scams-and-security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index b0b3cf660..8f10eee92 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -38,7 +38,7 @@ It may not be immediately apparent that you've been hacked. The sweeper's goal i What could a sweeping attack look like? ======================================== -- You begin Delegated Harvesting activation by propagating the 'Link all keys' transaction to the network +- You begin Delegated Harvesting activation by propagating the 'Link all keys' transaction to the network. - The bad actor's script detects this transaction and sends you an Aggregate Bonded transaction. This transaction might include a message related to harvesting such as "Delegated-№234567" as well as a transfer of XYM to an address controlled by the bad actor. - Your wallet sees the Aggregate Bonded transaction included in a subsequent block and prompts you with the option to review and sign it. - You choose to sign the transaction, and your XYM balance is reduced by the transaction amount (typically all or nearly all of your XYM). From 59a47f20c1c0cb1e9813e29e0412254aa337108d Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Fri, 4 Mar 2022 09:08:17 -0500 Subject: [PATCH 009/215] Update source/guides/account/scams-and-security.rst Grammar Co-authored-by: Xavi Artigas --- source/guides/account/scams-and-security.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index 8f10eee92..665f597f9 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -75,8 +75,8 @@ Be vigilant. If it looks like it might be a scam, it probably is. Always be obse - Requesting personal information, including anything from your name, the value of your wallet's holdings, or even your private key, which you should never, ever give to anyone. - Unofficial-looking Twitter handles using underscores, doubled-up letters, and numbers to mimic official accounts. -- Official-looking Discord 'about me' details or handles (i.e. SUPPORT_TEAM) -- Providing links to websites purported to 'validate your wallet' or assist with troubleshooting (excepting known-good sources such as the official Symbol documentation or articles written by Syndicate members) +- Official-looking Discord 'about me' details or handles (i.e. SUPPORT_TEAM). +- Providing links to websites purported to 'validate your wallet' or assist with troubleshooting (excepting known-good sources such as the official Symbol documentation or articles written by Syndicate members). - Requests to reach out for support, get in touch, or send a DM. Most importantly, **never share your private keys and mnemonic phrase** regardless of how convincing a person/entity may be. From b1f7c4eaae948b650e4792e742ec77af6b0b7301 Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Fri, 4 Mar 2022 09:08:53 -0500 Subject: [PATCH 010/215] Update source/guides/account/scams-and-security.rst Grammar Co-authored-by: Xavi Artigas --- source/guides/account/scams-and-security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index 665f597f9..05b2b430f 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -60,7 +60,7 @@ A spoofing hack will target private key or mnemonic phrase (also known as your A spoofing attack might go something like this: -- You ask a question on Twitter or in the XYMCity Discord server +- You ask a question on Twitter or in the XYMCity Discord server. - A malicious account identifies you as a target due to your request for support and sends you a DM. The account will be configured to resemble an official support resource and could include a relevant logo, a convincing username, and a professional sounding dialogue. - The bad actor will rely on your belief that they are an official support resource, and try to convince you to provide your private key or mnemonic phrase key to resolve your problem. This could also involve directing you to a website that requests these details. - If successful, the bad actor can gain full access to your address and transfer your assets to an address of their choosing. From 4177ae62c85edb282621c0316a1da33bb3e8f579 Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Fri, 4 Mar 2022 09:09:05 -0500 Subject: [PATCH 011/215] Update source/guides/account/scams-and-security.rst Excess spaces Co-authored-by: Xavi Artigas --- source/guides/account/scams-and-security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index 05b2b430f..c95d9ce5e 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -56,7 +56,7 @@ Spoofing involves hiding or disguising identity to enable malicious activity, li What could a spoofing attack look like? ======================================== -A spoofing hack will target private key or mnemonic phrase (also known as your secret recovery phrase or seed phrase), as this can be used to restore your wallet and will provide a hacker with access to your private keys and the wallet's contents. Symbol wallets are a non-custodial , meaning you are responsible for keeping your private keys and mnemonic phrase secure. +A spoofing hack will target private key or mnemonic phrase (also known as your secret recovery phrase or seed phrase), as this can be used to restore your wallet and will provide a hacker with access to your private keys and the wallet's contents. Symbol wallets are a non-custodial, meaning you are responsible for keeping your private keys and mnemonic phrase secure. A spoofing attack might go something like this: From 386f4ba14667ce43f6db35d01f948e1f2568ce32 Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Wed, 9 Mar 2022 14:30:12 -0500 Subject: [PATCH 012/215] Screenshot: explorer Aggregate Bonded transaction --- .../screenshots/Aggregate_transaction.png | Bin 0 -> 58312 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 source/resources/images/screenshots/Aggregate_transaction.png diff --git a/source/resources/images/screenshots/Aggregate_transaction.png b/source/resources/images/screenshots/Aggregate_transaction.png new file mode 100644 index 0000000000000000000000000000000000000000..63ede9b6f38c144bb22278906f099fcddcae4cb1 GIT binary patch literal 58312 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℘#@!-N0W6EgB3Y{Lz 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
    Bn7oCbJn8OAdu)tdFPyZ0jdFAFjX8JeI~nLj9}w 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 literal 0 HcmV?d00001 From b49a84b7646b3d60eb0fb2b958689a83935a49a3 Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Wed, 9 Mar 2022 14:35:59 -0500 Subject: [PATCH 013/215] correct filename to match convention --- ...te_transaction.png => Aggregate-transaction.png} | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename source/resources/images/screenshots/{Aggregate_transaction.png => Aggregate-transaction.png} (100%) diff --git a/source/resources/images/screenshots/Aggregate_transaction.png b/source/resources/images/screenshots/Aggregate-transaction.png similarity index 100% rename from source/resources/images/screenshots/Aggregate_transaction.png rename to source/resources/images/screenshots/Aggregate-transaction.png From 82941de25b4172f2de726610f6c6c9e25bfd9c2d Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Wed, 9 Mar 2022 14:45:55 -0500 Subject: [PATCH 014/215] Added intro & more aggregate transaction detail --- source/guides/account/scams-and-security.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index c95d9ce5e..ca44b57cc 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -8,6 +8,8 @@ Common Hacks and Scams ###################### +It should come as no surprise that cryptocurrency users are targeted by a wide variety of scammers, hackers, and thieves. While some attempts may come in familiar forms such as impersonation or misinformation, the digital nature of cryptocurrencies opens the door to a number of novel approaches. This page is intended to help you ensure the security if your assets by explaining a number of common scams and security considerations. This list is by no means comprehensive, and you are strongly encouraged to research the topic further for the sake of your wallet's security. + *********** Key Points *********** @@ -22,11 +24,10 @@ Key Points Sweeping with Aggregate Bonded Transactions ******************************************* -What is an Aggregate Bonded transaction? +What is an Aggregate transaction? ======================================== -Aggregate Bonded transactions can include a variety of elements such as multiple signers, messages, and transfers. New Symbol users may not be familiar with the complex nature of Aggregate Bonded transactions, and must take great care to fully understand the full scope of any transactions they are asked to sign. For more information see :doc:`Aggregate Transaction <../../concepts/aggregate-transaction>` - +Aggregate transactions can include a variety of elements such as multiple signers, messages, and transfers. New Symbol users may not be familiar with the complex nature of Aggregate Bonded transactions, and must take great care to fully understand the full scope of any transactions they are asked to sign. For more information see :doc:`Aggregate Transaction <../../concepts/aggregate-transaction>` What is sweeping? ================= @@ -43,6 +44,13 @@ What could a sweeping attack look like? - Your wallet sees the Aggregate Bonded transaction included in a subsequent block and prompts you with the option to review and sign it. - You choose to sign the transaction, and your XYM balance is reduced by the transaction amount (typically all or nearly all of your XYM). +Every Symbol wallet is different; some may not permit users to sign aggregate transactions, others may hide bonded aggregate transactions originating from addresses outside a predefined whietlist (i.e. your contacts), and others may prompt for users for their signature without revealing the full contents of what you are signing. Reviewing aggregate transactions using the `Symbol Explorer `__ before signing them can provide additional security and peace of mind. Below is an example of a malicous aggregate transaction that contains a message to a trusted address in the first transaction and an asset transfer to the scammer's address in the second transaction. + + .. figure:: ../../resources/images/screenshots/Aggregate-transaction.png + :align: center + :width: 75% + :class: with-shadow + :target: /_images/Aggregate-transaction.png ******** Spoofing From 89531e35be84d2f5433a8c9496fcaca3a40cf6ad Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:37:10 -0500 Subject: [PATCH 015/215] Update source/guides/account/scams-and-security.rst Typo Co-authored-by: Xavi Artigas --- source/guides/account/scams-and-security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index ca44b57cc..7af224025 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -8,7 +8,7 @@ Common Hacks and Scams ###################### -It should come as no surprise that cryptocurrency users are targeted by a wide variety of scammers, hackers, and thieves. While some attempts may come in familiar forms such as impersonation or misinformation, the digital nature of cryptocurrencies opens the door to a number of novel approaches. This page is intended to help you ensure the security if your assets by explaining a number of common scams and security considerations. This list is by no means comprehensive, and you are strongly encouraged to research the topic further for the sake of your wallet's security. +It should come as no surprise that cryptocurrency users are targeted by a wide variety of scammers, hackers, and thieves. While some attempts may come in familiar forms such as impersonation or misinformation, the digital nature of cryptocurrencies opens the door to a number of novel approaches. This page is intended to help you ensure the security of your assets by explaining a number of common scams and security considerations. This list is by no means comprehensive, and you are strongly encouraged to research the topic further for the sake of your wallet's security. *********** Key Points From 1e4c4889542c4c9b64562698457d6f41bf275427 Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:38:07 -0500 Subject: [PATCH 016/215] Update source/guides/account/scams-and-security.rst grammar & typos Co-authored-by: Xavi Artigas --- source/guides/account/scams-and-security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index 7af224025..501fc2482 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -44,7 +44,7 @@ What could a sweeping attack look like? - Your wallet sees the Aggregate Bonded transaction included in a subsequent block and prompts you with the option to review and sign it. - You choose to sign the transaction, and your XYM balance is reduced by the transaction amount (typically all or nearly all of your XYM). -Every Symbol wallet is different; some may not permit users to sign aggregate transactions, others may hide bonded aggregate transactions originating from addresses outside a predefined whietlist (i.e. your contacts), and others may prompt for users for their signature without revealing the full contents of what you are signing. Reviewing aggregate transactions using the `Symbol Explorer `__ before signing them can provide additional security and peace of mind. Below is an example of a malicous aggregate transaction that contains a message to a trusted address in the first transaction and an asset transfer to the scammer's address in the second transaction. +Every Symbol wallet is different; some may not permit users to sign aggregate transactions, others may hide aggregate transactions originating from addresses outside a predefined whitelist (i.e. their contacts), and others may prompt users for their signature without revealing the full contents of what they are signing. Reviewing aggregate transactions using the `Symbol Explorer `__ before signing them can provide additional security and peace of mind. Below is an example of a malicious aggregate transaction that contains a message to a trusted address in the first transaction and an asset transfer to the scammer's address in the second transaction. .. figure:: ../../resources/images/screenshots/Aggregate-transaction.png :align: center From 934d9e77abc448f20ca53e3cdb842a970e237fd9 Mon Sep 17 00:00:00 2001 From: OrisDorch <14351392+orisdorch@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:39:31 -0500 Subject: [PATCH 017/215] Update source/guides/account/scams-and-security.rst Image Indentation correction Co-authored-by: Xavi Artigas --- source/guides/account/scams-and-security.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/guides/account/scams-and-security.rst b/source/guides/account/scams-and-security.rst index 501fc2482..a7ff3cd22 100644 --- a/source/guides/account/scams-and-security.rst +++ b/source/guides/account/scams-and-security.rst @@ -46,11 +46,11 @@ What could a sweeping attack look like? Every Symbol wallet is different; some may not permit users to sign aggregate transactions, others may hide aggregate transactions originating from addresses outside a predefined whitelist (i.e. their contacts), and others may prompt users for their signature without revealing the full contents of what they are signing. Reviewing aggregate transactions using the `Symbol Explorer `__ before signing them can provide additional security and peace of mind. Below is an example of a malicious aggregate transaction that contains a message to a trusted address in the first transaction and an asset transfer to the scammer's address in the second transaction. - .. figure:: ../../resources/images/screenshots/Aggregate-transaction.png - :align: center - :width: 75% - :class: with-shadow - :target: /_images/Aggregate-transaction.png +.. figure:: ../../resources/images/screenshots/Aggregate-transaction.png + :align: center + :width: 75% + :class: with-shadow + :target: /_images/Aggregate-transaction.png ******** Spoofing From f253e958878f5180fb3f3e8deafc893b860367c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 17:57:31 +0000 Subject: [PATCH 018/215] [dependency]: Bump junitVersion from 5.9.2 to 5.9.3 in /source/resources/examples/java Bumps `junitVersion` from 5.9.2 to 5.9.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index d83dc691a..eeeee58e4 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -25,7 +25,7 @@ repositories { } ext { - junitVersion = "5.9.2" + junitVersion = "5.9.3" } dependencies { From 9e46ab79d250ebcc88c68be37a44ce03fc8cabd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 17:59:00 +0000 Subject: [PATCH 019/215] [dependency]: Bump @types/node from 18.15.11 to 20.1.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.11 to 20.1.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 3c42ff785..4ee02ae5e 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -97,9 +97,9 @@ "dev": true }, "@types/node": { - "version": "18.15.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz", - "integrity": "sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==", + "version": "20.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.0.tgz", + "integrity": "sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A==", "dev": true }, "@typescript-eslint/eslint-plugin": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 78e09f9cc..01dc5210f 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^18.15.11", + "@types/node": "^20.1.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From d5a18a9bc5b275c2c8e9fddececa90fe0084718a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 18:11:58 +0000 Subject: [PATCH 020/215] [dependency]: Bump ablog from 0.10.29 to 0.11.4 Bumps [ablog](https://github.com/abakan-zz/ablog) from 0.10.29 to 0.11.4. - [Commits](https://github.com/abakan-zz/ablog/commits) --- updated-dependencies: - dependency-name: ablog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 99895e793..f60659ed4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ablog==0.10.29 +ablog==0.11.4 alabaster==0.7.13 Babel==2.12.1 imagesize==1.4.1 From ece7b3527246aa582a6c76177882cb95e49bc5c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 18:12:44 +0000 Subject: [PATCH 021/215] [dependency]: Bump @types/node from 20.1.0 to 20.1.4 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.1.0 to 20.1.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 4ee02ae5e..199fa8ed0 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -97,9 +97,9 @@ "dev": true }, "@types/node": { - "version": "20.1.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.0.tgz", - "integrity": "sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A==", + "version": "20.1.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.4.tgz", + "integrity": "sha512-At4pvmIOki8yuwLtd7BNHl3CiWNbtclUbNtScGx4OHfBd4/oWoJC8KRCIxXwkdndzhxOsPXihrsOoydxBjlE9Q==", "dev": true }, "@typescript-eslint/eslint-plugin": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 01dc5210f..ca3165068 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.1.0", + "@types/node": "^20.1.4", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 964bfa01f82155cf519f7e976eb043d7561ba5b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 18:03:42 +0000 Subject: [PATCH 022/215] [dependency]: Bump pygments from 2.14.0 to 2.15.1 Bumps [pygments](https://github.com/pygments/pygments) from 2.14.0 to 2.15.1. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.14.0...2.15.1) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f60659ed4..1c828caa4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ imagesize==1.4.1 Jinja2==3.1.2 MarkupSafe==2.1.2 PyGithub==1.58.1 -Pygments==2.14.0 +Pygments==2.15.1 pytz==2023.3 six==1.16.0 snowballstemmer==2.2.0 From 56d410b88b8f93430101e8210de0bbd9c49ee9d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 18:07:41 +0000 Subject: [PATCH 023/215] [dependency]: Bump symbol-sdk from 1.0.0 to 3.0.7 in /source/resources/examples/typescript Bumps [symbol-sdk](https://github.com/nemtech/symbol-sdk-typescript-javascript) from 1.0.0 to 3.0.7. - [Release notes](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases) - [Changelog](https://github.com/symbol/symbol-sdk-typescript-javascript/blob/dev/CHANGELOG.md) - [Commits](https://github.com/nemtech/symbol-sdk-typescript-javascript/commits) --- updated-dependencies: - dependency-name: symbol-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 242 +++++++++--------- .../examples/typescript/package.json | 2 +- 2 files changed, 118 insertions(+), 126 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 199fa8ed0..bab7836f8 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -55,10 +55,10 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "@js-joda/core": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@js-joda/core/-/core-3.2.0.tgz", - "integrity": "sha512-PMqgJ0sw5B7FKb2d5bWYIoxjri+QlW/Pys7+Rw82jSH0QN3rB05jZ/VrrsUdh1w4+i2kw9JOejXGq/KhDOX7Kg==" + "@noble/hashes": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.0.tgz", + "integrity": "sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg==" }, "@tsconfig/node10": { "version": "1.0.9", @@ -290,15 +290,76 @@ "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", "dev": true }, + "base-x": { + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.9.tgz", + "integrity": "sha512-H7JU6iBHTal1gp56aKoaa//YUxEaAOUiydvrV/pILqIHXTtqxSkATOnDA2u+jZ/61sD+L/412+7kzXRtWukhpQ==", + "requires": { + "safe-buffer": "^5.0.1" + } + }, + "bech32": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/bech32/-/bech32-2.0.0.tgz", + "integrity": "sha512-LcknSilhIGatDAsY1ak2I8VtGaHNhgMSYVxFrGLXv+xLHytaKZKcaUJJUE7qmBr7h33o5YQwP55pMI0xmkpJwg==" + }, + "bigi": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/bigi/-/bigi-1.4.2.tgz", + "integrity": "sha512-ddkU+dFIuEIW8lE7ZwdIAf2UPoM90eaprg5m3YXAVVTmKlqV/9BX4A2M8BOK2yOq6/VgZFVhK6QAxJebhlbhzw==" + }, "bignumber.js": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.1.tgz", "integrity": "sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==" }, - "bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + "bip-schnorr": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/bip-schnorr/-/bip-schnorr-0.6.4.tgz", + "integrity": "sha512-dNKw7Lea8B0wMIN4OjEmOk/Z5qUGqoPDY0P2QttLqGk1hmDPytLWW8PR5Pb6Vxy6CprcdEgfJpOjUu+ONQveyg==", + "requires": { + "bigi": "^1.4.2", + "ecurve": "^1.0.6", + "js-sha256": "^0.9.0", + "randombytes": "^2.1.0", + "safe-buffer": "^5.2.1" + } + }, + "bitcore-lib": { + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/bitcore-lib/-/bitcore-lib-10.0.5.tgz", + "integrity": "sha512-dfZoKa+gbC+BF2mCMzSGi/YX/ViIpudVp18RUvryVhkl8Cky5amyQQbTs5uzLWkNn2BuqimnxtpvvoK2eAF/gQ==", + "requires": { + "bech32": "=2.0.0", + "bip-schnorr": "=0.6.4", + "bn.js": "=4.11.8", + "bs58": "^4.0.1", + "buffer-compare": "=1.1.1", + "elliptic": "^6.5.3", + "inherits": "=2.0.1", + "lodash": "^4.17.20" + }, + "dependencies": { + "bn.js": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" + }, + "inherits": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", + "integrity": "sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA==" + } + } + }, + "bitcore-mnemonic": { + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/bitcore-mnemonic/-/bitcore-mnemonic-10.0.5.tgz", + "integrity": "sha512-dpHKt8I1nsWWwlrS2JnUvpbtHPNiOPKkgv0lkUg2B0lv+1Jo2r7pDQX7YytdgDGfDN2UYCCi8plnkpPPU0rzjA==", + "requires": { + "bitcore-lib": "^10.0.5", + "unorm": "^1.4.1" + } }, "bn.js": { "version": "4.12.0", @@ -320,6 +381,19 @@ "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" }, + "bs58": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz", + "integrity": "sha512-Ok3Wdf5vOIlBrgCvTq96gBkJw+JUEzdBgyaza5HLtPm7yTHkjRy8+JzNyHF7BHa0bNWOQIp3m5YF0nnFcOIKLw==", + "requires": { + "base-x": "^3.0.2" + } + }, + "buffer-compare": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/buffer-compare/-/buffer-compare-1.1.1.tgz", + "integrity": "sha512-O6NvNiHZMd3mlIeMDjP6t/gPG75OqGPeiRZXoMQZJ6iy9GofCls4Ijs5YkPZZwoysizLiedhticmdyx/GyHghA==" + }, "buffer-reverse": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/buffer-reverse/-/buffer-reverse-1.0.1.tgz", @@ -336,11 +410,6 @@ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true }, - "catbuffer-typescript": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/catbuffer-typescript/-/catbuffer-typescript-0.1.1.tgz", - "integrity": "sha512-r/z3UKG3YCCdsTEHRXGe3IQxA8OaBRBE31e9du2LOaLStGxYCmxUjfRtJ/DyKfgpS55fJPl3w/VFMnsfwIHmkA==" - }, "chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -454,7 +523,8 @@ "diff": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==" + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true }, "doctrine": { "version": "3.0.0", @@ -470,6 +540,15 @@ "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz", "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" }, + "ecurve": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/ecurve/-/ecurve-1.0.6.tgz", + "integrity": "sha512-/BzEjNfiSuB7jIWKcS/z8FK9jNjmEWvUV2YZ4RLSmcDtP7Lq0m6FvDuSnJpBlDpGRpfRQeTLGLBI8H+kEv0r+w==", + "requires": { + "bigi": "^1.1.0", + "safe-buffer": "^5.0.1" + } + }, "elliptic": { "version": "6.5.4", "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", @@ -778,11 +857,6 @@ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", "dev": true }, - "futoin-hkdf": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/futoin-hkdf/-/futoin-hkdf-1.3.3.tgz", - "integrity": "sha512-oR75fYk3B3X9/B02Y6vusrBKucrpC6VjxhRL+C6B7FwUpuSRHbhBNG3AZbcE/xPyJmEQWsyqUFp3VeNNbA3S7A==" - }, "get-stdin": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", @@ -1039,11 +1113,6 @@ "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" }, - "js-sha512": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/js-sha512/-/js-sha512-0.8.0.tgz", - "integrity": "sha512-PWsmefG6Jkodqt+ePTvBZCSMFgN7Clckjd0O7su3I0+BW2QWUTJNzjktHsztGLhncP2h8mcF9V9Y2Ha59pAViQ==" - }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -1085,13 +1154,7 @@ "lodash": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "long": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/long/-/long-4.0.0.tgz", - "integrity": "sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==" + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lru-cache": { "version": "6.0.0", @@ -1161,7 +1224,8 @@ "minimist": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true }, "mkdirp": { "version": "0.5.5", @@ -1196,14 +1260,6 @@ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", "dev": true }, - "node-fetch": { - "version": "2.6.7", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", - "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", - "requires": { - "whatwg-url": "^5.0.0" - } - }, "number-to-bn": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.7.0.tgz", @@ -1351,9 +1407,9 @@ } }, "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "requires": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -1572,66 +1628,21 @@ "has-flag": "^3.0.0" } }, - "symbol-openapi-typescript-fetch-client": { - "version": "0.11.2", - "resolved": "https://registry.npmjs.org/symbol-openapi-typescript-fetch-client/-/symbol-openapi-typescript-fetch-client-0.11.2.tgz", - "integrity": "sha512-A1MAN8/UWlaCEibBf6zxkduZwDNSvWwLPp6JB0GeYI/FAOrw/9nLyuS/NJQ3siGAUclnuejH1wG7KdUg0/4RSw==" + "symbol-crypto-wasm-node": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/symbol-crypto-wasm-node/-/symbol-crypto-wasm-node-0.1.1.tgz", + "integrity": "sha512-gASOhy8+uITSZh5bCYKve5GFtQQ2yQjTFqYNRO4Wq5mH29Ai+3TyKTAq9wZ6bwQfgm7j8U4aqmwFn9WdsXU4eQ==" }, "symbol-sdk": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-1.0.0.tgz", - "integrity": "sha512-j7HR5288sNXLHAMRWc6VgXiVBiyY6FJ0b+ug//cJPg63beKF+ZJkAZbzcrQqdrMTuGhIy80jG9HFodQIthLoUg==", - "requires": { - "@js-joda/core": "^3.2.0", - "bluebird": "^3.7.2", - "catbuffer-typescript": "0.1.1", - "crypto-js": "^4.0.0", - "diff": "^4.0.2", - "futoin-hkdf": "^1.3.2", - "js-sha256": "^0.9.0", - "js-sha3": "^0.8.0", - "js-sha512": "^0.8.0", - "long": "^4.0.0", - "merkletreejs": "^0.2.9", - "minimist": "^1.2.5", - "node-fetch": "^2.6.0", + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-3.0.7.tgz", + "integrity": "sha512-B12lYGI8+wvil4EFQZlCmEfA0lFv2w0wRyiKQXHcv9IUujcE0kjE31OBlFLbIXBfOJmWxhHHO0QLIFkzflfW3w==", + "requires": { + "@noble/hashes": "^1.3.0", + "bitcore-mnemonic": "^10.0.5", "ripemd160": "^2.0.2", - "rxjs": "^6.6.3", - "rxjs-compat": "^6.6.3", - "symbol-openapi-typescript-fetch-client": "0.11.2", - "tweetnacl": "^1.0.3", - "ws": "^7.3.1" - }, - "dependencies": { - "crypto-js": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.0.0.tgz", - "integrity": "sha512-bzHZN8Pn+gS7DQA6n+iUmBfl0hO5DJq++QP3U6uTucDtk/0iGpXd/Gg7CGR0p8tJhofJyaKoWBuJI4eAO00BBg==" - }, - "js-sha3": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", - "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" - }, - "merkletreejs": { - "version": "0.2.18", - "resolved": "https://registry.npmjs.org/merkletreejs/-/merkletreejs-0.2.18.tgz", - "integrity": "sha512-f8bSFaUDPZhot94xkjb83XbG1URaiNLxZy6LWTw2IzbQeCA4YX/UxublGxXdLQIYXbWkDghq6EqwG5u4I7ELmA==", - "requires": { - "bignumber.js": "^9.0.1", - "buffer-reverse": "^1.0.1", - "crypto-js": "^3.1.9-1", - "treeify": "^1.1.0", - "web3-utils": "^1.3.4" - }, - "dependencies": { - "crypto-js": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.3.0.tgz", - "integrity": "sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==" - } - } - } + "symbol-crypto-wasm-node": "^0.1.1", + "tweetnacl": "^1.0.3" } }, "table": { @@ -1697,11 +1708,6 @@ "os-tmpdir": "~1.0.2" } }, - "tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" - }, "treeify": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz", @@ -1771,6 +1777,11 @@ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, + "unorm": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/unorm/-/unorm-1.6.0.tgz", + "integrity": "sha512-b2/KCUlYZUeA7JFUuRJZPUtr4gZvBh7tavtv4fvk4+KV9pfGiR6CQAQAWl49ZpR3ts2dk4FYkP7EIgDJoiOLDA==" + }, "uri-js": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.0.tgz", @@ -1793,7 +1804,7 @@ "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "v8-compile-cache": { "version": "2.2.0", @@ -1822,20 +1833,6 @@ "utf8": "3.0.0" } }, - "webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" - }, - "whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", - "requires": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, "which": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", @@ -1865,11 +1862,6 @@ "mkdirp": "^0.5.1" } }, - "ws": { - "version": "7.4.6", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz", - "integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==" - }, "xhr": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/xhr/-/xhr-2.6.0.tgz", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index ca3165068..1e068f6e4 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -9,7 +9,7 @@ "merkletreejs": "^0.3.9", "rxjs": "^6.6.3", "rxjs-compat": "^6.6.7", - "symbol-sdk": "1.0.0", + "symbol-sdk": "3.0.7", "typescript": "^5.0.4", "utf8": "^3.0.0" }, From c3c4d4d85c5da6e15a7e60771fa9c5017adff8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 18:08:41 +0000 Subject: [PATCH 024/215] [dependency]: Bump @types/node from 20.1.4 to 20.2.1 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.1.4 to 20.2.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index bab7836f8..7f113d08a 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -97,9 +97,9 @@ "dev": true }, "@types/node": { - "version": "20.1.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.1.4.tgz", - "integrity": "sha512-At4pvmIOki8yuwLtd7BNHl3CiWNbtclUbNtScGx4OHfBd4/oWoJC8KRCIxXwkdndzhxOsPXihrsOoydxBjlE9Q==", + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.1.tgz", + "integrity": "sha512-DqJociPbZP1lbZ5SQPk4oag6W7AyaGMO6gSfRwq3PWl4PXTwJpRQJhDq4W0kzrg3w6tJ1SwlvGZ5uKFHY13LIg==", "dev": true }, "@typescript-eslint/eslint-plugin": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 1e068f6e4..8db102b11 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.1.4", + "@types/node": "^20.2.1", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From eacd248ea8dd6e0680a7a03dd220c5e71e7a7c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 18:10:57 +0000 Subject: [PATCH 025/215] [dependency]: Bump merkletreejs from 0.3.9 to 0.3.10 in /source/resources/examples/typescript Bumps [merkletreejs](https://github.com/miguelmota/merkletreejs) from 0.3.9 to 0.3.10. - [Commits](https://github.com/miguelmota/merkletreejs/commits) --- updated-dependencies: - dependency-name: merkletreejs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 441 ++++++++++-------- .../examples/typescript/package.json | 2 +- 2 files changed, 256 insertions(+), 187 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 7f113d08a..b62b41baf 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -84,6 +84,14 @@ "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==", "dev": true }, + "@types/bn.js": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.1.tgz", + "integrity": "sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==", + "requires": { + "@types/node": "*" + } + }, "@types/eslint-visitor-keys": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz", @@ -99,8 +107,23 @@ "@types/node": { "version": "20.2.1", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.1.tgz", - "integrity": "sha512-DqJociPbZP1lbZ5SQPk4oag6W7AyaGMO6gSfRwq3PWl4PXTwJpRQJhDq4W0kzrg3w6tJ1SwlvGZ5uKFHY13LIg==", - "dev": true + "integrity": "sha512-DqJociPbZP1lbZ5SQPk4oag6W7AyaGMO6gSfRwq3PWl4PXTwJpRQJhDq4W0kzrg3w6tJ1SwlvGZ5uKFHY13LIg==" + }, + "@types/pbkdf2": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@types/pbkdf2/-/pbkdf2-3.1.0.tgz", + "integrity": "sha512-Cf63Rv7jCQ0LaL8tNXmEyqTHuIJxRdlS5vMh1mj5voN4+QFhVZnlZruezqpWYDiJ8UTzhP0VmeLXCmBk66YrMQ==", + "requires": { + "@types/node": "*" + } + }, + "@types/secp256k1": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@types/secp256k1/-/secp256k1-4.0.3.tgz", + "integrity": "sha512-Da66lEIFeIz9ltsdMZcpQvmrmmoqrfju8pm1BH8WbYjZSwUgCwXLb9C+9XYogwBITnbsSaMdVPb2ekf7TV+03w==", + "requires": { + "@types/node": "*" + } }, "@typescript-eslint/eslint-plugin": { "version": "2.34.0", @@ -309,9 +332,9 @@ "integrity": "sha512-ddkU+dFIuEIW8lE7ZwdIAf2UPoM90eaprg5m3YXAVVTmKlqV/9BX4A2M8BOK2yOq6/VgZFVhK6QAxJebhlbhzw==" }, "bignumber.js": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.1.tgz", - "integrity": "sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==" + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.1.tgz", + "integrity": "sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==" }, "bip-schnorr": { "version": "0.6.4", @@ -361,6 +384,11 @@ "unorm": "^1.4.1" } }, + "blakejs": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.2.1.tgz", + "integrity": "sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==" + }, "bn.js": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", @@ -381,6 +409,19 @@ "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" }, + "browserify-aes": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "requires": { + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, "bs58": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz", @@ -389,6 +430,16 @@ "base-x": "^3.0.2" } }, + "bs58check": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz", + "integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==", + "requires": { + "bs58": "^4.0.0", + "create-hash": "^1.1.0", + "safe-buffer": "^5.1.2" + } + }, "buffer-compare": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/buffer-compare/-/buffer-compare-1.1.1.tgz", @@ -397,12 +448,12 @@ "buffer-reverse": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/buffer-reverse/-/buffer-reverse-1.0.1.tgz", - "integrity": "sha1-SSg8jvpvkBvAH6MwTQYCeXGuL2A=" + "integrity": "sha512-M87YIUBsZ6N924W57vDwT/aOu8hw7ZgdByz6ijksLjmHJELBASmYTTlNHRgjE+pTsT9oJXGaDSgqqwfdHotDUg==" }, - "buffer-to-arraybuffer": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/buffer-to-arraybuffer/-/buffer-to-arraybuffer-0.0.5.tgz", - "integrity": "sha1-YGSkD6dutDxyOrqe+PbhIW0QURo=" + "buffer-xor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==" }, "callsites": { "version": "3.1.0", @@ -427,6 +478,15 @@ "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", "dev": true }, + "cipher-base": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, "cli-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", @@ -463,6 +523,31 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, + "create-hash": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "requires": { + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" + } + }, + "create-hmac": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", + "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", + "requires": { + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, "create-require": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", @@ -501,19 +586,6 @@ "ms": "2.1.2" } }, - "decode-uri-component": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", - "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==" - }, - "decompress-response": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", - "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", - "requires": { - "mimic-response": "^1.0.0" - } - }, "deep-is": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", @@ -535,11 +607,6 @@ "esutils": "^2.0.2" } }, - "dom-walk": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz", - "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" - }, "ecurve": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/ecurve/-/ecurve-1.0.6.tgz", @@ -734,35 +801,59 @@ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true }, - "eth-lib": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/eth-lib/-/eth-lib-0.2.8.tgz", - "integrity": "sha512-ArJ7x1WcWOlSpzdoTBX8vkwlkSQ85CjjifSZtV4co64vWxSV8geWfPI9x4SVYu3DSxnX4yWFVTtGL+j9DUFLNw==", - "requires": { - "bn.js": "^4.11.6", - "elliptic": "^6.4.0", - "xhr-request-promise": "^0.1.2" - } - }, "ethereum-bloom-filters": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/ethereum-bloom-filters/-/ethereum-bloom-filters-1.0.9.tgz", - "integrity": "sha512-GiK/RQkAkcVaEdxKVkPcG07PQ5vD7v2MFSHgZmBJSfMzNRHimntdBithsHAT89tAXnIpzVDWt8iaCD1DvkaxGg==", + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/ethereum-bloom-filters/-/ethereum-bloom-filters-1.0.10.tgz", + "integrity": "sha512-rxJ5OFN3RwjQxDcFP2Z5+Q9ho4eIdEmSc2ht0fCu8Se9nbXjZ7/031uXoUYJ87KHCOdVeiUuwSnoS7hmYAGVHA==", "requires": { "js-sha3": "^0.8.0" + } + }, + "ethereum-cryptography": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-0.1.3.tgz", + "integrity": "sha512-w8/4x1SGGzc+tO97TASLja6SLd3fRIK2tLVcV2Gx4IB21hE19atll5Cq9o3d0ZmAYC/8aw0ipieTSiekAea4SQ==", + "requires": { + "@types/pbkdf2": "^3.0.0", + "@types/secp256k1": "^4.0.1", + "blakejs": "^1.1.0", + "browserify-aes": "^1.2.0", + "bs58check": "^2.1.2", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "hash.js": "^1.1.7", + "keccak": "^3.0.0", + "pbkdf2": "^3.0.17", + "randombytes": "^2.1.0", + "safe-buffer": "^5.1.2", + "scrypt-js": "^3.0.0", + "secp256k1": "^4.0.1", + "setimmediate": "^1.0.5" + } + }, + "ethereumjs-util": { + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-7.1.5.tgz", + "integrity": "sha512-SDl5kKrQAudFBUe5OJM9Ac6WmMyYmXX/6sTmLZ3ffG2eY6ZIGBes3pEDxNN6V72WyOw4CPD5RomKdsa8DAAwLg==", + "requires": { + "@types/bn.js": "^5.1.0", + "bn.js": "^5.1.2", + "create-hash": "^1.1.2", + "ethereum-cryptography": "^0.1.3", + "rlp": "^2.2.4" }, "dependencies": { - "js-sha3": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", - "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" + "bn.js": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" } } }, "ethjs-unit": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/ethjs-unit/-/ethjs-unit-0.1.6.tgz", - "integrity": "sha1-xmWSHkduh7ziqdWIpv4EBbLEFpk=", + "integrity": "sha512-/Sn9Y0oKl0uqQuvgFk/zQgR7aw1g36qX/jzSQ5lSwlO0GigPymk4eGQfeNTD03w1dPOqfz8V77Cy43jH56pagw==", "requires": { "bn.js": "4.11.6", "number-to-bn": "1.7.0" @@ -771,10 +862,19 @@ "bn.js": { "version": "4.11.6", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.6.tgz", - "integrity": "sha1-UzRK2xRhehP26N0s4okF0cC6MhU=" + "integrity": "sha512-XWwnNNFCuuSQ0m3r3C4LE3EiORltHd9M05pq6FOlVeiophzRbMo50Sbz1ehl8K3Z+jw9+vmgnXefY1hz8X+2wA==" } } }, + "evp_bytestokey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "requires": { + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" + } + }, "external-editor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", @@ -886,15 +986,6 @@ "is-glob": "^4.0.1" } }, - "global": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/global/-/global-4.4.0.tgz", - "integrity": "sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==", - "requires": { - "min-document": "^2.19.0", - "process": "^0.11.10" - } - }, "globals": { "version": "12.4.0", "resolved": "https://registry.npmjs.org/globals/-/globals-12.4.0.tgz", @@ -1078,11 +1169,6 @@ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, - "is-function": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-function/-/is-function-1.0.2.tgz", - "integrity": "sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==" - }, "is-glob": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", @@ -1095,7 +1181,7 @@ "is-hex-prefixed": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-hex-prefixed/-/is-hex-prefixed-1.0.0.tgz", - "integrity": "sha1-fY035q135dEnFIkTxXPggtd39VQ=" + "integrity": "sha512-WvtOiug1VFrE9v1Cydwm+FnXd3+w9GaeVUss5W4v/SLy3UW00vP+6iNF2SdnfiBoLy4bTqVdkftNGTUeOFVsbA==" }, "isexe": { "version": "2.0.0", @@ -1141,6 +1227,16 @@ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", "dev": true }, + "keccak": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/keccak/-/keccak-3.0.3.tgz", + "integrity": "sha512-JZrLIAJWuZxKbCilMpNz5Vj7Vtb4scDG3dMXLOsbzBmQGyjwE61BbW7bJkfKKCShXiQZt3T6sBgALRtmd+nZaQ==", + "requires": { + "node-addon-api": "^2.0.0", + "node-gyp-build": "^4.2.0", + "readable-stream": "^3.6.0" + } + }, "levn": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", @@ -1171,10 +1267,20 @@ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", "dev": true }, + "md5.js": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "requires": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, "merkletreejs": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/merkletreejs/-/merkletreejs-0.3.9.tgz", - "integrity": "sha512-NjlATjJr4NEn9s8v/VEHhgwRWaE1eA/Une07d9SEqKzULJi1Wsh0Y3svwJdP2bYLMmgSBHzOrNydMWM1NN9VeQ==", + "version": "0.3.10", + "resolved": "https://registry.npmjs.org/merkletreejs/-/merkletreejs-0.3.10.tgz", + "integrity": "sha512-lin42tKfRdkW+6iE5pjtQ9BnH+1Hk3sJ5Fn9hUUSjcXRcJbSISHgPCfYvMNEXiNqZPhz/TyRPEV30qgnujsQ7A==", "requires": { "bignumber.js": "^9.0.1", "buffer-reverse": "^1.0.1", @@ -1189,19 +1295,6 @@ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true }, - "mimic-response": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", - "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" - }, - "min-document": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", - "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=", - "requires": { - "dom-walk": "^0.1.0" - } - }, "minimalistic-assert": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", @@ -1260,10 +1353,20 @@ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", "dev": true }, + "node-addon-api": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz", + "integrity": "sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==" + }, + "node-gyp-build": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz", + "integrity": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==" + }, "number-to-bn": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.7.0.tgz", - "integrity": "sha1-uzYjWS9+X54AMLGXe9QaDFP+HqA=", + "integrity": "sha512-wsJ9gfSz1/s4ZsJN01lyonwuxA1tml6X1yBDnfpMglypcBRFZZkus26EdPSlqS5GJfYddVZa22p3VNb3z5m5Ig==", "requires": { "bn.js": "4.11.6", "strip-hex-prefix": "1.0.0" @@ -1272,19 +1375,15 @@ "bn.js": { "version": "4.11.6", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.6.tgz", - "integrity": "sha1-UzRK2xRhehP26N0s4okF0cC6MhU=" + "integrity": "sha512-XWwnNNFCuuSQ0m3r3C4LE3EiORltHd9M05pq6FOlVeiophzRbMo50Sbz1ehl8K3Z+jw9+vmgnXefY1hz8X+2wA==" } } }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" - }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, "requires": { "wrappy": "1" } @@ -1327,11 +1426,6 @@ "callsites": "^3.0.0" } }, - "parse-headers": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.3.tgz", - "integrity": "sha512-QhhZ+DCCit2Coi2vmAKbq5RGTRcQUOE2+REgv8vdyu7MnYx2eZztegqtTx99TZ86GTIwqiy3+4nQTWZ2tgmdCA==" - }, "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", @@ -1344,6 +1438,18 @@ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", "dev": true }, + "pbkdf2": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", + "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", + "requires": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + } + }, "prelude-ls": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", @@ -1371,11 +1477,6 @@ "integrity": "sha512-e97lE6odGSiHonHJMTYC0q0iLXQyw0u5z/PJpvP/3vRy6/Zi9kLBwFAbEGjDzIowpjQv8b+J04PDamoUSQbzGA==", "dev": true }, - "process": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", - "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" - }, "progress": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz", @@ -1388,16 +1489,6 @@ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", "dev": true }, - "query-string": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz", - "integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==", - "requires": { - "decode-uri-component": "^0.2.0", - "object-assign": "^4.1.0", - "strict-uri-encode": "^1.0.0" - } - }, "randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", @@ -1456,6 +1547,21 @@ "inherits": "^2.0.1" } }, + "rlp": { + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/rlp/-/rlp-2.2.7.tgz", + "integrity": "sha512-d5gdPmgQ0Z+AklL2NVXr/IoSjNZFfTVvQWzL/AM2AOcSzYP2xjlb0AC8YyCLc41MSNf6P6QVtjgPdmVtzb+4lQ==", + "requires": { + "bn.js": "^5.2.0" + }, + "dependencies": { + "bn.js": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" + } + } + }, "run-async": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", @@ -1486,12 +1592,41 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", "dev": true }, + "scrypt-js": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz", + "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==" + }, + "secp256k1": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/secp256k1/-/secp256k1-4.0.3.tgz", + "integrity": "sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==", + "requires": { + "elliptic": "^6.5.4", + "node-addon-api": "^2.0.0", + "node-gyp-build": "^4.2.0" + } + }, "semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true }, + "setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" + }, + "sha.js": { + "version": "2.4.11", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "requires": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + } + }, "shebang-command": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", @@ -1513,21 +1648,6 @@ "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", "dev": true }, - "simple-concat": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", - "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" - }, - "simple-get": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-2.8.2.tgz", - "integrity": "sha512-Ijd/rV5o+mSBBs4F/x9oDPtTx9Zb6X9brmnXvMW4J7IR15ngi9q5xxqWBKU744jTZiaXtxaPL7uHG6vtN8kUkw==", - "requires": { - "decompress-response": "^3.3.0", - "once": "^1.3.1", - "simple-concat": "^1.0.0" - } - }, "slice-ansi": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.1.0.tgz", @@ -1553,11 +1673,6 @@ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", "dev": true }, - "strict-uri-encode": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", - "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" - }, "string-width": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz", @@ -1608,7 +1723,7 @@ "strip-hex-prefix": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/strip-hex-prefix/-/strip-hex-prefix-1.0.0.tgz", - "integrity": "sha1-DF8VX+8RUTczd96du1iNoFUA428=", + "integrity": "sha512-q8d4ue7JGEiVcypji1bALTos+0pWtyGlivAWyPuTkHzuTCJqrK9sWxYQZUq6Nq3cuyv3bm734IhHvHtGGURU6A==", "requires": { "is-hex-prefixed": "1.0.0" } @@ -1694,11 +1809,6 @@ "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", "dev": true }, - "timed-out": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", - "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=" - }, "tmp": { "version": "0.0.33", "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", @@ -1772,11 +1882,6 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==" }, - "underscore": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz", - "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" - }, "unorm": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/unorm/-/unorm-1.6.0.tgz", @@ -1791,11 +1896,6 @@ "punycode": "^2.1.0" } }, - "url-set-query": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/url-set-query/-/url-set-query-1.0.0.tgz", - "integrity": "sha1-AW6M/Xwg7gXK/neV6JK9BwL6ozk=" - }, "utf8": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/utf8/-/utf8-3.0.0.tgz", @@ -1819,18 +1919,24 @@ "dev": true }, "web3-utils": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-1.3.6.tgz", - "integrity": "sha512-hHatFaQpkQgjGVER17gNx8u1qMyaXFZtM0y0XLGH1bzsjMPlkMPLRcYOrZ00rOPfTEuYFOdrpGOqZXVmGrMZRg==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-1.10.0.tgz", + "integrity": "sha512-kSaCM0uMcZTNUSmn5vMEhlo02RObGNRRCkdX0V9UTAU0+lrvn0HSaudyCo6CQzuXUsnuY2ERJGCGPfeWmv19Rg==", "requires": { - "bn.js": "^4.11.9", - "eth-lib": "0.2.8", + "bn.js": "^5.2.1", "ethereum-bloom-filters": "^1.0.6", + "ethereumjs-util": "^7.1.0", "ethjs-unit": "0.1.6", "number-to-bn": "1.7.0", "randombytes": "^2.1.0", - "underscore": "1.12.1", "utf8": "3.0.0" + }, + "dependencies": { + "bn.js": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" + } } }, "which": { @@ -1851,7 +1957,8 @@ "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true }, "write": { "version": "1.0.3", @@ -1862,44 +1969,6 @@ "mkdirp": "^0.5.1" } }, - "xhr": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/xhr/-/xhr-2.6.0.tgz", - "integrity": "sha512-/eCGLb5rxjx5e3mF1A7s+pLlR6CGyqWN91fv1JgER5mVWg1MZmlhBvy9kjcsOdRk8RrIujotWyJamfyrp+WIcA==", - "requires": { - "global": "~4.4.0", - "is-function": "^1.0.1", - "parse-headers": "^2.0.0", - "xtend": "^4.0.0" - } - }, - "xhr-request": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/xhr-request/-/xhr-request-1.1.0.tgz", - "integrity": "sha512-Y7qzEaR3FDtL3fP30k9wO/e+FBnBByZeybKOhASsGP30NIkRAAkKD/sCnLvgEfAIEC1rcmK7YG8f4oEnIrrWzA==", - "requires": { - "buffer-to-arraybuffer": "^0.0.5", - "object-assign": "^4.1.1", - "query-string": "^5.0.1", - "simple-get": "^2.7.0", - "timed-out": "^4.0.1", - "url-set-query": "^1.0.0", - "xhr": "^2.0.4" - } - }, - "xhr-request-promise": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/xhr-request-promise/-/xhr-request-promise-0.1.3.tgz", - "integrity": "sha512-YUBytBsuwgitWtdRzXDDkWAXzhdGB8bYm0sSzMPZT7Z2MBjMSTHFsyCT1yCRATY+XC69DUrQraRAEgcoCRaIPg==", - "requires": { - "xhr-request": "^1.1.0" - } - }, - "xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" - }, "yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 8db102b11..613f81501 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -6,7 +6,7 @@ "dependencies": { "crypto": "^1.0.1", "js-sha3": "^0.8.0", - "merkletreejs": "^0.3.9", + "merkletreejs": "^0.3.10", "rxjs": "^6.6.3", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.0.7", From 09231016d9d2e280d79e9cf363b4a3dd04e2ad42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 17:58:50 +0000 Subject: [PATCH 026/215] [dependency]: Bump sphinxcontrib-mermaid from 0.8.1 to 0.9.2 Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 0.8.1 to 0.9.2. - [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.rst) - [Commits](https://github.com/mgaitan/sphinxcontrib-mermaid/compare/0.8.1...0.9.2) --- updated-dependencies: - dependency-name: sphinxcontrib-mermaid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c828caa4..e42526d1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.0.1 sphinx_tabs==3.4.1 sphinxcontrib-viewsource==0.1.4 -sphinxcontrib.mermaid==0.8.1 +sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3 m2r2==0.3.2 GitPython==3.1.31 From 97752f509a1435c563502540463834b74ae4f59e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 18:01:23 +0000 Subject: [PATCH 027/215] [dependency]: Bump m2r2 from 0.3.2 to 0.3.3.post2 Bumps [m2r2](https://github.com/crossnox/m2r2) from 0.3.2 to 0.3.3.post2. - [Changelog](https://github.com/CrossNox/m2r2/blob/development/CHANGES.md) - [Commits](https://github.com/crossnox/m2r2/compare/v0.3.2...v0.3.3.post2) --- updated-dependencies: - dependency-name: m2r2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e42526d1e..2d8d43135 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,6 @@ sphinx_tabs==3.4.1 sphinxcontrib-viewsource==0.1.4 sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3 -m2r2==0.3.2 +m2r2==0.3.3.post2 GitPython==3.1.31 mistune==0.8.4 From c53b62d3d900d08bba5acef8cbfa76f6dfb71409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 18:01:44 +0000 Subject: [PATCH 028/215] [dependency]: Bump @types/node from 20.2.1 to 20.2.5 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.1 to 20.2.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index b62b41baf..b741ef9d4 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.2.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.1.tgz", - "integrity": "sha512-DqJociPbZP1lbZ5SQPk4oag6W7AyaGMO6gSfRwq3PWl4PXTwJpRQJhDq4W0kzrg3w6tJ1SwlvGZ5uKFHY13LIg==" + "version": "20.2.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.5.tgz", + "integrity": "sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 613f81501..b2bd68277 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.2.1", + "@types/node": "^20.2.5", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 28e2604d1f0dc616629d80e27e2be4fad64eec51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 18:01:56 +0000 Subject: [PATCH 029/215] [dependency]: Bump pygithub from 1.58.1 to 1.58.2 Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.58.1 to 1.58.2. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/v1.58.2/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v1.58.1...v1.58.2) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d8d43135..7fb065a2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Babel==2.12.1 imagesize==1.4.1 Jinja2==3.1.2 MarkupSafe==2.1.2 -PyGithub==1.58.1 +PyGithub==1.58.2 Pygments==2.15.1 pytz==2023.3 six==1.16.0 From 62092d988c2f3d9e771fdfc6e41806ba08043b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 18:02:27 +0000 Subject: [PATCH 030/215] [dependency]: Bump mistune from 0.8.4 to 2.0.5 Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.5. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v0.8.4...v2.0.5) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7fb065a2c..5ba7927d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3 m2r2==0.3.3.post2 GitPython==3.1.31 -mistune==0.8.4 +mistune==2.0.5 From 52c4ed5f67ed48a32510c5bc7bd8812d537f7f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 18:11:14 +0000 Subject: [PATCH 031/215] [dependency]: Bump sphinx from 5.2.0.post0 to 7.0.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.0.post0 to 7.0.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/commits/v7.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5ba7927d0..87c5ebc76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytz==2023.3 six==1.16.0 snowballstemmer==2.2.0 docutils==0.18 -Sphinx==5.2.0.post0 +Sphinx==7.0.1 sphinx-autobuild==2021.3.14 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.0.1 From d3e6fffef93bfd240897540f0625af03ef95a5cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 18:01:16 +0000 Subject: [PATCH 032/215] [dependency]: Bump rxjs from 6.6.3 to 7.8.1 in /source/resources/examples/typescript Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.6.3 to 7.8.1. - [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.1/CHANGELOG.md) - [Commits](https://github.com/reactivex/rxjs/compare/6.6.3...7.8.1) --- updated-dependencies: - dependency-name: rxjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 27 +++++++++++++++---- .../examples/typescript/package.json | 2 +- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index b741ef9d4..f7fd5da1a 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1137,6 +1137,15 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, + "rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "dev": true, + "requires": { + "tslib": "^1.9.0" + } + }, "strip-ansi": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", @@ -1569,11 +1578,18 @@ "dev": true }, "rxjs": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.3.tgz", - "integrity": "sha512-trsQc+xYYXZ3urjOiJOuCOa5N3jAZ3eiSpQB5hIT8zGlL2QfnHLJ2r7GMkBGuIausdJN1OneaI6gQlsqNHHmZQ==", + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "requires": { - "tslib": "^1.9.0" + "tslib": "^2.1.0" + }, + "dependencies": { + "tslib": { + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.3.tgz", + "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" + } } }, "rxjs-compat": { @@ -1855,7 +1871,8 @@ "tslib": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz", - "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==" + "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==", + "dev": true }, "tweetnacl": { "version": "1.0.3", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index b2bd68277..742b48af3 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -7,7 +7,7 @@ "crypto": "^1.0.1", "js-sha3": "^0.8.0", "merkletreejs": "^0.3.10", - "rxjs": "^6.6.3", + "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.0.7", "typescript": "^5.0.4", From c0c9159907c4ff0edd8b90bbd61f8290795cc23e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 18:02:00 +0000 Subject: [PATCH 033/215] [dependency]: Bump typescript from 5.0.4 to 5.1.3 in /source/resources/examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.1.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index f7fd5da1a..cd237b9e0 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1895,9 +1895,9 @@ "dev": true }, "typescript": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", - "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==" + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", + "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==" }, "unorm": { "version": "1.6.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 742b48af3..70469252b 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.0.7", - "typescript": "^5.0.4", + "typescript": "^5.1.3", "utf8": "^3.0.0" }, "devDependencies": { From baebb99c56d96b351d21169f26f9fabf5053e04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 18:08:26 +0000 Subject: [PATCH 034/215] [dependency]: Bump ablog from 0.11.4 to 0.11.4.post1 Bumps [ablog](https://github.com/abakan-zz/ablog) from 0.11.4 to 0.11.4.post1. - [Commits](https://github.com/abakan-zz/ablog/commits) --- updated-dependencies: - dependency-name: ablog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 87c5ebc76..95fd1c044 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ablog==0.11.4 +ablog==0.11.4.post1 alabaster==0.7.13 Babel==2.12.1 imagesize==1.4.1 From 7b0f78aa49f449794b904e776e607fdf5e9e73c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 18:02:50 +0000 Subject: [PATCH 035/215] [dependency]: Bump prettier from 2.2.1 to 2.8.8 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.8.8. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.2.1...2.8.8) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index cd237b9e0..92ddc4c82 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1466,9 +1466,9 @@ "dev": true }, "prettier": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz", - "integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==", + "version": "2.8.8", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", + "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 70469252b..162821953 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^2.1.2", + "prettier": "^2.8.8", "prettier-plugin-organize-imports": "^3.2.2", "ts-node": "^10.9.1" }, From d98c1855a1d7603b458e4c5b6a0473d992c1b812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 18:03:01 +0000 Subject: [PATCH 036/215] [dependency]: Bump @types/node from 20.2.5 to 20.3.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.5 to 20.3.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 92ddc4c82..899c54b87 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.2.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.2.5.tgz", - "integrity": "sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==" + "version": "20.3.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.0.tgz", + "integrity": "sha512-cumHmIAf6On83X7yP+LrsEyUOf/YlociZelmpRYaGFydoaPdxdt80MAbu6vWerQT2COCp2nPvHdsbD7tHn/YlQ==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 162821953..ca4588a48 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.2.5", + "@types/node": "^20.3.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From b6f6463da8c20673d25c35c3f9a1e45278a58720 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 18:04:41 +0000 Subject: [PATCH 037/215] [dependency]: Bump mistune from 2.0.5 to 3.0.1 Bumps [mistune](https://github.com/lepture/mistune) from 2.0.5 to 3.0.1. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v2.0.5...v3.0.1) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 95fd1c044..bcb025943 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3 m2r2==0.3.3.post2 GitPython==3.1.31 -mistune==2.0.5 +mistune==3.0.1 From 745ef304fb83e838d63c26604863464071ab6369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 17:59:55 +0000 Subject: [PATCH 038/215] [dependency]: Bump @types/node from 20.3.0 to 20.3.1 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.0 to 20.3.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 899c54b87..725864522 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.3.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.0.tgz", - "integrity": "sha512-cumHmIAf6On83X7yP+LrsEyUOf/YlociZelmpRYaGFydoaPdxdt80MAbu6vWerQT2COCp2nPvHdsbD7tHn/YlQ==" + "version": "20.3.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.1.tgz", + "integrity": "sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index ca4588a48..369f3fd2f 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.3.0", + "@types/node": "^20.3.1", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 084317db71c181de366784f68fbc585b6cfc89fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 17:59:13 +0000 Subject: [PATCH 039/215] [dependency]: Bump pygithub from 1.58.2 to 1.59.0 Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.58.2 to 1.59.0. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v1.58.2...v1.59.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bcb025943..15bb93fbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Babel==2.12.1 imagesize==1.4.1 Jinja2==3.1.2 MarkupSafe==2.1.2 -PyGithub==1.58.2 +PyGithub==1.59.0 Pygments==2.15.1 pytz==2023.3 six==1.16.0 From 19e957190cb3ab88d4360cb93fd9e28b9a5783b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 18:04:12 +0000 Subject: [PATCH 040/215] [dependency]: Bump markupsafe from 2.1.2 to 2.1.3 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.2...2.1.3) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15bb93fbf..edc663bc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ alabaster==0.7.13 Babel==2.12.1 imagesize==1.4.1 Jinja2==3.1.2 -MarkupSafe==2.1.2 +MarkupSafe==2.1.3 PyGithub==1.59.0 Pygments==2.15.1 pytz==2023.3 From 8dab80207945c0f3c138f083ca425d1aef54ce7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 17:36:53 +0000 Subject: [PATCH 041/215] [dependency]: Bump @types/node from 20.3.1 to 20.3.3 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.1 to 20.3.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 725864522..7c697aaa8 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.3.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.1.tgz", - "integrity": "sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==" + "version": "20.3.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.3.tgz", + "integrity": "sha512-wheIYdr4NYML61AjC8MKj/2jrR/kDQri/CIpVoZwldwhnIrD/j9jIU5bJ8yBKuB2VhpFV7Ab6G2XkBjv9r9Zzw==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 369f3fd2f..67b42bda7 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.3.1", + "@types/node": "^20.3.3", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 2bbd92a3e1d45ce08b2c666217df27988c9a26df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 17:37:47 +0000 Subject: [PATCH 042/215] [dependency]: Bump typescript from 5.1.3 to 5.1.6 in /source/resources/examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.1.6. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 7c697aaa8..44be4d438 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1895,9 +1895,9 @@ "dev": true }, "typescript": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", - "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==" + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==" }, "unorm": { "version": "1.6.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 67b42bda7..ca77f515f 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.0.7", - "typescript": "^5.1.3", + "typescript": "^5.1.6", "utf8": "^3.0.0" }, "devDependencies": { From 4f112c24fc561c9c01d47b28ea015f4b7cd37095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 17:02:54 +0000 Subject: [PATCH 043/215] [dependency]: Bump @types/node from 20.3.3 to 20.4.1 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.3 to 20.4.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 44be4d438..b2bb47aa8 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.3.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.3.3.tgz", - "integrity": "sha512-wheIYdr4NYML61AjC8MKj/2jrR/kDQri/CIpVoZwldwhnIrD/j9jIU5bJ8yBKuB2VhpFV7Ab6G2XkBjv9r9Zzw==" + "version": "20.4.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.1.tgz", + "integrity": "sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index ca77f515f..242a56bbf 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.3.3", + "@types/node": "^20.4.1", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From c1a1bc84d3af968148fd9ce15abcbdc8a6fb31ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 17:03:19 +0000 Subject: [PATCH 044/215] [dependency]: Bump prettier from 2.8.8 to 3.0.0 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index b2bb47aa8..b8136c3b4 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1466,9 +1466,9 @@ "dev": true }, "prettier": { - "version": "2.8.8", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz", - "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz", + "integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 242a56bbf..3cd6b5692 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^2.8.8", + "prettier": "^3.0.0", "prettier-plugin-organize-imports": "^3.2.2", "ts-node": "^10.9.1" }, From 1be8b7cb58ddabd917b5a338dbd3c59d88bb0fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 17:16:59 +0000 Subject: [PATCH 045/215] [dependency]: Bump gitpython from 3.1.31 to 3.1.32 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.32. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.31...3.1.32) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index edc663bc3..86f53aa75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ sphinxcontrib-viewsource==0.1.4 sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3 m2r2==0.3.3.post2 -GitPython==3.1.31 +GitPython==3.1.32 mistune==3.0.1 From 2f0a32e79cd50b6961770137060d846bc24f5f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 17:48:44 +0000 Subject: [PATCH 046/215] [dependency]: Bump prettier-plugin-organize-imports from 3.2.2 to 3.2.3 in /source/resources/examples/typescript Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases) - [Commits](https://github.com/simonhaenisch/prettier-plugin-organize-imports/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: prettier-plugin-organize-imports dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index b8136c3b4..f6b3fc04d 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1481,9 +1481,9 @@ } }, "prettier-plugin-organize-imports": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.2.2.tgz", - "integrity": "sha512-e97lE6odGSiHonHJMTYC0q0iLXQyw0u5z/PJpvP/3vRy6/Zi9kLBwFAbEGjDzIowpjQv8b+J04PDamoUSQbzGA==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.2.3.tgz", + "integrity": "sha512-KFvk8C/zGyvUaE3RvxN2MhCLwzV6OBbFSkwZ2OamCrs9ZY4i5L77jQ/w4UmUr+lqX8qbaqVq6bZZkApn+IgJSg==", "dev": true }, "progress": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 3cd6b5692..aeaf78e50 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -21,7 +21,7 @@ "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", "prettier": "^3.0.0", - "prettier-plugin-organize-imports": "^3.2.2", + "prettier-plugin-organize-imports": "^3.2.3", "ts-node": "^10.9.1" }, "scripts": { From 3cd547cbdb10aecc19693de026fa3f5b84463729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 17:49:31 +0000 Subject: [PATCH 047/215] [dependency]: Bump @types/node from 20.4.1 to 20.4.2 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.1 to 20.4.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index f6b3fc04d..9da5953e5 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.4.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.1.tgz", - "integrity": "sha512-JIzsAvJeA/5iY6Y/OxZbv1lUcc8dNSE77lb2gnBH+/PJ3lFR1Ccvgwl5JWnHAkNHcRsT0TbpVOsiMKZ1F/yyJg==" + "version": "20.4.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.2.tgz", + "integrity": "sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index aeaf78e50..efcfc8fb7 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.4.1", + "@types/node": "^20.4.2", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 2bc5374efe3c8cc2b0d2a74baba5f4cb807b5461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 17:20:46 +0000 Subject: [PATCH 048/215] [dependency]: Bump @types/node from 20.4.2 to 20.4.4 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.2 to 20.4.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 9da5953e5..373d636e3 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.4.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.2.tgz", - "integrity": "sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==" + "version": "20.4.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.4.tgz", + "integrity": "sha512-CukZhumInROvLq3+b5gLev+vgpsIqC2D0deQr/yS1WnxvmYLlJXZpaQrQiseMY+6xusl79E04UjWoqyr+t1/Ew==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index efcfc8fb7..0299b4c39 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.4.2", + "@types/node": "^20.4.4", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From c27fb2631b0c9e20a41358569b8085c7cc587d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 17:51:46 +0000 Subject: [PATCH 049/215] [dependency]: Bump junitVersion from 5.9.3 to 5.10.0 in /source/resources/examples/java Bumps `junitVersion` from 5.9.3 to 5.10.0. Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.3 to 5.10.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.9.3 to 5.10.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.3 to 5.10.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index eeeee58e4..39345ce34 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -25,7 +25,7 @@ repositories { } ext { - junitVersion = "5.9.3" + junitVersion = "5.10.0" } dependencies { From f89cdc844200b723e7d35d96e9d49ffba0144611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 17:03:52 +0000 Subject: [PATCH 050/215] [dependency]: Bump sphinx from 7.0.1 to 7.1.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.0.1 to 7.1.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.0.1...v7.1.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86f53aa75..5f732fb41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytz==2023.3 six==1.16.0 snowballstemmer==2.2.0 docutils==0.18 -Sphinx==7.0.1 +Sphinx==7.1.1 sphinx-autobuild==2021.3.14 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.0.1 From a6f74acfe07aa50c9127c5fc42344ac9f11dd661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 17:33:49 +0000 Subject: [PATCH 051/215] [dependency]: Bump symbol-sdk from 3.0.7 to 3.0.11 in /source/resources/examples/typescript Bumps [symbol-sdk](https://github.com/nemtech/symbol-sdk-typescript-javascript) from 3.0.7 to 3.0.11. - [Release notes](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases) - [Changelog](https://github.com/symbol/symbol-sdk-typescript-javascript/blob/dev/CHANGELOG.md) - [Commits](https://github.com/nemtech/symbol-sdk-typescript-javascript/commits) --- updated-dependencies: - dependency-name: symbol-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 14 +++++++------- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 373d636e3..a6e14a706 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -56,9 +56,9 @@ } }, "@noble/hashes": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.0.tgz", - "integrity": "sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg==" + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.1.tgz", + "integrity": "sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA==" }, "@tsconfig/node10": { "version": "1.0.9", @@ -1765,11 +1765,11 @@ "integrity": "sha512-gASOhy8+uITSZh5bCYKve5GFtQQ2yQjTFqYNRO4Wq5mH29Ai+3TyKTAq9wZ6bwQfgm7j8U4aqmwFn9WdsXU4eQ==" }, "symbol-sdk": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-3.0.7.tgz", - "integrity": "sha512-B12lYGI8+wvil4EFQZlCmEfA0lFv2w0wRyiKQXHcv9IUujcE0kjE31OBlFLbIXBfOJmWxhHHO0QLIFkzflfW3w==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-3.0.11.tgz", + "integrity": "sha512-1VAdYVCwX2lxMbKne28Yb8wv5J6cOqj+Wgo/xfVOSBn0mzsTybFm8oKsgRHxQ9eCfaJq3RJZcBrPInvgp+g9Ig==", "requires": { - "@noble/hashes": "^1.3.0", + "@noble/hashes": "^1.3.1", "bitcore-mnemonic": "^10.0.5", "ripemd160": "^2.0.2", "symbol-crypto-wasm-node": "^0.1.1", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 0299b4c39..b15c85ca9 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -9,7 +9,7 @@ "merkletreejs": "^0.3.10", "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", - "symbol-sdk": "3.0.7", + "symbol-sdk": "3.0.11", "typescript": "^5.1.6", "utf8": "^3.0.0" }, From 2bda4c3a54529db63affda3f79455ae9428147a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 17:34:10 +0000 Subject: [PATCH 052/215] [dependency]: Bump @types/node from 20.4.4 to 20.4.5 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.4 to 20.4.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index a6e14a706..1ac74d851 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.4.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.4.tgz", - "integrity": "sha512-CukZhumInROvLq3+b5gLev+vgpsIqC2D0deQr/yS1WnxvmYLlJXZpaQrQiseMY+6xusl79E04UjWoqyr+t1/Ew==" + "version": "20.4.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.5.tgz", + "integrity": "sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index b15c85ca9..48757b354 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.4.4", + "@types/node": "^20.4.5", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 48f356f310a90dcb3397e4cd6cbfe2d288505a46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 17:19:56 +0000 Subject: [PATCH 053/215] [dependency]: Bump sphinx from 7.1.1 to 7.1.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.1 to 7.1.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.1...v7.1.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f732fb41..094758992 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytz==2023.3 six==1.16.0 snowballstemmer==2.2.0 docutils==0.18 -Sphinx==7.1.1 +Sphinx==7.1.2 sphinx-autobuild==2021.3.14 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.0.1 From f333e35f28f4b5f8f5eb726c656675abadaff06f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 17:31:15 +0000 Subject: [PATCH 054/215] [dependency]: Bump @types/node from 20.4.5 to 20.4.8 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.5 to 20.4.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 1ac74d851..8a0eaf27b 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.4.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.5.tgz", - "integrity": "sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg==" + "version": "20.4.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.8.tgz", + "integrity": "sha512-0mHckf6D2DiIAzh8fM8f3HQCvMKDpK94YQ0DSVkfWTG9BZleYIWudw9cJxX8oCk9bM+vAkDyujDV6dmKHbvQpg==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 48757b354..73d865cfc 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.4.5", + "@types/node": "^20.4.8", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From f2bb23ca3e36271124930f3c582c28b14e278cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 17:09:04 +0000 Subject: [PATCH 055/215] [dependency]: Bump @types/node from 20.4.8 to 20.4.10 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.8 to 20.4.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 8a0eaf27b..3f26f5629 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.4.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.8.tgz", - "integrity": "sha512-0mHckf6D2DiIAzh8fM8f3HQCvMKDpK94YQ0DSVkfWTG9BZleYIWudw9cJxX8oCk9bM+vAkDyujDV6dmKHbvQpg==" + "version": "20.4.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.10.tgz", + "integrity": "sha512-vwzFiiy8Rn6E0MtA13/Cxxgpan/N6UeNYR9oUu6kuJWxu6zCk98trcDp8CBhbtaeuq9SykCmXkFr2lWLoPcvLg==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 73d865cfc..6ac7add56 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.4.8", + "@types/node": "^20.4.10", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 14d4f1a328da7611ba20333be697576abf4bfbe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 17:09:36 +0000 Subject: [PATCH 056/215] [dependency]: Bump symbol-sdk from 3.0.11 to 3.1.0 in /source/resources/examples/typescript Bumps [symbol-sdk](https://github.com/nemtech/symbol-sdk-typescript-javascript) from 3.0.11 to 3.1.0. - [Release notes](https://github.com/nemtech/symbol-sdk-typescript-javascript/releases) - [Changelog](https://github.com/symbol/symbol-sdk-typescript-javascript/blob/dev/CHANGELOG.md) - [Commits](https://github.com/nemtech/symbol-sdk-typescript-javascript/commits) --- updated-dependencies: - dependency-name: symbol-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 18 +++++++++--------- .../resources/examples/typescript/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 3f26f5629..d87815b89 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1765,15 +1765,15 @@ "integrity": "sha512-gASOhy8+uITSZh5bCYKve5GFtQQ2yQjTFqYNRO4Wq5mH29Ai+3TyKTAq9wZ6bwQfgm7j8U4aqmwFn9WdsXU4eQ==" }, "symbol-sdk": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-3.0.11.tgz", - "integrity": "sha512-1VAdYVCwX2lxMbKne28Yb8wv5J6cOqj+Wgo/xfVOSBn0mzsTybFm8oKsgRHxQ9eCfaJq3RJZcBrPInvgp+g9Ig==", - "requires": { - "@noble/hashes": "^1.3.1", - "bitcore-mnemonic": "^10.0.5", - "ripemd160": "^2.0.2", - "symbol-crypto-wasm-node": "^0.1.1", - "tweetnacl": "^1.0.3" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-3.1.0.tgz", + "integrity": "sha512-ywNWYp6DfxbZaEoarOkMhkbmVoTyyHwtaWT2IU4ZY6+f2Xl+oCBMYAoLA6TBEvJB4bKRgMy9iFi9+KkJKb+XgQ==", + "requires": { + "@noble/hashes": "~1.3.1", + "bitcore-mnemonic": "~10.0.5", + "ripemd160": "~2.0.2", + "symbol-crypto-wasm-node": "~0.1.1", + "tweetnacl": "~1.0.3" } }, "table": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 6ac7add56..9d383ae13 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -9,7 +9,7 @@ "merkletreejs": "^0.3.10", "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", - "symbol-sdk": "3.0.11", + "symbol-sdk": "3.1.0", "typescript": "^5.1.6", "utf8": "^3.0.0" }, From c8aa07f860b85ddefd0b31bc10165947ddc634ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 17:12:04 +0000 Subject: [PATCH 057/215] [dependency]: Bump sphinx from 7.1.2 to 7.2.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 7.2.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.2...v7.2.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 094758992..8263a56ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytz==2023.3 six==1.16.0 snowballstemmer==2.2.0 docutils==0.18 -Sphinx==7.1.2 +Sphinx==7.2.2 sphinx-autobuild==2021.3.14 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.0.1 From ae512e8ae90096e8398f5c4d02392fd65d797d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 17:22:12 +0000 Subject: [PATCH 058/215] [dependency]: Bump @types/node from 20.4.10 to 20.5.1 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.10 to 20.5.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index d87815b89..54d63f43d 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.4.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.10.tgz", - "integrity": "sha512-vwzFiiy8Rn6E0MtA13/Cxxgpan/N6UeNYR9oUu6kuJWxu6zCk98trcDp8CBhbtaeuq9SykCmXkFr2lWLoPcvLg==" + "version": "20.5.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz", + "integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 9d383ae13..125e59106 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.4.10", + "@types/node": "^20.5.1", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 1f5c03dc959a3651fc158dfee1e38dda9c58c23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 17:23:00 +0000 Subject: [PATCH 059/215] [dependency]: Bump prettier from 3.0.0 to 3.0.2 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.0.0...3.0.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 54d63f43d..d454e8c32 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1466,9 +1466,9 @@ "dev": true }, "prettier": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.0.tgz", - "integrity": "sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.2.tgz", + "integrity": "sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 125e59106..29ca7b239 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^3.0.0", + "prettier": "^3.0.2", "prettier-plugin-organize-imports": "^3.2.3", "ts-node": "^10.9.1" }, From e559f068ac90d53d70b819e56aba30d4a500ce44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:31:30 +0000 Subject: [PATCH 060/215] [dependency]: Bump typescript from 5.1.6 to 5.2.2 in /source/resources/examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.6...v5.2.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index d454e8c32..565dfac08 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1895,9 +1895,9 @@ "dev": true }, "typescript": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", - "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==" + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", + "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" }, "unorm": { "version": "1.6.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 29ca7b239..56850a4a6 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.1.0", - "typescript": "^5.1.6", + "typescript": "^5.2.2", "utf8": "^3.0.0" }, "devDependencies": { From 914b90bb6734e3b4405cf3a8d3ea822ce70bc153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:31:42 +0000 Subject: [PATCH 061/215] [dependency]: Bump @types/node from 20.5.1 to 20.5.6 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.1 to 20.5.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 565dfac08..d899e97f3 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.5.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz", - "integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==" + "version": "20.5.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.6.tgz", + "integrity": "sha512-Gi5wRGPbbyOTX+4Y2iULQ27oUPrefaB0PxGQJnfyWN3kvEDGM3mIB5M/gQLmitZf7A9FmLeaqxD3L1CXpm3VKQ==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 56850a4a6..7f7618564 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.5.1", + "@types/node": "^20.5.6", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 73d5478fdb9fd94fc3f7ed5651ca0578f8e9ce91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 17:35:01 +0000 Subject: [PATCH 062/215] [dependency]: Bump sphinx from 7.2.2 to 7.2.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.2 to 7.2.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.2...v7.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8263a56ae..64f02d3c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytz==2023.3 six==1.16.0 snowballstemmer==2.2.0 docutils==0.18 -Sphinx==7.2.2 +Sphinx==7.2.3 sphinx-autobuild==2021.3.14 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.0.1 From 43db3de68191f0a02b63aad32b3967b8e357fa9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:06:57 +0000 Subject: [PATCH 063/215] [dependency]: Bump org.slf4j:slf4j-simple from 2.0.7 to 2.0.9 in /source/resources/examples/java Bumps org.slf4j:slf4j-simple from 2.0.7 to 2.0.9. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index 39345ce34..bd4b35495 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -33,7 +33,7 @@ dependencies { compile "io.nem:symbol-sdk-vertx-client:${project.version}" // Tests - testCompile 'org.slf4j:slf4j-simple:2.0.7' + testCompile 'org.slf4j:slf4j-simple:2.0.9' testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testCompile "org.junit.jupiter:junit-jupiter-params:${junitVersion}" testRuntime "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" From 285bf70c5cea413450fbb492a8fa5032d7c43283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:37:32 +0000 Subject: [PATCH 064/215] [dependency]: Bump gitpython from 3.1.32 to 3.1.34 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.34. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.34) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 64f02d3c1..621567e4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ sphinxcontrib-viewsource==0.1.4 sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3 m2r2==0.3.3.post2 -GitPython==3.1.32 +GitPython==3.1.34 mistune==3.0.1 From cc37bce2053f8bbc863e82628da8c53aa78b3764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:57:25 +0000 Subject: [PATCH 065/215] [dependency]: Bump @types/node from 20.5.6 to 20.5.9 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.6 to 20.5.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index d899e97f3..2f0b50e23 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.5.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.6.tgz", - "integrity": "sha512-Gi5wRGPbbyOTX+4Y2iULQ27oUPrefaB0PxGQJnfyWN3kvEDGM3mIB5M/gQLmitZf7A9FmLeaqxD3L1CXpm3VKQ==" + "version": "20.5.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz", + "integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 7f7618564..41fa2d4b5 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.5.6", + "@types/node": "^20.5.9", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 3f84e643b13b0a238cf6da780ba10851b9427323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:58:03 +0000 Subject: [PATCH 066/215] [dependency]: Bump js-sha3 from 0.8.0 to 0.9.1 in /source/resources/examples/typescript Bumps [js-sha3](https://github.com/emn178/js-sha3) from 0.8.0 to 0.9.1. - [Changelog](https://github.com/emn178/js-sha3/blob/master/CHANGELOG.md) - [Commits](https://github.com/emn178/js-sha3/compare/v0.8.0...v0.9.1) --- updated-dependencies: - dependency-name: js-sha3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../resources/examples/typescript/package-lock.json | 13 ++++++++++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 2f0b50e23..e4d7d3884 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -807,6 +807,13 @@ "integrity": "sha512-rxJ5OFN3RwjQxDcFP2Z5+Q9ho4eIdEmSc2ht0fCu8Se9nbXjZ7/031uXoUYJ87KHCOdVeiUuwSnoS7hmYAGVHA==", "requires": { "js-sha3": "^0.8.0" + }, + "dependencies": { + "js-sha3": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", + "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" + } } }, "ethereum-cryptography": { @@ -1204,9 +1211,9 @@ "integrity": "sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==" }, "js-sha3": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", - "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.9.1.tgz", + "integrity": "sha512-BEtdfjzc2zf276Ck8FprMl0ej0rFrK3TSwNSzFjDvv/QOj2YlWmoRBOIZaaUHFWJAXHl2KfiwVBIbYYeHHtCNA==" }, "js-tokens": { "version": "4.0.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 41fa2d4b5..6f4577331 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "crypto": "^1.0.1", - "js-sha3": "^0.8.0", + "js-sha3": "^0.9.1", "merkletreejs": "^0.3.10", "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", From f59b1baab266eeca21413c18a0a823134f3f6fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:58:16 +0000 Subject: [PATCH 067/215] [dependency]: Bump prettier from 3.0.2 to 3.0.3 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index e4d7d3884..9b0c92adf 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1473,9 +1473,9 @@ "dev": true }, "prettier": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.2.tgz", - "integrity": "sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", + "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 6f4577331..661148053 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^3.0.2", + "prettier": "^3.0.3", "prettier-plugin-organize-imports": "^3.2.3", "ts-node": "^10.9.1" }, From 8a04397a258856e33f98dae18f6b9046101c2c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:28:23 +0000 Subject: [PATCH 068/215] [dependency]: Bump gitpython from 3.1.34 to 3.1.35 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.34 to 3.1.35. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.34...3.1.35) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 621567e4d..ec166c8e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ sphinxcontrib-viewsource==0.1.4 sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3 m2r2==0.3.3.post2 -GitPython==3.1.34 +GitPython==3.1.35 mistune==3.0.1 From 3a62914ede90d0ed2bd688ec261212cb74081267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:39:45 +0000 Subject: [PATCH 069/215] [dependency]: Bump @types/node from 20.5.9 to 20.6.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.9 to 20.6.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 9b0c92adf..922f0a32a 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.5.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz", - "integrity": "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==" + "version": "20.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.0.tgz", + "integrity": "sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 661148053..cd6413622 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.5.9", + "@types/node": "^20.6.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 7f3b3dc5b95aa6f1eba452dc40071564ed13c834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 17:54:29 +0000 Subject: [PATCH 070/215] [dependency]: Bump pytz from 2023.3 to 2023.3.post1 Bumps [pytz](https://github.com/stub42/pytz) from 2023.3 to 2023.3.post1. - [Commits](https://github.com/stub42/pytz/compare/release_2023.3...release_2023.3.post1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ec166c8e3..59dbfa138 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Jinja2==3.1.2 MarkupSafe==2.1.3 PyGithub==1.59.0 Pygments==2.15.1 -pytz==2023.3 +pytz==2023.3.post1 six==1.16.0 snowballstemmer==2.2.0 docutils==0.18 From 964114cc6aaf4960777cc0d76cc8c1af4ef816da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 17:55:45 +0000 Subject: [PATCH 071/215] [dependency]: Bump ablog from 0.11.4.post1 to 0.11.5 Bumps [ablog](https://github.com/abakan-zz/ablog) from 0.11.4.post1 to 0.11.5. - [Commits](https://github.com/abakan-zz/ablog/commits) --- updated-dependencies: - dependency-name: ablog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 59dbfa138..1d9384b52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ablog==0.11.4.post1 +ablog==0.11.5 alabaster==0.7.13 Babel==2.12.1 imagesize==1.4.1 From f23fa0d3a86159f611459bb45130af6ec819ceff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 17:56:32 +0000 Subject: [PATCH 072/215] [dependency]: Bump @types/node from 20.6.0 to 20.6.2 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.0 to 20.6.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 922f0a32a..499f34e7a 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.6.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.0.tgz", - "integrity": "sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg==" + "version": "20.6.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.2.tgz", + "integrity": "sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index cd6413622..16d2a51c4 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.6.0", + "@types/node": "^20.6.2", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 35f04e3f42bf70b92d3c27deddd06015cb2123f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 17:56:40 +0000 Subject: [PATCH 073/215] [dependency]: Bump js-sha3 from 0.9.1 to 0.9.2 in /source/resources/examples/typescript Bumps [js-sha3](https://github.com/emn178/js-sha3) from 0.9.1 to 0.9.2. - [Changelog](https://github.com/emn178/js-sha3/blob/master/CHANGELOG.md) - [Commits](https://github.com/emn178/js-sha3/compare/v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: js-sha3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 499f34e7a..d617f0f58 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1211,9 +1211,9 @@ "integrity": "sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==" }, "js-sha3": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.9.1.tgz", - "integrity": "sha512-BEtdfjzc2zf276Ck8FprMl0ej0rFrK3TSwNSzFjDvv/QOj2YlWmoRBOIZaaUHFWJAXHl2KfiwVBIbYYeHHtCNA==" + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.9.2.tgz", + "integrity": "sha512-8kgvwd03wNGQG1GRvl3yy1Yt40sICAcIMsDU2ZLgoL0Z6z9rkRmf9Vd+bi/gYSzgAqMUGl/jiDKu0J8AWFd+BQ==" }, "js-tokens": { "version": "4.0.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 16d2a51c4..5dc4ba9b3 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "crypto": "^1.0.1", - "js-sha3": "^0.9.1", + "js-sha3": "^0.9.2", "merkletreejs": "^0.3.10", "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", From 2f9c2dca4b6a9e58e065dfee0c07ef0879ebdefa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 17:06:47 +0000 Subject: [PATCH 074/215] [dependency]: Bump sphinx from 7.2.3 to 7.2.6 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.3 to 7.2.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.3...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d9384b52..9b70d15cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytz==2023.3.post1 six==1.16.0 snowballstemmer==2.2.0 docutils==0.18 -Sphinx==7.2.3 +Sphinx==7.2.6 sphinx-autobuild==2021.3.14 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.0.1 From 76b6744f2cc35c7d6e784385522fda1631167804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 17:52:54 +0000 Subject: [PATCH 075/215] [dependency]: Bump @types/node from 20.6.2 to 20.6.5 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.2 to 20.6.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index d617f0f58..1d703b4d7 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.6.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.2.tgz", - "integrity": "sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw==" + "version": "20.6.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.5.tgz", + "integrity": "sha512-2qGq5LAOTh9izcc0+F+dToFigBWiK1phKPt7rNhOqJSr35y8rlIBjDwGtFSgAI6MGIhjwOVNSQZVdJsZJ2uR1w==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 5dc4ba9b3..fcca7e438 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.6.2", + "@types/node": "^20.6.5", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 14c02883a56a9aa05e6af43ca22f27a1cf504897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:02:46 +0000 Subject: [PATCH 076/215] [dependency]: Bump @types/node from 20.6.5 to 20.8.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.5 to 20.8.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 1d703b4d7..b2438d940 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.6.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.5.tgz", - "integrity": "sha512-2qGq5LAOTh9izcc0+F+dToFigBWiK1phKPt7rNhOqJSr35y8rlIBjDwGtFSgAI6MGIhjwOVNSQZVdJsZJ2uR1w==" + "version": "20.8.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.0.tgz", + "integrity": "sha512-LzcWltT83s1bthcvjBmiBvGJiiUe84NWRHkw+ZV6Fr41z2FbIzvc815dk2nQ3RAKMuN2fkenM/z3Xv2QzEpYxQ==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index fcca7e438..85998ab8f 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.6.5", + "@types/node": "^20.8.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From c7396ae7549d6c4b5301bf54c64ff797fc8dd993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:52:05 +0000 Subject: [PATCH 077/215] [dependency]: Bump pygithub from 1.59.0 to 2.1.1 Bumps [pygithub](https://github.com/pygithub/pygithub) from 1.59.0 to 2.1.1. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v1.59.0...v2.1.1) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9b70d15cd..e5ac2cafc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Babel==2.12.1 imagesize==1.4.1 Jinja2==3.1.2 MarkupSafe==2.1.3 -PyGithub==1.59.0 +PyGithub==2.1.1 Pygments==2.15.1 pytz==2023.3.post1 six==1.16.0 From 4eb0ea9a6d02e26c3bad9fc903a2e46809997147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:52:14 +0000 Subject: [PATCH 078/215] [dependency]: Bump gitpython from 3.1.35 to 3.1.37 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.35 to 3.1.37. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.35...3.1.37) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5ac2cafc..17073344c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ sphinxcontrib-viewsource==0.1.4 sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3 m2r2==0.3.3.post2 -GitPython==3.1.35 +GitPython==3.1.37 mistune==3.0.1 From 695bef72c0bacde38f55fc8cc007fe441446985e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 17:14:52 +0000 Subject: [PATCH 079/215] [dependency]: Bump @types/node from 20.8.0 to 20.8.3 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.0 to 20.8.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index b2438d940..374aa560c 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.8.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.0.tgz", - "integrity": "sha512-LzcWltT83s1bthcvjBmiBvGJiiUe84NWRHkw+ZV6Fr41z2FbIzvc815dk2nQ3RAKMuN2fkenM/z3Xv2QzEpYxQ==" + "version": "20.8.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.3.tgz", + "integrity": "sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==" }, "@types/pbkdf2": { "version": "3.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 85998ab8f..5f6a0b4ea 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.8.0", + "@types/node": "^20.8.3", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 7615b0c49b7f8993e2f26e1e2e428cd878bd8267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 17:26:54 +0000 Subject: [PATCH 080/215] [dependency]: Bump mistune from 3.0.1 to 3.0.2 Bumps [mistune](https://github.com/lepture/mistune) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/v3.0.2/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: mistune dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17073344c..0799832d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,4 @@ sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3 m2r2==0.3.3.post2 GitPython==3.1.37 -mistune==3.0.1 +mistune==3.0.2 From 2327967cc819c940addd586b853c27b2c81ea1c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 17:27:25 +0000 Subject: [PATCH 081/215] [dependency]: Bump ablog from 0.11.5 to 0.11.6 Bumps [ablog](https://github.com/abakan-zz/ablog) from 0.11.5 to 0.11.6. - [Commits](https://github.com/abakan-zz/ablog/commits) --- updated-dependencies: - dependency-name: ablog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0799832d2..b3b37c1cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ablog==0.11.5 +ablog==0.11.6 alabaster==0.7.13 Babel==2.12.1 imagesize==1.4.1 From 3801c2f370cc3ba3fe0f0aed5a77a2cceeda5d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 17:28:29 +0000 Subject: [PATCH 082/215] [dependency]: Bump babel from 2.12.1 to 2.13.0 Bumps [babel](https://github.com/python-babel/babel) from 2.12.1 to 2.13.0. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.12.1...v2.13.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3b37c1cf..f94a445a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ablog==0.11.6 alabaster==0.7.13 -Babel==2.12.1 +Babel==2.13.0 imagesize==1.4.1 Jinja2==3.1.2 MarkupSafe==2.1.3 From a9efc3937593bf584f5d46188600941872dc2180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 17:46:47 +0000 Subject: [PATCH 083/215] [dependency]: Bump @types/node from 20.8.3 to 20.8.6 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.3 to 20.8.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 14 +++++++++++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 374aa560c..5f35d5fd5 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,12 @@ "dev": true }, "@types/node": { - "version": "20.8.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.3.tgz", - "integrity": "sha512-jxiZQFpb+NlH5kjW49vXxvxTjeeqlbsnTAdBTKpzEdPs9itay7MscYXz3Fo9VYFEsfQ6LJFitHad3faerLAjCw==" + "version": "20.8.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.6.tgz", + "integrity": "sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==", + "requires": { + "undici-types": "~5.25.1" + } }, "@types/pbkdf2": { "version": "3.1.0", @@ -1906,6 +1909,11 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" }, + "undici-types": { + "version": "5.25.3", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz", + "integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==" + }, "unorm": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/unorm/-/unorm-1.6.0.tgz", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 5f6a0b4ea..6e1ef3aac 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.8.3", + "@types/node": "^20.8.6", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From a29f84955a7b2484890a3c30233bcd5af4f5fe72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:05:58 +0000 Subject: [PATCH 084/215] [dependency]: Bump @types/node from 20.8.6 to 20.8.7 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.6 to 20.8.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 5f35d5fd5..039a5471b 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.8.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.6.tgz", - "integrity": "sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==", + "version": "20.8.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.7.tgz", + "integrity": "sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==", "requires": { "undici-types": "~5.25.1" } diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 6e1ef3aac..2f4dc91a7 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.8.6", + "@types/node": "^20.8.7", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From a48801d6663e095f742d2def96af7fbf04240616 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 17:21:27 +0000 Subject: [PATCH 085/215] [dependency]: Bump gitpython from 3.1.37 to 3.1.40 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.37 to 3.1.40. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.37...3.1.40) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f94a445a6..d23c9a21d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ sphinxcontrib-viewsource==0.1.4 sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3 m2r2==0.3.3.post2 -GitPython==3.1.37 +GitPython==3.1.40 mistune==3.0.2 From 0615787a442f970a611333d637291469b00f0c1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:08:17 +0000 Subject: [PATCH 086/215] [dependency]: Bump babel from 2.13.0 to 2.13.1 Bumps [babel](https://github.com/python-babel/babel) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.13.0...v2.13.1) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d23c9a21d..8215dcbe5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ablog==0.11.6 alabaster==0.7.13 -Babel==2.13.0 +Babel==2.13.1 imagesize==1.4.1 Jinja2==3.1.2 MarkupSafe==2.1.3 From e21f1ac58fab17fbed889c5d7b06216538b7a2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:29:27 +0000 Subject: [PATCH 087/215] [dependency]: Bump @types/node from 20.8.7 to 20.8.9 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.7 to 20.8.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 14 +++++++------- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 039a5471b..7791b3b45 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,11 +105,11 @@ "dev": true }, "@types/node": { - "version": "20.8.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.7.tgz", - "integrity": "sha512-21TKHHh3eUHIi2MloeptJWALuCu5H7HQTdTrWIFReA8ad+aggoX+lRes3ex7/FtpC+sVUpFMQ+QTfYr74mruiQ==", + "version": "20.8.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.9.tgz", + "integrity": "sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==", "requires": { - "undici-types": "~5.25.1" + "undici-types": "~5.26.4" } }, "@types/pbkdf2": { @@ -1910,9 +1910,9 @@ "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" }, "undici-types": { - "version": "5.25.3", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.25.3.tgz", - "integrity": "sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==" + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" }, "unorm": { "version": "1.6.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 2f4dc91a7..839cba7a5 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.8.7", + "@types/node": "^20.8.9", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 9a84ced506800de9eec181c8964d8ca6c63e1d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 17:48:27 +0000 Subject: [PATCH 088/215] [dependency]: Bump junitVersion from 5.10.0 to 5.10.1 in /source/resources/examples/java Bumps `junitVersion` from 5.10.0 to 5.10.1. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.0 to 5.10.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.0 to 5.10.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.0 to 5.10.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index bd4b35495..4bb318866 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -25,7 +25,7 @@ repositories { } ext { - junitVersion = "5.10.0" + junitVersion = "5.10.1" } dependencies { From 79c987dcfa3a72dba7470bd1a95324dc8a150fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 17:51:22 +0000 Subject: [PATCH 089/215] [dependency]: Bump @types/node from 20.8.9 to 20.8.10 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.9 to 20.8.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 7791b3b45..2e055bdc7 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "@types/node": { - "version": "20.8.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.9.tgz", - "integrity": "sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==", + "version": "20.8.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz", + "integrity": "sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==", "requires": { "undici-types": "~5.26.4" } diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 839cba7a5..4842d4c42 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.8.9", + "@types/node": "^20.8.10", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 375e5f4af137f0d729aa775ba940892def65a112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 17:52:32 +0000 Subject: [PATCH 090/215] [dependency]: Bump merkletreejs from 0.3.10 to 0.3.11 in /source/resources/examples/typescript Bumps [merkletreejs](https://github.com/miguelmota/merkletreejs) from 0.3.10 to 0.3.11. - [Commits](https://github.com/miguelmota/merkletreejs/commits) --- updated-dependencies: - dependency-name: merkletreejs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 317 +++++------------- .../examples/typescript/package.json | 2 +- 2 files changed, 79 insertions(+), 240 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 2e055bdc7..dc8c30c2f 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -33,6 +33,21 @@ "@jridgewell/trace-mapping": "0.3.9" } }, + "@ethereumjs/rlp": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@ethereumjs/rlp/-/rlp-4.0.1.tgz", + "integrity": "sha512-tqsQiBQDQdmPWE1xkkBq4rlSW5QZpLOUJ5RJh2/9fug+q9tnUhuZoVLk7s0scUIKTOzEtR72DFBXI4WiZcMpvw==" + }, + "@ethereumjs/util": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@ethereumjs/util/-/util-8.1.0.tgz", + "integrity": "sha512-zQ0IqbdX8FZ9aw11vP+dZkKDkS+kgIvQPHnSAXzP9pLu+Rfu3D3XEeLbicvoXJTYnhZiPmsZUxgdzXwNKxRPbA==", + "requires": { + "@ethereumjs/rlp": "^4.0.1", + "ethereum-cryptography": "^2.0.0", + "micro-ftch": "^0.3.1" + } + }, "@jridgewell/resolve-uri": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", @@ -55,11 +70,43 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "@noble/curves": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.1.0.tgz", + "integrity": "sha512-091oBExgENk/kGj3AZmtBDMpxQPDtxQABR2B9lb1JbVTs6ytdzZNwvhxQ4MWasRNEzlbEH8jCWFCwhF/Obj5AA==", + "requires": { + "@noble/hashes": "1.3.1" + } + }, "@noble/hashes": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.1.tgz", "integrity": "sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA==" }, + "@scure/base": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.3.tgz", + "integrity": "sha512-/+SgoRjLq7Xlf0CWuLHq2LUZeL/w65kfzAPG5NH9pcmBhs+nunQTn4gvdwgMTIXnt9b2C/1SeL2XiysZEyIC9Q==" + }, + "@scure/bip32": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.3.1.tgz", + "integrity": "sha512-osvveYtyzdEVbt3OfwwXFr4P2iVBL5u1Q3q4ONBfDY/UpOuXmOlbgwc1xECEboY8wIays8Yt6onaWMUdUbfl0A==", + "requires": { + "@noble/curves": "~1.1.0", + "@noble/hashes": "~1.3.1", + "@scure/base": "~1.1.0" + } + }, + "@scure/bip39": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.2.1.tgz", + "integrity": "sha512-Z3/Fsz1yr904dduJD0NpiyRHhRYHdcnyh73FZWiV+/qhWi83wNJ3NWolYqCEN+ZWsUz2TWwajJggcRE9r1zUYg==", + "requires": { + "@noble/hashes": "~1.3.0", + "@scure/base": "~1.1.0" + } + }, "@tsconfig/node10": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", @@ -84,14 +131,6 @@ "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==", "dev": true }, - "@types/bn.js": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.1.1.tgz", - "integrity": "sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==", - "requires": { - "@types/node": "*" - } - }, "@types/eslint-visitor-keys": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz", @@ -108,26 +147,11 @@ "version": "20.8.10", "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz", "integrity": "sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==", + "dev": true, "requires": { "undici-types": "~5.26.4" } }, - "@types/pbkdf2": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@types/pbkdf2/-/pbkdf2-3.1.0.tgz", - "integrity": "sha512-Cf63Rv7jCQ0LaL8tNXmEyqTHuIJxRdlS5vMh1mj5voN4+QFhVZnlZruezqpWYDiJ8UTzhP0VmeLXCmBk66YrMQ==", - "requires": { - "@types/node": "*" - } - }, - "@types/secp256k1": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@types/secp256k1/-/secp256k1-4.0.3.tgz", - "integrity": "sha512-Da66lEIFeIz9ltsdMZcpQvmrmmoqrfju8pm1BH8WbYjZSwUgCwXLb9C+9XYogwBITnbsSaMdVPb2ekf7TV+03w==", - "requires": { - "@types/node": "*" - } - }, "@typescript-eslint/eslint-plugin": { "version": "2.34.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz", @@ -335,9 +359,9 @@ "integrity": "sha512-ddkU+dFIuEIW8lE7ZwdIAf2UPoM90eaprg5m3YXAVVTmKlqV/9BX4A2M8BOK2yOq6/VgZFVhK6QAxJebhlbhzw==" }, "bignumber.js": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.1.tgz", - "integrity": "sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==" + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.2.tgz", + "integrity": "sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==" }, "bip-schnorr": { "version": "0.6.4", @@ -387,11 +411,6 @@ "unorm": "^1.4.1" } }, - "blakejs": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.2.1.tgz", - "integrity": "sha512-QXUSXI3QVc/gJME0dBpXrag1kbzOqCjCX8/b54ntNyW6sjtoqxqRk3LTmXzaJoh71zMsDCjM+47jS7XiwN/+fQ==" - }, "bn.js": { "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", @@ -412,19 +431,6 @@ "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" }, - "browserify-aes": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", - "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", - "requires": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, "bs58": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz", @@ -433,16 +439,6 @@ "base-x": "^3.0.2" } }, - "bs58check": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz", - "integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==", - "requires": { - "bs58": "^4.0.0", - "create-hash": "^1.1.0", - "safe-buffer": "^5.1.2" - } - }, "buffer-compare": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/buffer-compare/-/buffer-compare-1.1.1.tgz", @@ -453,11 +449,6 @@ "resolved": "https://registry.npmjs.org/buffer-reverse/-/buffer-reverse-1.0.1.tgz", "integrity": "sha512-M87YIUBsZ6N924W57vDwT/aOu8hw7ZgdByz6ijksLjmHJELBASmYTTlNHRgjE+pTsT9oJXGaDSgqqwfdHotDUg==" }, - "buffer-xor": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", - "integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==" - }, "callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", @@ -481,15 +472,6 @@ "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", "dev": true }, - "cipher-base": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", - "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, "cli-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", @@ -526,31 +508,6 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, - "create-hash": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", - "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", - "requires": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" - } - }, - "create-hmac": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", - "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", - "requires": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - } - }, "create-require": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", @@ -576,9 +533,9 @@ "integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==" }, "crypto-js": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-3.3.0.tgz", - "integrity": "sha512-DIT51nX0dCfKltpRiXV+/TVZq+Qq2NgF4644+K7Ttnla7zEzqc+kjJyiB96BHNyUTBxyjzRcZYpUdZa+QAqi6Q==" + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.2.0.tgz", + "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" }, "debug": { "version": "4.3.1", @@ -820,44 +777,14 @@ } }, "ethereum-cryptography": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-0.1.3.tgz", - "integrity": "sha512-w8/4x1SGGzc+tO97TASLja6SLd3fRIK2tLVcV2Gx4IB21hE19atll5Cq9o3d0ZmAYC/8aw0ipieTSiekAea4SQ==", - "requires": { - "@types/pbkdf2": "^3.0.0", - "@types/secp256k1": "^4.0.1", - "blakejs": "^1.1.0", - "browserify-aes": "^1.2.0", - "bs58check": "^2.1.2", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "hash.js": "^1.1.7", - "keccak": "^3.0.0", - "pbkdf2": "^3.0.17", - "randombytes": "^2.1.0", - "safe-buffer": "^5.1.2", - "scrypt-js": "^3.0.0", - "secp256k1": "^4.0.1", - "setimmediate": "^1.0.5" - } - }, - "ethereumjs-util": { - "version": "7.1.5", - "resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-7.1.5.tgz", - "integrity": "sha512-SDl5kKrQAudFBUe5OJM9Ac6WmMyYmXX/6sTmLZ3ffG2eY6ZIGBes3pEDxNN6V72WyOw4CPD5RomKdsa8DAAwLg==", - "requires": { - "@types/bn.js": "^5.1.0", - "bn.js": "^5.1.2", - "create-hash": "^1.1.2", - "ethereum-cryptography": "^0.1.3", - "rlp": "^2.2.4" - }, - "dependencies": { - "bn.js": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", - "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" - } + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-2.1.2.tgz", + "integrity": "sha512-Z5Ba0T0ImZ8fqXrJbpHcbpAvIswRte2wGNR/KePnu8GbbvgJ47lMxT/ZZPG6i9Jaht4azPDop4HaM00J0J59ug==", + "requires": { + "@noble/curves": "1.1.0", + "@noble/hashes": "1.3.1", + "@scure/bip32": "1.3.1", + "@scure/bip39": "1.2.1" } }, "ethjs-unit": { @@ -876,15 +803,6 @@ } } }, - "evp_bytestokey": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", - "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", - "requires": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" - } - }, "external-editor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", @@ -1246,16 +1164,6 @@ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", "dev": true }, - "keccak": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/keccak/-/keccak-3.0.3.tgz", - "integrity": "sha512-JZrLIAJWuZxKbCilMpNz5Vj7Vtb4scDG3dMXLOsbzBmQGyjwE61BbW7bJkfKKCShXiQZt3T6sBgALRtmd+nZaQ==", - "requires": { - "node-addon-api": "^2.0.0", - "node-gyp-build": "^4.2.0", - "readable-stream": "^3.6.0" - } - }, "levn": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", @@ -1286,28 +1194,23 @@ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", "dev": true }, - "md5.js": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", - "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", - "requires": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" - } - }, "merkletreejs": { - "version": "0.3.10", - "resolved": "https://registry.npmjs.org/merkletreejs/-/merkletreejs-0.3.10.tgz", - "integrity": "sha512-lin42tKfRdkW+6iE5pjtQ9BnH+1Hk3sJ5Fn9hUUSjcXRcJbSISHgPCfYvMNEXiNqZPhz/TyRPEV30qgnujsQ7A==", + "version": "0.3.11", + "resolved": "https://registry.npmjs.org/merkletreejs/-/merkletreejs-0.3.11.tgz", + "integrity": "sha512-LJKTl4iVNTndhL+3Uz/tfkjD0klIWsHlUzgtuNnNrsf7bAlXR30m+xYB7lHr5Z/l6e/yAIsr26Dabx6Buo4VGQ==", "requires": { "bignumber.js": "^9.0.1", "buffer-reverse": "^1.0.1", - "crypto-js": "^3.1.9-1", + "crypto-js": "^4.2.0", "treeify": "^1.1.0", "web3-utils": "^1.3.4" } }, + "micro-ftch": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/micro-ftch/-/micro-ftch-0.3.1.tgz", + "integrity": "sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg==" + }, "mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", @@ -1372,16 +1275,6 @@ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", "dev": true }, - "node-addon-api": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-2.0.2.tgz", - "integrity": "sha512-Ntyt4AIXyaLIuMHF6IOoTakB3K+RWxwtsHNRxllEoA6vPwP9o4866g6YWDLUdnucilZhmkxiHwHr11gAENw+QA==" - }, - "node-gyp-build": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz", - "integrity": "sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==" - }, "number-to-bn": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/number-to-bn/-/number-to-bn-1.7.0.tgz", @@ -1457,18 +1350,6 @@ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", "dev": true }, - "pbkdf2": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", - "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", - "requires": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - } - }, "prelude-ls": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", @@ -1566,21 +1447,6 @@ "inherits": "^2.0.1" } }, - "rlp": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/rlp/-/rlp-2.2.7.tgz", - "integrity": "sha512-d5gdPmgQ0Z+AklL2NVXr/IoSjNZFfTVvQWzL/AM2AOcSzYP2xjlb0AC8YyCLc41MSNf6P6QVtjgPdmVtzb+4lQ==", - "requires": { - "bn.js": "^5.2.0" - }, - "dependencies": { - "bn.js": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", - "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==" - } - } - }, "run-async": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", @@ -1618,41 +1484,12 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", "dev": true }, - "scrypt-js": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz", - "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA==" - }, - "secp256k1": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/secp256k1/-/secp256k1-4.0.3.tgz", - "integrity": "sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==", - "requires": { - "elliptic": "^6.5.4", - "node-addon-api": "^2.0.0", - "node-gyp-build": "^4.2.0" - } - }, "semver": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true }, - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" - }, - "sha.js": { - "version": "2.4.11", - "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", - "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", - "requires": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - } - }, "shebang-command": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", @@ -1912,7 +1749,8 @@ "undici-types": { "version": "5.26.5", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true }, "unorm": { "version": "1.6.0", @@ -1951,13 +1789,14 @@ "dev": true }, "web3-utils": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-1.10.0.tgz", - "integrity": "sha512-kSaCM0uMcZTNUSmn5vMEhlo02RObGNRRCkdX0V9UTAU0+lrvn0HSaudyCo6CQzuXUsnuY2ERJGCGPfeWmv19Rg==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-1.10.3.tgz", + "integrity": "sha512-OqcUrEE16fDBbGoQtZXWdavsPzbGIDc5v3VrRTZ0XrIpefC/viZ1ZU9bGEemazyS0catk/3rkOOxpzTfY+XsyQ==", "requires": { + "@ethereumjs/util": "^8.1.0", "bn.js": "^5.2.1", "ethereum-bloom-filters": "^1.0.6", - "ethereumjs-util": "^7.1.0", + "ethereum-cryptography": "^2.1.2", "ethjs-unit": "0.1.6", "number-to-bn": "1.7.0", "randombytes": "^2.1.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 4842d4c42..20cdb5a19 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -6,7 +6,7 @@ "dependencies": { "crypto": "^1.0.1", "js-sha3": "^0.9.2", - "merkletreejs": "^0.3.10", + "merkletreejs": "^0.3.11", "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.1.0", From 663f87581a50fb3ba32a7de3b359bd7ba11a13e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 17:04:05 +0000 Subject: [PATCH 091/215] [dependency]: Bump prettier-plugin-organize-imports from 3.2.3 to 3.2.4 in /source/resources/examples/typescript Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases) - [Commits](https://github.com/simonhaenisch/prettier-plugin-organize-imports/compare/v3.2.3...v3.2.4) --- updated-dependencies: - dependency-name: prettier-plugin-organize-imports dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index dc8c30c2f..023d31ad1 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1372,9 +1372,9 @@ } }, "prettier-plugin-organize-imports": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.2.3.tgz", - "integrity": "sha512-KFvk8C/zGyvUaE3RvxN2MhCLwzV6OBbFSkwZ2OamCrs9ZY4i5L77jQ/w4UmUr+lqX8qbaqVq6bZZkApn+IgJSg==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.2.4.tgz", + "integrity": "sha512-6m8WBhIp0dfwu0SkgfOxJqh+HpdyfqSSLfKKRZSFbDuEQXDDndb8fTpRWkUrX/uBenkex3MgnVk0J3b3Y5byog==", "dev": true }, "progress": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 20cdb5a19..0aabe5ccd 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -21,7 +21,7 @@ "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", "prettier": "^3.0.3", - "prettier-plugin-organize-imports": "^3.2.3", + "prettier-plugin-organize-imports": "^3.2.4", "ts-node": "^10.9.1" }, "scripts": { From 69d5dd9b57ac958cf1627252bd75f4fbb4acc752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 17:04:29 +0000 Subject: [PATCH 092/215] [dependency]: Bump @types/node from 20.8.10 to 20.9.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.10 to 20.9.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 023d31ad1..3b5e97221 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.8.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.8.10.tgz", - "integrity": "sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==", + "version": "20.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz", + "integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 0aabe5ccd..83793214e 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.8.10", + "@types/node": "^20.9.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 08a56ab56a78a5b6f41cf6d3b5c1231d19280f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:20:03 +0000 Subject: [PATCH 093/215] [dependency]: Bump pygments from 2.15.1 to 2.17.1 Bumps [pygments](https://github.com/pygments/pygments) from 2.15.1 to 2.17.1. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.15.1...2.17.1) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8215dcbe5..a8ce5c28d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ imagesize==1.4.1 Jinja2==3.1.2 MarkupSafe==2.1.3 PyGithub==2.1.1 -Pygments==2.15.1 +Pygments==2.17.1 pytz==2023.3.post1 six==1.16.0 snowballstemmer==2.2.0 From 323bf02020f23c6eab5ac165dc1ae918dc94c459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 17:59:49 +0000 Subject: [PATCH 094/215] [dependency]: Bump prettier from 3.0.3 to 3.1.0 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.0.3...3.1.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 3b5e97221..465be56f2 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1357,9 +1357,9 @@ "dev": true }, "prettier": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.3.tgz", - "integrity": "sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", + "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 83793214e..a9ed581e2 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^3.0.3", + "prettier": "^3.1.0", "prettier-plugin-organize-imports": "^3.2.4", "ts-node": "^10.9.1" }, From e1eca7549dcc34fc124c583c082d73092f578138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 18:00:39 +0000 Subject: [PATCH 095/215] [dependency]: Bump @types/node from 20.9.0 to 20.9.2 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.0 to 20.9.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 465be56f2..0f443a548 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.9.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.0.tgz", - "integrity": "sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==", + "version": "20.9.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.2.tgz", + "integrity": "sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index a9ed581e2..247f0796e 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.9.0", + "@types/node": "^20.9.2", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From a07e398464b7a797f2621aa337c9c66457e95157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 17:21:51 +0000 Subject: [PATCH 096/215] [dependency]: Bump pygments from 2.17.1 to 2.17.2 Bumps [pygments](https://github.com/pygments/pygments) from 2.17.1 to 2.17.2. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.17.1...2.17.2) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a8ce5c28d..65ef116f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ imagesize==1.4.1 Jinja2==3.1.2 MarkupSafe==2.1.3 PyGithub==2.1.1 -Pygments==2.17.1 +Pygments==2.17.2 pytz==2023.3.post1 six==1.16.0 snowballstemmer==2.2.0 From 63021c537f15dc8f2345d3c7e024bf133c1378b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 17:52:54 +0000 Subject: [PATCH 097/215] [dependency]: Bump @types/node from 20.9.2 to 20.10.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.2 to 20.10.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 0f443a548..965ea5c7a 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.9.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.9.2.tgz", - "integrity": "sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==", + "version": "20.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.0.tgz", + "integrity": "sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 247f0796e..cf31352ad 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.9.2", + "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 881312adeaa9c76f9b54cf3cf844d3fc3221657e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 17:53:57 +0000 Subject: [PATCH 098/215] [dependency]: Bump typescript from 5.2.2 to 5.3.2 in /source/resources/examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 965ea5c7a..e338683c2 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1742,9 +1742,9 @@ "dev": true }, "typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==" + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", + "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==" }, "undici-types": { "version": "5.26.5", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index cf31352ad..e2888464d 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.1.0", - "typescript": "^5.2.2", + "typescript": "^5.3.2", "utf8": "^3.0.0" }, "devDependencies": { From 62c7dae678b22fbed208db968e4d5ca937c385b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 17:33:59 +0000 Subject: [PATCH 099/215] [dependency]: Bump @types/node from 20.10.0 to 20.10.2 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.0 to 20.10.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index e338683c2..5e8a5d2e2 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.10.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.0.tgz", - "integrity": "sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==", + "version": "20.10.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.2.tgz", + "integrity": "sha512-37MXfxkb0vuIlRKHNxwCkb60PNBpR94u4efQuN4JgIAm66zfCDXGSAFCef9XUWFovX2R1ok6Z7MHhtdVXXkkIw==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index e2888464d..132df3b22 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.10.0", + "@types/node": "^20.10.2", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 5b88b129c8a5f2fecfbaa03bc96985a1052a6899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 17:10:58 +0000 Subject: [PATCH 100/215] [dependency]: Bump prettier from 3.1.0 to 3.1.1 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.1.0...3.1.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 5e8a5d2e2..273892110 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1357,9 +1357,9 @@ "dev": true }, "prettier": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", - "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", + "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 132df3b22..d6e5d4480 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "prettier-plugin-organize-imports": "^3.2.4", "ts-node": "^10.9.1" }, From a28d5189ed8e364628485a4c457f52d7f7cce103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 17:11:09 +0000 Subject: [PATCH 101/215] [dependency]: Bump ts-node from 10.9.1 to 10.9.2 in /source/resources/examples/typescript Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md) - [Commits](https://github.com/TypeStrong/ts-node/compare/v10.9.1...v10.9.2) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 36 +++++++++---------- .../examples/typescript/package.json | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 273892110..519a76c14 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -49,15 +49,15 @@ } }, "@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", "dev": true }, "@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "dev": true }, "@jridgewell/trace-mapping": { @@ -126,9 +126,9 @@ "dev": true }, "@tsconfig/node16": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz", - "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", "dev": true }, "@types/eslint-visitor-keys": { @@ -264,9 +264,9 @@ "dev": true }, "acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "version": "8.3.1", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.1.tgz", + "integrity": "sha512-TgUZgYvqZprrl7YldZNoa9OciCAyZR+Ejm9eXzKCmjsF5IKp/wgQ7Z/ZpjpGTIUPwrHQIcYeI8qDh4PsEwxMbw==", "dev": true }, "ajv": { @@ -1687,9 +1687,9 @@ "integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==" }, "ts-node": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", - "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", "dev": true, "requires": { "@cspotcode/source-map-support": "^0.8.0", @@ -1708,9 +1708,9 @@ }, "dependencies": { "acorn": { - "version": "8.7.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", - "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", "dev": true } } diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index d6e5d4480..b97d56a9e 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -22,7 +22,7 @@ "eslint-plugin-prettier": "^3.4.1", "prettier": "^3.1.1", "prettier-plugin-organize-imports": "^3.2.4", - "ts-node": "^10.9.1" + "ts-node": "^10.9.2" }, "scripts": { "prettier": "prettier --write .", From 700956e48136d9a5d8514801f8a9138b6432cef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 17:12:07 +0000 Subject: [PATCH 102/215] [dependency]: Bump typescript from 5.3.2 to 5.3.3 in /source/resources/examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 519a76c14..0d212a679 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1742,9 +1742,9 @@ "dev": true }, "typescript": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.2.tgz", - "integrity": "sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==" + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" }, "undici-types": { "version": "5.26.5", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index b97d56a9e..5987d2c82 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.1.0", - "typescript": "^5.3.2", + "typescript": "^5.3.3", "utf8": "^3.0.0" }, "devDependencies": { From a78374cd14507a3953abb90f2166da46d4116673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 17:12:28 +0000 Subject: [PATCH 103/215] [dependency]: Bump @types/node from 20.10.2 to 20.10.4 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.2 to 20.10.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 0d212a679..32f08d7ba 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.10.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.2.tgz", - "integrity": "sha512-37MXfxkb0vuIlRKHNxwCkb60PNBpR94u4efQuN4JgIAm66zfCDXGSAFCef9XUWFovX2R1ok6Z7MHhtdVXXkkIw==", + "version": "20.10.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.4.tgz", + "integrity": "sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 5987d2c82..74015cfd5 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.10.2", + "@types/node": "^20.10.4", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 0db35332aaa7c4a3ac19bc52292d7c6436e017d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 17:37:58 +0000 Subject: [PATCH 104/215] [dependency]: Bump babel from 2.13.1 to 2.14.0 Bumps [babel](https://github.com/python-babel/babel) from 2.13.1 to 2.14.0. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.13.1...v2.14.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65ef116f1..3934aafb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ablog==0.11.6 alabaster==0.7.13 -Babel==2.13.1 +Babel==2.14.0 imagesize==1.4.1 Jinja2==3.1.2 MarkupSafe==2.1.3 From 169322a499261e869092c94ad95fa8f0a9c76876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 17:57:38 +0000 Subject: [PATCH 105/215] [dependency]: Bump js-sha3 from 0.9.2 to 0.9.3 in /source/resources/examples/typescript Bumps [js-sha3](https://github.com/emn178/js-sha3) from 0.9.2 to 0.9.3. - [Changelog](https://github.com/emn178/js-sha3/blob/master/CHANGELOG.md) - [Commits](https://github.com/emn178/js-sha3/compare/v0.9.2...v0.9.3) --- updated-dependencies: - dependency-name: js-sha3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 32f08d7ba..3f6cda28a 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1132,9 +1132,9 @@ "integrity": "sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==" }, "js-sha3": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.9.2.tgz", - "integrity": "sha512-8kgvwd03wNGQG1GRvl3yy1Yt40sICAcIMsDU2ZLgoL0Z6z9rkRmf9Vd+bi/gYSzgAqMUGl/jiDKu0J8AWFd+BQ==" + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.9.3.tgz", + "integrity": "sha512-BcJPCQeLg6WjEx3FE591wVAevlli8lxsxm9/FzV4HXkV49TmBH38Yvrpce6fjbADGMKFrBMGTqrVz3qPIZ88Gg==" }, "js-tokens": { "version": "4.0.0", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 74015cfd5..ebe273774 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "crypto": "^1.0.1", - "js-sha3": "^0.9.2", + "js-sha3": "^0.9.3", "merkletreejs": "^0.3.11", "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", From 6d350b7778580b0221936dcb3caa454fec14ebf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 17:59:33 +0000 Subject: [PATCH 106/215] [dependency]: Bump @types/node from 20.10.4 to 20.10.5 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.4 to 20.10.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 3f6cda28a..13b614e44 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.10.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.4.tgz", - "integrity": "sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==", + "version": "20.10.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.5.tgz", + "integrity": "sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index ebe273774..fdb7183c5 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.10.4", + "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From c42ab5a863e5552a0e4210bb53cb672ec7ef182d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 17:05:44 +0000 Subject: [PATCH 107/215] [dependency]: Bump @types/node from 20.10.5 to 20.10.6 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.5 to 20.10.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 13b614e44..9e45cfc65 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.10.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.5.tgz", - "integrity": "sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==", + "version": "20.10.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz", + "integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index fdb7183c5..f812a5325 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.10.5", + "@types/node": "^20.10.6", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 26747883d9b37b0369289385658a427f735469aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 17:55:01 +0000 Subject: [PATCH 108/215] [dependency]: Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.10 in /source/resources/examples/java Bumps org.slf4j:slf4j-simple from 2.0.9 to 2.0.10. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index 4bb318866..13f8b172b 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -33,7 +33,7 @@ dependencies { compile "io.nem:symbol-sdk-vertx-client:${project.version}" // Tests - testCompile 'org.slf4j:slf4j-simple:2.0.9' + testCompile 'org.slf4j:slf4j-simple:2.0.10' testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testCompile "org.junit.jupiter:junit-jupiter-params:${junitVersion}" testRuntime "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" From c72937a4f9359364a1128d69f8931ec7d29bccc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 17:03:23 +0000 Subject: [PATCH 109/215] [dependency]: Bump @types/node from 20.10.6 to 20.10.7 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.10.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 9e45cfc65..f0a442ef3 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.10.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.6.tgz", - "integrity": "sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==", + "version": "20.10.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.7.tgz", + "integrity": "sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index f812a5325..3c89663c2 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.10.6", + "@types/node": "^20.10.7", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 926f1b47487a04bb8cbf2b794759a79ba02c48ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 17:02:40 +0000 Subject: [PATCH 110/215] [dependency]: Bump alabaster from 0.7.13 to 0.7.16 Bumps [alabaster](https://github.com/sphinx-doc/alabaster) from 0.7.13 to 0.7.16. - [Release notes](https://github.com/sphinx-doc/alabaster/releases) - [Changelog](https://github.com/sphinx-doc/alabaster/blob/master/docs/changelog.rst) - [Commits](https://github.com/sphinx-doc/alabaster/compare/0.7.13...0.7.16) --- updated-dependencies: - dependency-name: alabaster dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3934aafb0..37f9e128d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ablog==0.11.6 -alabaster==0.7.13 +alabaster==0.7.16 Babel==2.14.0 imagesize==1.4.1 Jinja2==3.1.2 From cb91aa83c0bbca535cd864a0e2e746412409c0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 17:28:51 +0000 Subject: [PATCH 111/215] [dependency]: Bump org.slf4j:slf4j-simple from 2.0.10 to 2.0.11 in /source/resources/examples/java Bumps org.slf4j:slf4j-simple from 2.0.10 to 2.0.11. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index 13f8b172b..68a4b1ac3 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -33,7 +33,7 @@ dependencies { compile "io.nem:symbol-sdk-vertx-client:${project.version}" // Tests - testCompile 'org.slf4j:slf4j-simple:2.0.10' + testCompile 'org.slf4j:slf4j-simple:2.0.11' testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testCompile "org.junit.jupiter:junit-jupiter-params:${junitVersion}" testRuntime "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" From b7a5dbfe2b76720fc58512a8188fa5afb019668d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 17:53:56 +0000 Subject: [PATCH 112/215] [dependency]: Bump @types/node from 20.10.7 to 20.11.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.7 to 20.11.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index f0a442ef3..e48030d18 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.10.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.7.tgz", - "integrity": "sha512-fRbIKb8C/Y2lXxB5eVMj4IU7xpdox0Lh8bUPEdtLysaylsml1hOOx1+STloRs/B9nf7C6kPRmmg/V7aQW7usNg==", + "version": "20.11.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.0.tgz", + "integrity": "sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 3c89663c2..85b46b5de 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.10.7", + "@types/node": "^20.11.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 585cf7f68970a9111cc1b08169c8504d0195158d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 17:54:37 +0000 Subject: [PATCH 113/215] [dependency]: Bump prettier from 3.1.1 to 3.2.2 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 3.1.1 to 3.2.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.1.1...3.2.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index e48030d18..80421dc90 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1357,9 +1357,9 @@ "dev": true }, "prettier": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", - "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.2.tgz", + "integrity": "sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 85b46b5de..79742a523 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^3.1.1", + "prettier": "^3.2.2", "prettier-plugin-organize-imports": "^3.2.4", "ts-node": "^10.9.2" }, From bb2ccbe20147482ed0de1e9071addfd988ec912b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 17:13:44 +0000 Subject: [PATCH 114/215] [dependency]: Bump jinja2 from 3.1.2 to 3.1.3 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 37f9e128d..611607d8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ablog==0.11.6 alabaster==0.7.16 Babel==2.14.0 imagesize==1.4.1 -Jinja2==3.1.2 +Jinja2==3.1.3 MarkupSafe==2.1.3 PyGithub==2.1.1 Pygments==2.17.2 From 805bf7e4652e7b062c2c87e7af0d22de3191f21c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 17:30:40 +0000 Subject: [PATCH 115/215] [dependency]: Bump @types/node from 20.11.0 to 20.11.5 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.0 to 20.11.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 80421dc90..83bedf116 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.11.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.0.tgz", - "integrity": "sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ==", + "version": "20.11.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz", + "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 79742a523..247a1bf5c 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.11.0", + "@types/node": "^20.11.5", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 3820e05e68c7a5608802db93b1c8db1354c5eb7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 17:31:32 +0000 Subject: [PATCH 116/215] [dependency]: Bump prettier from 3.2.2 to 3.2.4 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 3.2.2 to 3.2.4. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.2...3.2.4) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 83bedf116..fd5906610 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1357,9 +1357,9 @@ "dev": true }, "prettier": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.2.tgz", - "integrity": "sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz", + "integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 247a1bf5c..756e30714 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^3.2.2", + "prettier": "^3.2.4", "prettier-plugin-organize-imports": "^3.2.4", "ts-node": "^10.9.2" }, From 5e04cac8e8e1bf2832a7bc5941b9cb65d421a399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 17:16:28 +0000 Subject: [PATCH 117/215] [dependency]: Bump @types/node from 20.11.5 to 20.11.9 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.5 to 20.11.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index fd5906610..ab13025cc 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.11.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.5.tgz", - "integrity": "sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==", + "version": "20.11.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.9.tgz", + "integrity": "sha512-CQXNuMoS/VcoAMISe5pm4JnEd1Br5jildbQEToEMQvutmv+EaQr90ry9raiudgpyDuqFiV9e4rnjSfLNq12M5w==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 756e30714..bc99adb3b 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.11.5", + "@types/node": "^20.11.9", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 0a8a6581c8282a4d879dfbb26f7596084c5d2773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 17:56:55 +0000 Subject: [PATCH 118/215] [dependency]: Bump markupsafe from 2.1.3 to 2.1.4 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.3...2.1.4) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 611607d8a..17c4be242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ alabaster==0.7.16 Babel==2.14.0 imagesize==1.4.1 Jinja2==3.1.3 -MarkupSafe==2.1.3 +MarkupSafe==2.1.4 PyGithub==2.1.1 Pygments==2.17.2 pytz==2023.3.post1 From 1d22cbf686df0c2b070bf3b23a00eb01eaf55f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 17:44:37 +0000 Subject: [PATCH 119/215] [dependency]: Bump prettier from 3.2.4 to 3.2.5 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.2.5) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index ab13025cc..55d8e973d 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1357,9 +1357,9 @@ "dev": true }, "prettier": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz", - "integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index bc99adb3b..036db477b 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^3.2.4", + "prettier": "^3.2.5", "prettier-plugin-organize-imports": "^3.2.4", "ts-node": "^10.9.2" }, From 9accc5b1cb92770c0b02b406ef3f0c37906915fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 17:45:23 +0000 Subject: [PATCH 120/215] [dependency]: Bump @types/node from 20.11.9 to 20.11.16 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.9 to 20.11.16. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 55d8e973d..ab3bdab8a 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.11.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.9.tgz", - "integrity": "sha512-CQXNuMoS/VcoAMISe5pm4JnEd1Br5jildbQEToEMQvutmv+EaQr90ry9raiudgpyDuqFiV9e4rnjSfLNq12M5w==", + "version": "20.11.16", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.16.tgz", + "integrity": "sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 036db477b..8b9c8480d 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.11.9", + "@types/node": "^20.11.16", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 1fb9a917ceb86ea2a5455eaac65d81369bea0579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 17:50:48 +0000 Subject: [PATCH 121/215] [dependency]: Bump markupsafe from 2.1.4 to 2.1.5 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.4...2.1.5) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 17c4be242..9000f232b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ alabaster==0.7.16 Babel==2.14.0 imagesize==1.4.1 Jinja2==3.1.3 -MarkupSafe==2.1.4 +MarkupSafe==2.1.5 PyGithub==2.1.1 Pygments==2.17.2 pytz==2023.3.post1 From 2f6e3478f8555d4bf813a566d92ed70bd04e89f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 17:51:52 +0000 Subject: [PATCH 122/215] [dependency]: Bump junitVersion from 5.10.1 to 5.10.2 in /source/resources/examples/java Bumps `junitVersion` from 5.10.1 to 5.10.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.1 to 5.10.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.1 to 5.10.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.1 to 5.10.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index 68a4b1ac3..642c2c70b 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -25,7 +25,7 @@ repositories { } ext { - junitVersion = "5.10.1" + junitVersion = "5.10.2" } dependencies { From 13b14cbd0d997739971da9df7431e5a902a1f21f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:06:45 +0000 Subject: [PATCH 123/215] [dependency]: Bump org.slf4j:slf4j-simple from 2.0.11 to 2.0.12 in /source/resources/examples/java Bumps org.slf4j:slf4j-simple from 2.0.11 to 2.0.12. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index 642c2c70b..0ec9433de 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -33,7 +33,7 @@ dependencies { compile "io.nem:symbol-sdk-vertx-client:${project.version}" // Tests - testCompile 'org.slf4j:slf4j-simple:2.0.11' + testCompile 'org.slf4j:slf4j-simple:2.0.12' testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testCompile "org.junit.jupiter:junit-jupiter-params:${junitVersion}" testRuntime "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" From 5b458c441bbac15ae84e7f25f0790f567333fec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:15:05 +0000 Subject: [PATCH 124/215] [dependency]: Bump pytz from 2023.3.post1 to 2024.1 Bumps [pytz](https://github.com/stub42/pytz) from 2023.3.post1 to 2024.1. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2023.3.post1...release_2024.1) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9000f232b..7c7787f65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Jinja2==3.1.3 MarkupSafe==2.1.5 PyGithub==2.1.1 Pygments==2.17.2 -pytz==2023.3.post1 +pytz==2024.1 six==1.16.0 snowballstemmer==2.2.0 docutils==0.18 From 6111cb00ee327a14c644461e96b0593cef2549fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 18:00:02 +0000 Subject: [PATCH 125/215] [dependency]: Bump @types/node from 20.11.16 to 20.11.17 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.16 to 20.11.17. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index ab3bdab8a..3bd4b2761 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.11.16", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.16.tgz", - "integrity": "sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==", + "version": "20.11.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.17.tgz", + "integrity": "sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 8b9c8480d..053952085 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.11.16", + "@types/node": "^20.11.17", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From b69530b7eb6b1becf9583203a32aa85f50ef5d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:10:23 +0000 Subject: [PATCH 126/215] [dependency]: Bump gitpython from 3.1.40 to 3.1.42 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.40 to 3.1.42. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.40...3.1.42) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c7787f65..6c3accd00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ sphinxcontrib-viewsource==0.1.4 sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3 m2r2==0.3.3.post2 -GitPython==3.1.40 +GitPython==3.1.42 mistune==3.0.2 From 41b2bd42502e7b5c00268e7b0241a011098aa531 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:54:45 +0000 Subject: [PATCH 127/215] [dependency]: Bump @types/node from 20.11.17 to 20.11.19 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.17 to 20.11.19. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 3bd4b2761..f00cfb857 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.11.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.17.tgz", - "integrity": "sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==", + "version": "20.11.19", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz", + "integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 053952085..73d0a6930 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.11.17", + "@types/node": "^20.11.19", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From bf6062b0882643fec7efb55fea0d0e6a1e6ac261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:03:17 +0000 Subject: [PATCH 128/215] [dependency]: Bump sphinx-autobuild from 2021.3.14 to 2024.2.4 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2021.3.14 to 2024.2.4. - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2021.03.14...2024.02.04) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c3accd00..a407b9b93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ six==1.16.0 snowballstemmer==2.2.0 docutils==0.18 Sphinx==7.2.6 -sphinx-autobuild==2021.3.14 +sphinx-autobuild==2024.2.4 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.0.1 sphinx_tabs==3.4.1 From 992d2c715d325d4a1df14c66a026272f25863e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:35:46 +0000 Subject: [PATCH 129/215] [dependency]: Bump @types/node from 20.11.19 to 20.11.20 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.19 to 20.11.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index f00cfb857..113bf1456 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.11.19", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.19.tgz", - "integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==", + "version": "20.11.20", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.20.tgz", + "integrity": "sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 73d0a6930..9fb414d4f 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.11.19", + "@types/node": "^20.11.20", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From d5fc8d2ac16ac566c1c251c23eb48d2e084c4841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 17:33:11 +0000 Subject: [PATCH 130/215] [dependency]: Bump @types/node from 20.11.20 to 20.11.24 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.20 to 20.11.24. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 113bf1456..3c3945a2f 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.11.20", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.20.tgz", - "integrity": "sha512-7/rR21OS+fq8IyHTgtLkDK949uzsa6n8BkziAKtPVpugIkO6D+/ooXMvzXxDnZrmtXVfjb1bKQafYpb8s89LOg==", + "version": "20.11.24", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.24.tgz", + "integrity": "sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 9fb414d4f..d4a1dc961 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.11.20", + "@types/node": "^20.11.24", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From de5220dd69d84bd7d9267619607ae106d7481fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:03:09 +0000 Subject: [PATCH 131/215] [dependency]: Bump @types/node from 20.11.24 to 20.11.25 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.24 to 20.11.25. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 3c3945a2f..154899b37 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.11.24", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.24.tgz", - "integrity": "sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==", + "version": "20.11.25", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.25.tgz", + "integrity": "sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index d4a1dc961..a2db9f5a3 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.11.24", + "@types/node": "^20.11.25", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 7308b35c5ecff26a62381567df4593f6f194218f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:03:48 +0000 Subject: [PATCH 132/215] [dependency]: Bump typescript from 5.3.3 to 5.4.2 in /source/resources/examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 154899b37..8ee46f7b1 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1742,9 +1742,9 @@ "dev": true }, "typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", + "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==" }, "undici-types": { "version": "5.26.5", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index a2db9f5a3..6520367e8 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.1.0", - "typescript": "^5.3.3", + "typescript": "^5.4.2", "utf8": "^3.0.0" }, "devDependencies": { From 65e766fc284d10f5c3f60b952db5907e4d6ed0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 17:31:08 +0000 Subject: [PATCH 133/215] [dependency]: Bump @types/node from 20.11.25 to 20.11.28 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.25 to 20.11.28. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 8ee46f7b1..e3c0c0057 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.11.25", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.25.tgz", - "integrity": "sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==", + "version": "20.11.28", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.28.tgz", + "integrity": "sha512-M/GPWVS2wLkSkNHVeLkrF2fD5Lx5UC4PxA0uZcKc6QqbIQUJyW1jVjueJYi1z8n0I5PxYrtpnPnWglE+y9A0KA==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 6520367e8..771df38ab 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.11.25", + "@types/node": "^20.11.28", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 2cf9cbc5f8f463bd57eab002ad181ee8215007ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:19:20 +0000 Subject: [PATCH 134/215] [dependency]: Bump typescript from 5.4.2 to 5.4.3 in /source/resources/examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.2 to 5.4.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index e3c0c0057..86b3f1dea 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1742,9 +1742,9 @@ "dev": true }, "typescript": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", - "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==" + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", + "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==" }, "undici-types": { "version": "5.26.5", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 771df38ab..4bba8da08 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.1.0", - "typescript": "^5.4.2", + "typescript": "^5.4.3", "utf8": "^3.0.0" }, "devDependencies": { From c10847d2e92be03b0fe87d71b0b9a0e7c66e1dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:19:56 +0000 Subject: [PATCH 135/215] [dependency]: Bump @types/node from 20.11.28 to 20.11.30 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.28 to 20.11.30. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 86b3f1dea..5f0deae06 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.11.28", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.28.tgz", - "integrity": "sha512-M/GPWVS2wLkSkNHVeLkrF2fD5Lx5UC4PxA0uZcKc6QqbIQUJyW1jVjueJYi1z8n0I5PxYrtpnPnWglE+y9A0KA==", + "version": "20.11.30", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz", + "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 4bba8da08..399a47471 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.11.28", + "@types/node": "^20.11.30", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From fb1d58a5c7674a9b2254425549f70a63a54eb704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 17:37:08 +0000 Subject: [PATCH 136/215] [dependency]: Bump pygithub from 2.1.1 to 2.3.0 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.1.1 to 2.3.0. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.1.1...v2.3.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a407b9b93..a53003b27 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Babel==2.14.0 imagesize==1.4.1 Jinja2==3.1.3 MarkupSafe==2.1.5 -PyGithub==2.1.1 +PyGithub==2.3.0 Pygments==2.17.2 pytz==2024.1 six==1.16.0 From d8d74c784b9c502a331ba53ca6e9b380f9f21a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 17:04:06 +0000 Subject: [PATCH 137/215] [dependency]: Bump @types/node from 20.11.30 to 20.12.2 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.12.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 5f0deae06..3aaeaaa7f 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.11.30", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz", - "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==", + "version": "20.12.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz", + "integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 399a47471..c5996b4e5 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.11.30", + "@types/node": "^20.12.2", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 77482cdd51bfc84f87d489fc09add15d59e51527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 17:05:16 +0000 Subject: [PATCH 138/215] [dependency]: Bump gitpython from 3.1.42 to 3.1.43 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.42 to 3.1.43. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.42...3.1.43) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a53003b27..c48389b90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ sphinxcontrib-viewsource==0.1.4 sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3 m2r2==0.3.3.post2 -GitPython==3.1.42 +GitPython==3.1.43 mistune==3.0.2 From d9668ce3efcab5c2dcb99e302f1b8fd2892ebdd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:55:30 +0000 Subject: [PATCH 139/215] [dependency]: Bump @types/node from 20.12.2 to 20.12.5 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.2 to 20.12.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 3aaeaaa7f..dafa294ad 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.12.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz", - "integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==", + "version": "20.12.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz", + "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index c5996b4e5..52aa1b30d 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.12.2", + "@types/node": "^20.12.5", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 02463c9f5e2168d6e7e6664538cdf285dcdca859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 17:56:11 +0000 Subject: [PATCH 140/215] [dependency]: Bump typescript from 5.4.3 to 5.4.4 in /source/resources/examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index dafa294ad..b9e74f0b6 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1742,9 +1742,9 @@ "dev": true }, "typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==" + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==" }, "undici-types": { "version": "5.26.5", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 52aa1b30d..b0c86f893 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.1.0", - "typescript": "^5.4.3", + "typescript": "^5.4.4", "utf8": "^3.0.0" }, "devDependencies": { From 89895da45c18d10f68624c6a6d752e02a7e932bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:01:15 +0000 Subject: [PATCH 141/215] [dependency]: Bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 in /source/resources/examples/java Bumps org.slf4j:slf4j-simple from 2.0.12 to 2.0.13. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index 0ec9433de..a09b11fda 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -33,7 +33,7 @@ dependencies { compile "io.nem:symbol-sdk-vertx-client:${project.version}" // Tests - testCompile 'org.slf4j:slf4j-simple:2.0.12' + testCompile 'org.slf4j:slf4j-simple:2.0.13' testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testCompile "org.junit.jupiter:junit-jupiter-params:${junitVersion}" testRuntime "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" From 565439012bc35afbe4af7c4d765dec2bb74c3ace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:37:57 +0000 Subject: [PATCH 142/215] [dependency]: Bump typescript from 5.4.4 to 5.4.5 in /source/resources/examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index b9e74f0b6..7beda8f01 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1742,9 +1742,9 @@ "dev": true }, "typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==" + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==" }, "undici-types": { "version": "5.26.5", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index b0c86f893..da6400dea 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.1.0", - "typescript": "^5.4.4", + "typescript": "^5.4.5", "utf8": "^3.0.0" }, "devDependencies": { From 9789ed49ff7c016f8d26eeaed1b342420a17f707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:39:55 +0000 Subject: [PATCH 143/215] [dependency]: Bump @types/node from 20.12.5 to 20.12.7 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.5 to 20.12.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 7beda8f01..8dcab156a 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.12.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz", - "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==", + "version": "20.12.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", + "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index da6400dea..3119f9fcb 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.12.5", + "@types/node": "^20.12.7", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 3523cd02daf17968cf090e2de68bfcc961a53bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:41:36 +0000 Subject: [PATCH 144/215] [dependency]: Bump symbol-sdk from 3.1.0 to 3.2.0 in /source/resources/examples/typescript Bumps [symbol-sdk](https://github.com/symbol/symbol) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/symbol/symbol/releases) - [Commits](https://github.com/symbol/symbol/compare/sdk/python/v3.1.0...sdk/python/v3.2.0) --- updated-dependencies: - dependency-name: symbol-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 72 ++++++++++--------- .../examples/typescript/package.json | 2 +- 2 files changed, 39 insertions(+), 35 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 8dcab156a..1476cc00b 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -376,9 +376,9 @@ } }, "bitcore-lib": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/bitcore-lib/-/bitcore-lib-10.0.5.tgz", - "integrity": "sha512-dfZoKa+gbC+BF2mCMzSGi/YX/ViIpudVp18RUvryVhkl8Cky5amyQQbTs5uzLWkNn2BuqimnxtpvvoK2eAF/gQ==", + "version": "10.0.28", + "resolved": "https://registry.npmjs.org/bitcore-lib/-/bitcore-lib-10.0.28.tgz", + "integrity": "sha512-uOWHpWbUxEj411p+tp6DCb9NfZdsCAHl6Z/rs96mquQMsef29fOqWUyk4Bl7yLf+KwzU5ZKy0HIPnjGFlmpXpg==", "requires": { "bech32": "=2.0.0", "bip-schnorr": "=0.6.4", @@ -390,11 +390,6 @@ "lodash": "^4.17.20" }, "dependencies": { - "bn.js": { - "version": "4.11.8", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", - "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" - }, "inherits": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", @@ -403,18 +398,18 @@ } }, "bitcore-mnemonic": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/bitcore-mnemonic/-/bitcore-mnemonic-10.0.5.tgz", - "integrity": "sha512-dpHKt8I1nsWWwlrS2JnUvpbtHPNiOPKkgv0lkUg2B0lv+1Jo2r7pDQX7YytdgDGfDN2UYCCi8plnkpPPU0rzjA==", + "version": "10.0.28", + "resolved": "https://registry.npmjs.org/bitcore-mnemonic/-/bitcore-mnemonic-10.0.28.tgz", + "integrity": "sha512-Tu/RVcoRJyOeuafrXW6BD/3kkZLMwjxMGUcfNL2C9yKFAyXl6m5eNdy3VWDycbyRsHc+JnX/HRVVlhBuj1OSOw==", "requires": { - "bitcore-lib": "^10.0.5", + "bitcore-lib": "^10.0.28", "unorm": "^1.4.1" } }, "bn.js": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", - "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", + "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" }, "brace-expansion": { "version": "1.1.11", @@ -429,7 +424,7 @@ "brorand": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", - "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" + "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==" }, "bs58": { "version": "4.0.1", @@ -577,9 +572,9 @@ } }, "elliptic": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", - "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "version": "6.5.5", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.5.tgz", + "integrity": "sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==", "requires": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -588,6 +583,13 @@ "inherits": "^2.0.4", "minimalistic-assert": "^1.0.1", "minimalistic-crypto-utils": "^1.0.1" + }, + "dependencies": { + "bn.js": { + "version": "4.12.0", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==" + } } }, "emoji-regex": { @@ -951,7 +953,7 @@ "hmac-drbg": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", - "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", + "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==", "requires": { "hash.js": "^1.0.3", "minimalistic-assert": "^1.0.0", @@ -1225,7 +1227,7 @@ "minimalistic-crypto-utils": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", - "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" + "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==" }, "minimatch": { "version": "3.1.2", @@ -1609,18 +1611,25 @@ "symbol-crypto-wasm-node": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/symbol-crypto-wasm-node/-/symbol-crypto-wasm-node-0.1.1.tgz", - "integrity": "sha512-gASOhy8+uITSZh5bCYKve5GFtQQ2yQjTFqYNRO4Wq5mH29Ai+3TyKTAq9wZ6bwQfgm7j8U4aqmwFn9WdsXU4eQ==" + "integrity": "sha512-gASOhy8+uITSZh5bCYKve5GFtQQ2yQjTFqYNRO4Wq5mH29Ai+3TyKTAq9wZ6bwQfgm7j8U4aqmwFn9WdsXU4eQ==", + "optional": true }, "symbol-sdk": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-3.1.0.tgz", - "integrity": "sha512-ywNWYp6DfxbZaEoarOkMhkbmVoTyyHwtaWT2IU4ZY6+f2Xl+oCBMYAoLA6TBEvJB4bKRgMy9iFi9+KkJKb+XgQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-3.2.0.tgz", + "integrity": "sha512-PI44r90oe5/zaD5Lsn4fqb7lUxCb2HOOJi2qwsmOrjJYUqfKQ6zFaG3OFanRhAA8Rx0aF4ajuJwdAnDiOV6beA==", "requires": { - "@noble/hashes": "~1.3.1", - "bitcore-mnemonic": "~10.0.5", + "@noble/hashes": "~1.4.0", + "bitcore-mnemonic": "~10.0.11", "ripemd160": "~2.0.2", - "symbol-crypto-wasm-node": "~0.1.1", - "tweetnacl": "~1.0.3" + "symbol-crypto-wasm-node": "^0.1.1" + }, + "dependencies": { + "@noble/hashes": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", + "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==" + } } }, "table": { @@ -1721,11 +1730,6 @@ "integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==", "dev": true }, - "tweetnacl": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz", - "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" - }, "type-check": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 3119f9fcb..328591309 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -9,7 +9,7 @@ "merkletreejs": "^0.3.11", "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", - "symbol-sdk": "3.1.0", + "symbol-sdk": "3.2.0", "typescript": "^5.4.5", "utf8": "^3.0.0" }, From b444edc5b21364b7b802f44e17326d13dcefe7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:52:32 +0000 Subject: [PATCH 145/215] [dependency]: Bump docutils from 0.18 to 0.21.1 Bumps [docutils](https://docutils.sourceforge.io) from 0.18 to 0.21.1. --- updated-dependencies: - dependency-name: docutils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c48389b90..504296f5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Pygments==2.17.2 pytz==2024.1 six==1.16.0 snowballstemmer==2.2.0 -docutils==0.18 +docutils==0.21.1 Sphinx==7.2.6 sphinx-autobuild==2024.2.4 sphinx_bootstrap_theme==0.8.1 From 5cd25799228da880866742d7dcd9e3a135ed9ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:53:31 +0000 Subject: [PATCH 146/215] [dependency]: Bump sphinx-autobuild from 2024.2.4 to 2024.4.13 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.2.4 to 2024.4.13. - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2024.02.04...2024.04.13) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 504296f5b..3621d1876 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ six==1.16.0 snowballstemmer==2.2.0 docutils==0.21.1 Sphinx==7.2.6 -sphinx-autobuild==2024.2.4 +sphinx-autobuild==2024.4.13 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.0.1 sphinx_tabs==3.4.1 From 175832bb40c2f89bcc4c15150bfc5d38df8577d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:46:31 +0000 Subject: [PATCH 147/215] [dependency]: Bump sphinx-intl from 2.0.1 to 2.2.0 Bumps [sphinx-intl](https://github.com/sphinx-doc/sphinx-intl) from 2.0.1 to 2.2.0. - [Release notes](https://github.com/sphinx-doc/sphinx-intl/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-intl/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx-intl/compare/2.0.1...2.2.0) --- updated-dependencies: - dependency-name: sphinx-intl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3621d1876..0cc9a86c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ docutils==0.21.1 Sphinx==7.2.6 sphinx-autobuild==2024.4.13 sphinx_bootstrap_theme==0.8.1 -sphinx-intl==2.0.1 +sphinx-intl==2.2.0 sphinx_tabs==3.4.1 sphinxcontrib-viewsource==0.1.4 sphinxcontrib.mermaid==0.9.2 From 3c956eed95d901662bd3f89c865c9ab40669f99d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:46:39 +0000 Subject: [PATCH 148/215] [dependency]: Bump sphinx from 7.2.6 to 7.3.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.6 to 7.3.7. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0cc9a86c5..dc5a4b786 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytz==2024.1 six==1.16.0 snowballstemmer==2.2.0 docutils==0.21.1 -Sphinx==7.2.6 +Sphinx==7.3.7 sphinx-autobuild==2024.4.13 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.2.0 From de028090be0ca734a63514c4cd77e7697b80de34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 17:47:15 +0000 Subject: [PATCH 149/215] [dependency]: Bump sphinx-autobuild from 2024.4.13 to 2024.4.16 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.4.13 to 2024.4.16. - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2024.04.13...2024.04.16) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc5a4b786..88087fa97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ six==1.16.0 snowballstemmer==2.2.0 docutils==0.21.1 Sphinx==7.3.7 -sphinx-autobuild==2024.4.13 +sphinx-autobuild==2024.4.16 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.2.0 sphinx_tabs==3.4.1 From 33625c8c5fc2826ccc7d15113ec7f10eb5b001ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:33:01 +0000 Subject: [PATCH 150/215] [dependency]: Bump symbol-sdk from 3.2.0 to 3.2.1 in /source/resources/examples/typescript Bumps [symbol-sdk](https://github.com/symbol/symbol) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/symbol/symbol/releases) - [Commits](https://github.com/symbol/symbol/compare/sdk/python/v3.2.0...sdk/javascript/v3.2.1) --- updated-dependencies: - dependency-name: symbol-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 1476cc00b..d7f35b784 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1615,9 +1615,9 @@ "optional": true }, "symbol-sdk": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-3.2.0.tgz", - "integrity": "sha512-PI44r90oe5/zaD5Lsn4fqb7lUxCb2HOOJi2qwsmOrjJYUqfKQ6zFaG3OFanRhAA8Rx0aF4ajuJwdAnDiOV6beA==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-3.2.1.tgz", + "integrity": "sha512-vPW179khkBTHECFlAv96O2iiCDHq5Qj/qUE0P4MlQUKG2XlBvDoa3juvyoMQuBa8ioeWsGCkrgrt/Pgrctlypg==", "requires": { "@noble/hashes": "~1.4.0", "bitcore-mnemonic": "~10.0.11", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 328591309..58763a78b 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -9,7 +9,7 @@ "merkletreejs": "^0.3.11", "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", - "symbol-sdk": "3.2.0", + "symbol-sdk": "3.2.1", "typescript": "^5.4.5", "utf8": "^3.0.0" }, From 85338336016006946993eb816617546006ea781c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:40:32 +0000 Subject: [PATCH 151/215] [dependency]: Bump docutils from 0.21.1 to 0.21.2 Bumps [docutils](https://docutils.sourceforge.io) from 0.21.1 to 0.21.2. --- updated-dependencies: - dependency-name: docutils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 88087fa97..03e376018 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ Pygments==2.17.2 pytz==2024.1 six==1.16.0 snowballstemmer==2.2.0 -docutils==0.21.1 +docutils==0.21.2 Sphinx==7.3.7 sphinx-autobuild==2024.4.16 sphinx_bootstrap_theme==0.8.1 From 371fc412d8f4bd8389282870c0ef57061a2c4614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 17:03:36 +0000 Subject: [PATCH 152/215] [dependency]: Bump babel from 2.14.0 to 2.15.0 Bumps [babel](https://github.com/python-babel/babel) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.14.0...v2.15.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03e376018..84eb18294 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ablog==0.11.6 alabaster==0.7.16 -Babel==2.14.0 +Babel==2.15.0 imagesize==1.4.1 Jinja2==3.1.3 MarkupSafe==2.1.5 From fdbd31cd293cfeab91a98754d41c26e80487629e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 17:04:23 +0000 Subject: [PATCH 153/215] [dependency]: Bump ablog from 0.11.6 to 0.11.10 Bumps [ablog](https://github.com/abakan-zz/ablog) from 0.11.6 to 0.11.10. - [Commits](https://github.com/abakan-zz/ablog/commits) --- updated-dependencies: - dependency-name: ablog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84eb18294..ee258acb4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ablog==0.11.6 +ablog==0.11.10 alabaster==0.7.16 Babel==2.15.0 imagesize==1.4.1 From a32cf087f0b384345acf2f428a51e76519a7f0e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 17:59:49 +0000 Subject: [PATCH 154/215] [dependency]: Bump @types/node from 20.12.7 to 20.12.8 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.7 to 20.12.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index d7f35b784..132016565 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.12.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", - "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", + "version": "20.12.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.8.tgz", + "integrity": "sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 58763a78b..58c004cf5 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.12.7", + "@types/node": "^20.12.8", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From e048751f3ba48c6ce0b925efd566ecc0678d9987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 17:18:27 +0000 Subject: [PATCH 155/215] [dependency]: Bump jinja2 from 3.1.3 to 3.1.4 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee258acb4..09d2d9367 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ablog==0.11.10 alabaster==0.7.16 Babel==2.15.0 imagesize==1.4.1 -Jinja2==3.1.3 +Jinja2==3.1.4 MarkupSafe==2.1.5 PyGithub==2.3.0 Pygments==2.17.2 From 9b3ca29857388fb72ac9dcf5bd1bd75a8bb10154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 17:19:42 +0000 Subject: [PATCH 156/215] [dependency]: Bump pygments from 2.17.2 to 2.18.0 Bumps [pygments](https://github.com/pygments/pygments) from 2.17.2 to 2.18.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.17.2...2.18.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09d2d9367..00127bbf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ imagesize==1.4.1 Jinja2==3.1.4 MarkupSafe==2.1.5 PyGithub==2.3.0 -Pygments==2.17.2 +Pygments==2.18.0 pytz==2024.1 six==1.16.0 snowballstemmer==2.2.0 From 0dbea2b05575ee7b48bb0e31f18b2fcdae572b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 17:26:15 +0000 Subject: [PATCH 157/215] [dependency]: Bump @types/node from 20.12.8 to 20.12.11 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.8 to 20.12.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 132016565..9f13c76a4 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.12.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.8.tgz", - "integrity": "sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==", + "version": "20.12.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz", + "integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 58c004cf5..dcb8fad82 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.12.8", + "@types/node": "^20.12.11", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From a8ccee06d7880d4b395c12b8d7122d1660d44be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 17:26:50 +0000 Subject: [PATCH 158/215] [dependency]: Bump @types/node from 20.12.11 to 20.12.12 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.11 to 20.12.12. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 9f13c76a4..c02ed811b 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.12.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz", - "integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==", + "version": "20.12.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", + "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index dcb8fad82..d23a9ff23 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.12.11", + "@types/node": "^20.12.12", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 05a913637b2c41268200cb3d4d7ecacd58f6eb83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 17:43:00 +0000 Subject: [PATCH 159/215] [dependency]: Bump @types/node from 20.12.12 to 20.13.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.12 to 20.13.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index c02ed811b..da15b4772 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.12.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz", - "integrity": "sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==", + "version": "20.13.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz", + "integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index d23a9ff23..4b0388542 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.12.12", + "@types/node": "^20.13.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 4816411a760a2fe568fabeb7813b2daad1ae9bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 17:43:10 +0000 Subject: [PATCH 160/215] [dependency]: Bump symbol-sdk from 3.2.1 to 3.2.2 in /source/resources/examples/typescript Bumps [symbol-sdk](https://github.com/symbol/symbol) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/symbol/symbol/releases) - [Commits](https://github.com/symbol/symbol/compare/sdk/javascript/v3.2.1...sdk/python/v3.2.2) --- updated-dependencies: - dependency-name: symbol-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 20 +++++++++---------- .../examples/typescript/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index da15b4772..92f109b69 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -376,9 +376,9 @@ } }, "bitcore-lib": { - "version": "10.0.28", - "resolved": "https://registry.npmjs.org/bitcore-lib/-/bitcore-lib-10.0.28.tgz", - "integrity": "sha512-uOWHpWbUxEj411p+tp6DCb9NfZdsCAHl6Z/rs96mquQMsef29fOqWUyk4Bl7yLf+KwzU5ZKy0HIPnjGFlmpXpg==", + "version": "10.0.36", + "resolved": "https://registry.npmjs.org/bitcore-lib/-/bitcore-lib-10.0.36.tgz", + "integrity": "sha512-yGSiEubYzabCYZ5/qu9ji5P/kfLkXpBgm1lAblVO2ESuD9ep7aaG6TRd3K5ips4pWgW/uRQpbiErT6pw2Ke/AQ==", "requires": { "bech32": "=2.0.0", "bip-schnorr": "=0.6.4", @@ -398,11 +398,11 @@ } }, "bitcore-mnemonic": { - "version": "10.0.28", - "resolved": "https://registry.npmjs.org/bitcore-mnemonic/-/bitcore-mnemonic-10.0.28.tgz", - "integrity": "sha512-Tu/RVcoRJyOeuafrXW6BD/3kkZLMwjxMGUcfNL2C9yKFAyXl6m5eNdy3VWDycbyRsHc+JnX/HRVVlhBuj1OSOw==", + "version": "10.0.36", + "resolved": "https://registry.npmjs.org/bitcore-mnemonic/-/bitcore-mnemonic-10.0.36.tgz", + "integrity": "sha512-7paCdPrcB8TsfryQxiDU6FB79H4DDmhlQYMiU/EcflTAJezz5RDpy9qMv3p/FX1wfUd4jRk4UIrWzQAnv0UM8A==", "requires": { - "bitcore-lib": "^10.0.28", + "bitcore-lib": "^10.0.36", "unorm": "^1.4.1" } }, @@ -1615,9 +1615,9 @@ "optional": true }, "symbol-sdk": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-3.2.1.tgz", - "integrity": "sha512-vPW179khkBTHECFlAv96O2iiCDHq5Qj/qUE0P4MlQUKG2XlBvDoa3juvyoMQuBa8ioeWsGCkrgrt/Pgrctlypg==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/symbol-sdk/-/symbol-sdk-3.2.2.tgz", + "integrity": "sha512-BjIZBi67QeCvnT6uBJeb6/Hvy575zEOGNnKheSUXBg86rUyU5LHNUBgpnGfEvpca+u3fqDAmqs/qC5NtDBoexg==", "requires": { "@noble/hashes": "~1.4.0", "bitcore-mnemonic": "~10.0.11", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 4b0388542..b2d037277 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -9,7 +9,7 @@ "merkletreejs": "^0.3.11", "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", - "symbol-sdk": "3.2.1", + "symbol-sdk": "3.2.2", "typescript": "^5.4.5", "utf8": "^3.0.0" }, From 601fdc980ae626bfecde725c5cfca04821c37eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 17:43:16 +0000 Subject: [PATCH 161/215] [dependency]: Bump prettier from 3.2.5 to 3.3.0 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 92f109b69..15896a58d 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1359,9 +1359,9 @@ "dev": true }, "prettier": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", - "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.0.tgz", + "integrity": "sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index b2d037277..53fa60c64 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^3.2.5", + "prettier": "^3.3.0", "prettier-plugin-organize-imports": "^3.2.4", "ts-node": "^10.9.2" }, From d669ed994bb2ad8e41460bf566a34e2b4e61d61f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:37:12 +0000 Subject: [PATCH 162/215] [dependency]: Bump prettier from 3.3.0 to 3.3.1 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.0...3.3.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 15896a58d..7e5ecb096 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1359,9 +1359,9 @@ "dev": true }, "prettier": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.0.tgz", - "integrity": "sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.1.tgz", + "integrity": "sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 53fa60c64..07eb9fae6 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^3.3.0", + "prettier": "^3.3.1", "prettier-plugin-organize-imports": "^3.2.4", "ts-node": "^10.9.2" }, From 7513de7f68f1b1f970485c3af68c00d0752e3a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:37:48 +0000 Subject: [PATCH 163/215] [dependency]: Bump @types/node from 20.13.0 to 20.14.2 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.13.0 to 20.14.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 7e5ecb096..9b4b5d327 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.13.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz", - "integrity": "sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==", + "version": "20.14.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", + "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 07eb9fae6..0c372340c 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.13.0", + "@types/node": "^20.14.2", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 6421cb407ef28579bc53350a5b678596da838534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:54:44 +0000 Subject: [PATCH 164/215] [dependency]: Bump prettier from 3.3.1 to 3.3.2 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.1...3.3.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 9b4b5d327..2d6523429 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1359,9 +1359,9 @@ "dev": true }, "prettier": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.1.tgz", - "integrity": "sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", + "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 0c372340c..286169a30 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^3.3.1", + "prettier": "^3.3.2", "prettier-plugin-organize-imports": "^3.2.4", "ts-node": "^10.9.2" }, From 302d56a2b826dd1e78238933a57889094a1cc9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:40:18 +0000 Subject: [PATCH 165/215] [dependency]: Bump typescript from 5.4.5 to 5.5.2 in /source/resources/examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 2d6523429..f44bdfde3 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1746,9 +1746,9 @@ "dev": true }, "typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==" + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", + "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==" }, "undici-types": { "version": "5.26.5", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 286169a30..1e50561a1 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.2.2", - "typescript": "^5.4.5", + "typescript": "^5.5.2", "utf8": "^3.0.0" }, "devDependencies": { From 25aa04b463866c9143190fd905fdd93a60e93a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:40:50 +0000 Subject: [PATCH 166/215] [dependency]: Bump @types/node from 20.14.2 to 20.14.8 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.2 to 20.14.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index f44bdfde3..660900062 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.14.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", - "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", + "version": "20.14.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.8.tgz", + "integrity": "sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 1e50561a1..343199c67 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.14.2", + "@types/node": "^20.14.8", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 15f8d1ebe92ee31b6288171634b02899bb316d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:09:11 +0000 Subject: [PATCH 167/215] [dependency]: Bump @types/node from 20.14.8 to 20.14.9 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.8 to 20.14.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 660900062..7cdade61f 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.14.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.8.tgz", - "integrity": "sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==", + "version": "20.14.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz", + "integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 343199c67..f3d928f18 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.14.8", + "@types/node": "^20.14.9", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 70a9456c20b9c1386869ea0f3c5eee4fc66bf191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:19:21 +0000 Subject: [PATCH 168/215] [dependency]: Bump junitVersion from 5.10.2 to 5.10.3 in /source/resources/examples/java Bumps `junitVersion` from 5.10.2 to 5.10.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.10.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.2 to 5.10.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.2 to 5.10.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index a09b11fda..46c94520f 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -25,7 +25,7 @@ repositories { } ext { - junitVersion = "5.10.2" + junitVersion = "5.10.3" } dependencies { From 5bfe858f1e302e3d429e84f3a82c4a2541132f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:53:00 +0000 Subject: [PATCH 169/215] [dependency]: Bump @types/node from 20.14.9 to 20.14.10 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.9 to 20.14.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 7cdade61f..b8928d99f 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.14.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz", - "integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==", + "version": "20.14.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz", + "integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index f3d928f18..fe573596a 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.14.9", + "@types/node": "^20.14.10", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 724a91eae268de5a55cad3e32e228dec1d894a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:53:13 +0000 Subject: [PATCH 170/215] [dependency]: Bump prettier-plugin-organize-imports from 3.2.4 to 4.0.0 in /source/resources/examples/typescript Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) from 3.2.4 to 4.0.0. - [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases) - [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md) - [Commits](https://github.com/simonhaenisch/prettier-plugin-organize-imports/compare/v3.2.4...v4.0.0) --- updated-dependencies: - dependency-name: prettier-plugin-organize-imports dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index b8928d99f..e655b416f 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1374,9 +1374,9 @@ } }, "prettier-plugin-organize-imports": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-3.2.4.tgz", - "integrity": "sha512-6m8WBhIp0dfwu0SkgfOxJqh+HpdyfqSSLfKKRZSFbDuEQXDDndb8fTpRWkUrX/uBenkex3MgnVk0J3b3Y5byog==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-4.0.0.tgz", + "integrity": "sha512-vnKSdgv9aOlqKeEFGhf9SCBsTyzDSyScy1k7E0R1Uo4L0cTcOV7c1XQaT7jfXIOc/p08WLBfN2QUQA9zDSZMxA==", "dev": true }, "progress": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index fe573596a..561884d31 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -21,7 +21,7 @@ "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", "prettier": "^3.3.2", - "prettier-plugin-organize-imports": "^3.2.4", + "prettier-plugin-organize-imports": "^4.0.0", "ts-node": "^10.9.2" }, "scripts": { From 0821a82f268d374517ea23d1c6c7131cca5843df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:53:19 +0000 Subject: [PATCH 171/215] [dependency]: Bump merkletreejs from 0.3.11 to 0.4.0 in /source/resources/examples/typescript Bumps [merkletreejs](https://github.com/miguelmota/merkletreejs) from 0.3.11 to 0.4.0. - [Commits](https://github.com/miguelmota/merkletreejs/commits) --- updated-dependencies: - dependency-name: merkletreejs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 83 +++++++++---------- .../examples/typescript/package.json | 2 +- 2 files changed, 39 insertions(+), 46 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index e655b416f..b1ca11741 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -71,40 +71,40 @@ } }, "@noble/curves": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.1.0.tgz", - "integrity": "sha512-091oBExgENk/kGj3AZmtBDMpxQPDtxQABR2B9lb1JbVTs6ytdzZNwvhxQ4MWasRNEzlbEH8jCWFCwhF/Obj5AA==", + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.4.2.tgz", + "integrity": "sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==", "requires": { - "@noble/hashes": "1.3.1" + "@noble/hashes": "1.4.0" } }, "@noble/hashes": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.1.tgz", - "integrity": "sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA==" + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", + "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==" }, "@scure/base": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.3.tgz", - "integrity": "sha512-/+SgoRjLq7Xlf0CWuLHq2LUZeL/w65kfzAPG5NH9pcmBhs+nunQTn4gvdwgMTIXnt9b2C/1SeL2XiysZEyIC9Q==" + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.7.tgz", + "integrity": "sha512-PPNYBslrLNNUQ/Yad37MHYsNQtK67EhWb6WtSvNLLPo7SdVZgkUjD6Dg+5On7zNwmskf8OX7I7Nx5oN+MIWE0g==" }, "@scure/bip32": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.3.1.tgz", - "integrity": "sha512-osvveYtyzdEVbt3OfwwXFr4P2iVBL5u1Q3q4ONBfDY/UpOuXmOlbgwc1xECEboY8wIays8Yt6onaWMUdUbfl0A==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.4.0.tgz", + "integrity": "sha512-sVUpc0Vq3tXCkDGYVWGIZTRfnvu8LoTDaev7vbwh0omSvVORONr960MQWdKqJDCReIEmTj3PAr73O3aoxz7OPg==", "requires": { - "@noble/curves": "~1.1.0", - "@noble/hashes": "~1.3.1", - "@scure/base": "~1.1.0" + "@noble/curves": "~1.4.0", + "@noble/hashes": "~1.4.0", + "@scure/base": "~1.1.6" } }, "@scure/bip39": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.2.1.tgz", - "integrity": "sha512-Z3/Fsz1yr904dduJD0NpiyRHhRYHdcnyh73FZWiV+/qhWi83wNJ3NWolYqCEN+ZWsUz2TWwajJggcRE9r1zUYg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.3.0.tgz", + "integrity": "sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==", "requires": { - "@noble/hashes": "~1.3.0", - "@scure/base": "~1.1.0" + "@noble/hashes": "~1.4.0", + "@scure/base": "~1.1.6" } }, "@tsconfig/node10": { @@ -764,29 +764,22 @@ "dev": true }, "ethereum-bloom-filters": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/ethereum-bloom-filters/-/ethereum-bloom-filters-1.0.10.tgz", - "integrity": "sha512-rxJ5OFN3RwjQxDcFP2Z5+Q9ho4eIdEmSc2ht0fCu8Se9nbXjZ7/031uXoUYJ87KHCOdVeiUuwSnoS7hmYAGVHA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ethereum-bloom-filters/-/ethereum-bloom-filters-1.1.0.tgz", + "integrity": "sha512-J1gDRkLpuGNvWYzWslBQR9cDV4nd4kfvVTE/Wy4Kkm4yb3EYRSlyi0eB/inTsSTTVyA0+HyzHgbr95Fn/Z1fSw==", "requires": { - "js-sha3": "^0.8.0" - }, - "dependencies": { - "js-sha3": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", - "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" - } + "@noble/hashes": "^1.4.0" } }, "ethereum-cryptography": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-2.1.2.tgz", - "integrity": "sha512-Z5Ba0T0ImZ8fqXrJbpHcbpAvIswRte2wGNR/KePnu8GbbvgJ47lMxT/ZZPG6i9Jaht4azPDop4HaM00J0J59ug==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-2.2.1.tgz", + "integrity": "sha512-r/W8lkHSiTLxUxW8Rf3u4HGB0xQweG2RyETjywylKZSzLWoWAijRz8WCuOtJ6wah+avllXBqZuk29HCCvhEIRg==", "requires": { - "@noble/curves": "1.1.0", - "@noble/hashes": "1.3.1", - "@scure/bip32": "1.3.1", - "@scure/bip39": "1.2.1" + "@noble/curves": "1.4.2", + "@noble/hashes": "1.4.0", + "@scure/bip32": "1.4.0", + "@scure/bip39": "1.3.0" } }, "ethjs-unit": { @@ -1197,9 +1190,9 @@ "dev": true }, "merkletreejs": { - "version": "0.3.11", - "resolved": "https://registry.npmjs.org/merkletreejs/-/merkletreejs-0.3.11.tgz", - "integrity": "sha512-LJKTl4iVNTndhL+3Uz/tfkjD0klIWsHlUzgtuNnNrsf7bAlXR30m+xYB7lHr5Z/l6e/yAIsr26Dabx6Buo4VGQ==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/merkletreejs/-/merkletreejs-0.4.0.tgz", + "integrity": "sha512-a48Ta5kWiVNBgeEbZVMm6FB1hBlp6vEuou/XnZdlkmd2zq6NZR6Sh2j+kR1B0iOZIXrTMcigBYzZ39MLdYhm1g==", "requires": { "bignumber.js": "^9.0.1", "buffer-reverse": "^1.0.1", @@ -1793,9 +1786,9 @@ "dev": true }, "web3-utils": { - "version": "1.10.3", - "resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-1.10.3.tgz", - "integrity": "sha512-OqcUrEE16fDBbGoQtZXWdavsPzbGIDc5v3VrRTZ0XrIpefC/viZ1ZU9bGEemazyS0catk/3rkOOxpzTfY+XsyQ==", + "version": "1.10.4", + "resolved": "https://registry.npmjs.org/web3-utils/-/web3-utils-1.10.4.tgz", + "integrity": "sha512-tsu8FiKJLk2PzhDl9fXbGUWTkkVXYhtTA+SmEFkKft+9BgwLxfCRpU96sWv7ICC8zixBNd3JURVoiR3dUXgP8A==", "requires": { "@ethereumjs/util": "^8.1.0", "bn.js": "^5.2.1", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 561884d31..969cc9633 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -6,7 +6,7 @@ "dependencies": { "crypto": "^1.0.1", "js-sha3": "^0.9.3", - "merkletreejs": "^0.3.11", + "merkletreejs": "^0.4.0", "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.2.2", From 076c0f5ee49c207a4489299a8314214c3c16e127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:53:58 +0000 Subject: [PATCH 172/215] [dependency]: Bump typescript from 5.5.2 to 5.5.3 in /source/resources/examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index b1ca11741..27b4ba831 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1739,9 +1739,9 @@ "dev": true }, "typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==" + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==" }, "undici-types": { "version": "5.26.5", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 969cc9633..e37c2e3f4 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.2.2", - "typescript": "^5.5.2", + "typescript": "^5.5.3", "utf8": "^3.0.0" }, "devDependencies": { From f4badf9a77886c0e4711d33d9d7ab2340143e97b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 17:58:00 +0000 Subject: [PATCH 173/215] [dependency]: Bump prettier from 3.3.2 to 3.3.3 in /source/resources/examples/typescript Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.2...3.3.3) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 27b4ba831..dbbd18c17 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1352,9 +1352,9 @@ "dev": true }, "prettier": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.2.tgz", - "integrity": "sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==", + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz", + "integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==", "dev": true }, "prettier-linter-helpers": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index e37c2e3f4..52c5bd90e 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -20,7 +20,7 @@ "eslint": "^6.8.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", - "prettier": "^3.3.2", + "prettier": "^3.3.3", "prettier-plugin-organize-imports": "^4.0.0", "ts-node": "^10.9.2" }, From 60439c71687f1ae3c8a95d633dcb73b86679dbd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 17:55:13 +0000 Subject: [PATCH 174/215] [dependency]: Bump sphinx from 7.3.7 to 7.4.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.3.7 to 7.4.7. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v7.4.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 00127bbf1..edd468576 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytz==2024.1 six==1.16.0 snowballstemmer==2.2.0 docutils==0.21.2 -Sphinx==7.3.7 +Sphinx==7.4.7 sphinx-autobuild==2024.4.16 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.2.0 From 522ed5b5df87d0235874872d9bfbdb020f425492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 17:58:29 +0000 Subject: [PATCH 175/215] [dependency]: Bump @types/node from 20.14.10 to 20.14.11 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.10 to 20.14.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index dbbd18c17..1bdf216a4 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "20.14.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.10.tgz", - "integrity": "sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==", + "version": "20.14.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", + "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", "dev": true, "requires": { "undici-types": "~5.26.4" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 52c5bd90e..2513878b2 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.14.10", + "@types/node": "^20.14.11", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 4c9f53a52377e7c2bea62d75732ba9a0dc8b9d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:09:42 +0000 Subject: [PATCH 176/215] [dependency]: Bump alabaster from 0.7.16 to 1.0.0 Bumps [alabaster](https://github.com/sphinx-doc/alabaster) from 0.7.16 to 1.0.0. - [Release notes](https://github.com/sphinx-doc/alabaster/releases) - [Changelog](https://github.com/sphinx-doc/alabaster/blob/master/docs/changelog.rst) - [Commits](https://github.com/sphinx-doc/alabaster/compare/0.7.16...1.0.0) --- updated-dependencies: - dependency-name: alabaster dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index edd468576..3bf2faa36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ablog==0.11.10 -alabaster==0.7.16 +alabaster==1.0.0 Babel==2.15.0 imagesize==1.4.1 Jinja2==3.1.4 From fe7fb9c6b12ca689a55dc3023d015a4eee5b3504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:20:54 +0000 Subject: [PATCH 177/215] [dependency]: Bump @types/node from 20.14.11 to 22.0.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.11 to 22.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 14 +++++++------- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 1bdf216a4..3c171b9d1 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,12 +144,12 @@ "dev": true }, "@types/node": { - "version": "20.14.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", - "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.0.tgz", + "integrity": "sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==", "dev": true, "requires": { - "undici-types": "~5.26.4" + "undici-types": "~6.11.1" } }, "@typescript-eslint/eslint-plugin": { @@ -1744,9 +1744,9 @@ "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==" }, "undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz", + "integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==", "dev": true }, "unorm": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 2513878b2..a54defd4d 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^20.14.11", + "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From e939dc4e34baf40ae6325b14ee95db98cde82a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:21:06 +0000 Subject: [PATCH 178/215] [dependency]: Bump typescript from 5.5.3 to 5.5.4 in /source/resources/examples/typescript Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 3c171b9d1..e9f9f6b59 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1739,9 +1739,9 @@ "dev": true }, "typescript": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", - "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==" + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==" }, "undici-types": { "version": "6.11.1", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index a54defd4d..87b215427 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.2.2", - "typescript": "^5.5.3", + "typescript": "^5.5.4", "utf8": "^3.0.0" }, "devDependencies": { From 15c00bfcb8e5533ec2bf131ebc0048f23b58854e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:05:11 +0000 Subject: [PATCH 179/215] [dependency]: Bump @types/node from 22.0.0 to 22.1.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.0.0 to 22.1.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 14 +++++++------- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index e9f9f6b59..9680ed98e 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,12 +144,12 @@ "dev": true }, "@types/node": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.0.tgz", - "integrity": "sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==", + "version": "22.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz", + "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==", "dev": true, "requires": { - "undici-types": "~6.11.1" + "undici-types": "~6.13.0" } }, "@typescript-eslint/eslint-plugin": { @@ -1744,9 +1744,9 @@ "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==" }, "undici-types": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz", - "integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", + "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==", "dev": true }, "unorm": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 87b215427..cbf901eaa 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.0.0", + "@types/node": "^22.1.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 9e8880c2164578b46c03b1ace7f79078d029b3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:10:57 +0000 Subject: [PATCH 180/215] [dependency]: Bump sphinx from 7.4.7 to 8.0.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.0.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.4.7...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3bf2faa36..2482284c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytz==2024.1 six==1.16.0 snowballstemmer==2.2.0 docutils==0.21.2 -Sphinx==7.4.7 +Sphinx==8.0.2 sphinx-autobuild==2024.4.16 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.2.0 From e5e66291e0d8d6fe8865fa7f4f2e155a82314bb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:09:53 +0000 Subject: [PATCH 181/215] [dependency]: Bump @types/node from 22.1.0 to 22.2.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.1.0 to 22.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 9680ed98e..a1da6ba05 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "22.1.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz", - "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==", + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz", + "integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==", "dev": true, "requires": { "undici-types": "~6.13.0" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index cbf901eaa..c77d43175 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.1.0", + "@types/node": "^22.2.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 6562cfc72d1d9c4aa6da269f5cbe8575e3f8314a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:25:18 +0000 Subject: [PATCH 182/215] [dependency]: Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.16 in /source/resources/examples/java Bumps org.slf4j:slf4j-simple from 2.0.13 to 2.0.16. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index 46c94520f..15fb318a1 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -33,7 +33,7 @@ dependencies { compile "io.nem:symbol-sdk-vertx-client:${project.version}" // Tests - testCompile 'org.slf4j:slf4j-simple:2.0.13' + testCompile 'org.slf4j:slf4j-simple:2.0.16' testCompile "org.junit.jupiter:junit-jupiter-api:${junitVersion}" testCompile "org.junit.jupiter:junit-jupiter-params:${junitVersion}" testRuntime "org.junit.jupiter:junit-jupiter-engine:${junitVersion}" From 54a08e12f20cdcb1ef4a19f173f8143fa608270e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:48:15 +0000 Subject: [PATCH 183/215] [dependency]: Bump ablog from 0.11.10 to 0.11.11 Bumps [ablog](https://github.com/sunpy/ablog) from 0.11.10 to 0.11.11. - [Release notes](https://github.com/sunpy/ablog/releases) - [Commits](https://github.com/sunpy/ablog/compare/v0.11.10...v0.11.11) --- updated-dependencies: - dependency-name: ablog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2482284c0..302330154 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ablog==0.11.10 +ablog==0.11.11 alabaster==1.0.0 Babel==2.15.0 imagesize==1.4.1 From 2eb8dd168b298f4db7118ddf064a4d458008c1b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 17:49:21 +0000 Subject: [PATCH 184/215] [dependency]: Bump babel from 2.15.0 to 2.16.0 Bumps [babel](https://github.com/python-babel/babel) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 302330154..b33e91bd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ ablog==0.11.11 alabaster==1.0.0 -Babel==2.15.0 +Babel==2.16.0 imagesize==1.4.1 Jinja2==3.1.4 MarkupSafe==2.1.5 From f0999e61590c758ab49fac63bb14e200e77e8be4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 17:04:15 +0000 Subject: [PATCH 185/215] [dependency]: Bump @types/node from 22.2.0 to 22.4.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.2.0 to 22.4.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../examples/typescript/package-lock.json | 14 +++++++------- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index a1da6ba05..3d41b1fc2 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,12 +144,12 @@ "dev": true }, "@types/node": { - "version": "22.2.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.2.0.tgz", - "integrity": "sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==", + "version": "22.4.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.4.0.tgz", + "integrity": "sha512-49AbMDwYUz7EXxKU/r7mXOsxwFr4BYbvB7tWYxVuLdb2ibd30ijjXINSMAHiEEZk5PCRBmW1gUeisn2VMKt3cQ==", "dev": true, "requires": { - "undici-types": "~6.13.0" + "undici-types": "~6.19.2" } }, "@typescript-eslint/eslint-plugin": { @@ -1744,9 +1744,9 @@ "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==" }, "undici-types": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", - "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==", + "version": "6.19.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz", + "integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==", "dev": true }, "unorm": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index c77d43175..a97becfbd 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.2.0", + "@types/node": "^22.4.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From ba11a572977fcf3233044d47d0e6f8aa11c9aa08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 17:11:29 +0000 Subject: [PATCH 186/215] [dependency]: Bump junitVersion from 5.10.3 to 5.11.0 in /source/resources/examples/java Bumps `junitVersion` from 5.10.3 to 5.11.0. Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index 15fb318a1..3a633a7f8 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -25,7 +25,7 @@ repositories { } ext { - junitVersion = "5.10.3" + junitVersion = "5.11.0" } dependencies { From 485e90f7522b1c5d22fc28d51c0738694d801e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 17:21:11 +0000 Subject: [PATCH 187/215] [dependency]: Bump @types/node from 22.4.0 to 22.5.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.0 to 22.5.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../resources/examples/typescript/package-lock.json | 12 ++++++------ source/resources/examples/typescript/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 3d41b1fc2..ce1f99a89 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "22.4.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.4.0.tgz", - "integrity": "sha512-49AbMDwYUz7EXxKU/r7mXOsxwFr4BYbvB7tWYxVuLdb2ibd30ijjXINSMAHiEEZk5PCRBmW1gUeisn2VMKt3cQ==", + "version": "22.5.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.0.tgz", + "integrity": "sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==", "dev": true, "requires": { "undici-types": "~6.19.2" @@ -1744,9 +1744,9 @@ "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==" }, "undici-types": { - "version": "6.19.6", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz", - "integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==", + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", "dev": true }, "unorm": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index a97becfbd..00da21169 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.4.0", + "@types/node": "^22.5.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 8f07ad2837e5131159272d3966657ec5704586a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:23:32 +0000 Subject: [PATCH 188/215] [dependency]: Bump pygithub from 2.3.0 to 2.4.0 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b33e91bd3..060dbd09c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Babel==2.16.0 imagesize==1.4.1 Jinja2==3.1.4 MarkupSafe==2.1.5 -PyGithub==2.3.0 +PyGithub==2.4.0 Pygments==2.18.0 pytz==2024.1 six==1.16.0 From f26567be3e2815a4f9be761b05377e4d3b2ea6cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:24:09 +0000 Subject: [PATCH 189/215] [dependency]: Bump @types/node from 22.5.0 to 22.5.2 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.0 to 22.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index ce1f99a89..21542baa0 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "22.5.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.0.tgz", - "integrity": "sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==", + "version": "22.5.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz", + "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==", "dev": true, "requires": { "undici-types": "~6.19.2" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 00da21169..8a9a38ffe 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.5.0", + "@types/node": "^22.5.2", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From d2b6815cd38cc87190d2cebb2012b0fbdbfca62d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 17:27:07 +0000 Subject: [PATCH 190/215] [dependency]: Bump @types/node from 22.5.2 to 22.5.4 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.2 to 22.5.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 21542baa0..518ad4b9c 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "22.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz", - "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==", + "version": "22.5.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz", + "integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==", "dev": true, "requires": { "undici-types": "~6.19.2" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 8a9a38ffe..8bd515922 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.5.2", + "@types/node": "^22.5.4", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 04a6d0ab038bebc812479cb010b8a61506f1c75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 17:34:03 +0000 Subject: [PATCH 191/215] [dependency]: Bump sphinx-autobuild from 2024.4.16 to 2024.9.3 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.4.16 to 2024.9.3. - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2024.04.16...2024.09.03) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 060dbd09c..3025e8a28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ six==1.16.0 snowballstemmer==2.2.0 docutils==0.21.2 Sphinx==8.0.2 -sphinx-autobuild==2024.4.16 +sphinx-autobuild==2024.9.3 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.2.0 sphinx_tabs==3.4.1 From a990db409b557c62a736e622bad7ef15f5034892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:15:38 +0000 Subject: [PATCH 192/215] [dependency]: Bump @types/node from 22.5.4 to 22.5.5 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.4 to 22.5.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 518ad4b9c..823c9116e 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "22.5.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz", - "integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==", + "version": "22.5.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz", + "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==", "dev": true, "requires": { "undici-types": "~6.19.2" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 8bd515922..9684c5d32 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.5.4", + "@types/node": "^22.5.5", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 1bf79d255b6c5a23c194b80c55a9c29713cfdec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:16:06 +0000 Subject: [PATCH 193/215] [dependency]: Bump typescript from 5.5.4 to 5.6.2 in /source/resources/examples/typescript Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 823c9116e..c7b617b50 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1739,9 +1739,9 @@ "dev": true }, "typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==" + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==" }, "undici-types": { "version": "6.19.8", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 9684c5d32..e5c97da1f 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.2.2", - "typescript": "^5.5.4", + "typescript": "^5.6.2", "utf8": "^3.0.0" }, "devDependencies": { From 28cb591dfa665780bd4c3ca716e4de40b106d5f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:21:07 +0000 Subject: [PATCH 194/215] [dependency]: Bump pytz from 2024.1 to 2024.2 Bumps [pytz](https://github.com/stub42/pytz) from 2024.1 to 2024.2. - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](https://github.com/stub42/pytz/compare/release_2024.1...release_2024.2) --- updated-dependencies: - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3025e8a28..59d9a0bd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Jinja2==3.1.4 MarkupSafe==2.1.5 PyGithub==2.4.0 Pygments==2.18.0 -pytz==2024.1 +pytz==2024.2 six==1.16.0 snowballstemmer==2.2.0 docutils==0.21.2 From b0b420f79852bfde338b6dbaff98d4e3811e2520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:01:50 +0000 Subject: [PATCH 195/215] [dependency]: Bump sphinx-autobuild from 2024.9.3 to 2024.9.19 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.9.3 to 2024.9.19. - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2024.09.03...2024.09.19) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 59d9a0bd0..8d566254a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ six==1.16.0 snowballstemmer==2.2.0 docutils==0.21.2 Sphinx==8.0.2 -sphinx-autobuild==2024.9.3 +sphinx-autobuild==2024.9.19 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.2.0 sphinx_tabs==3.4.1 From ab949cb0a7b1c8f8e98a41a83e763fd8a7e45eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:07:17 +0000 Subject: [PATCH 196/215] [dependency]: Bump prettier-plugin-organize-imports from 4.0.0 to 4.1.0 in /source/resources/examples/typescript Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases) - [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md) - [Commits](https://github.com/simonhaenisch/prettier-plugin-organize-imports/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: prettier-plugin-organize-imports dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index c7b617b50..b91e783bb 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1367,9 +1367,9 @@ } }, "prettier-plugin-organize-imports": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-4.0.0.tgz", - "integrity": "sha512-vnKSdgv9aOlqKeEFGhf9SCBsTyzDSyScy1k7E0R1Uo4L0cTcOV7c1XQaT7jfXIOc/p08WLBfN2QUQA9zDSZMxA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/prettier-plugin-organize-imports/-/prettier-plugin-organize-imports-4.1.0.tgz", + "integrity": "sha512-5aWRdCgv645xaa58X8lOxzZoiHAldAPChljr/MT0crXVOWTZ+Svl4hIWlz+niYSlO6ikE5UXkN1JrRvIP2ut0A==", "dev": true }, "progress": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index e5c97da1f..857c1b3e0 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -21,7 +21,7 @@ "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.4.1", "prettier": "^3.3.3", - "prettier-plugin-organize-imports": "^4.0.0", + "prettier-plugin-organize-imports": "^4.1.0", "ts-node": "^10.9.2" }, "scripts": { From 0b8f65f5ae080e0f3382ee120cb234ef846abd2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 17:04:39 +0000 Subject: [PATCH 197/215] [dependency]: Bump @types/node from 22.5.5 to 22.7.4 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.5 to 22.7.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index b91e783bb..98616f628 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "22.5.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz", - "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==", + "version": "22.7.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz", + "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==", "dev": true, "requires": { "undici-types": "~6.19.2" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 857c1b3e0..0b1cace5d 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.5.5", + "@types/node": "^22.7.4", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 86df57f5404bd940c7336903e0a140893b6f9b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 17:22:13 +0000 Subject: [PATCH 198/215] [dependency]: Bump junitVersion from 5.11.0 to 5.11.1 in /source/resources/examples/java Bumps `junitVersion` from 5.11.0 to 5.11.1. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index 3a633a7f8..9e47cecb5 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -25,7 +25,7 @@ repositories { } ext { - junitVersion = "5.11.0" + junitVersion = "5.11.1" } dependencies { From 085bfdb2ea8b29e86d3f90f3d4b968deb6c39377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:48:42 +0000 Subject: [PATCH 199/215] [dependency]: Bump sphinx-autobuild from 2024.9.19 to 2024.10.3 Bumps [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) from 2024.9.19 to 2024.10.3. - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2024.09.19...2024.10.03) --- updated-dependencies: - dependency-name: sphinx-autobuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d566254a..e8bdafad5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ six==1.16.0 snowballstemmer==2.2.0 docutils==0.21.2 Sphinx==8.0.2 -sphinx-autobuild==2024.9.19 +sphinx-autobuild==2024.10.3 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.2.0 sphinx_tabs==3.4.1 From 4cad324e6f3979d9ff800af6372f950442674364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 17:50:49 +0000 Subject: [PATCH 200/215] [dependency]: Bump junitVersion from 5.11.1 to 5.11.2 in /source/resources/examples/java Bumps `junitVersion` from 5.11.1 to 5.11.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index 9e47cecb5..c5e50bef7 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -25,7 +25,7 @@ repositories { } ext { - junitVersion = "5.11.1" + junitVersion = "5.11.2" } dependencies { From b94e48f5f5012e86893b969c1d1c3014958a791d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:37:12 +0000 Subject: [PATCH 201/215] [dependency]: Bump @types/node from 22.7.4 to 22.7.5 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.4 to 22.7.5. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 98616f628..ba56c43e2 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "22.7.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.4.tgz", - "integrity": "sha512-y+NPi1rFzDs1NdQHHToqeiX2TIS79SWEAw9GYhkkx8bD0ChpfqC+n2j5OXOCpzfojBEBt6DnEnnG9MY0zk1XLg==", + "version": "22.7.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", + "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", "dev": true, "requires": { "undici-types": "~6.19.2" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 0b1cace5d..ef90b32b3 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.7.4", + "@types/node": "^22.7.5", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From b99b2fb7e3c3742bc8286d264e35aa7e6d23abe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:37:20 +0000 Subject: [PATCH 202/215] [dependency]: Bump typescript from 5.6.2 to 5.6.3 in /source/resources/examples/typescript Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index ba56c43e2..32dc6fdca 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -1739,9 +1739,9 @@ "dev": true }, "typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==" + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==" }, "undici-types": { "version": "6.19.8", diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index ef90b32b3..add302e0d 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -10,7 +10,7 @@ "rxjs": "^7.8.1", "rxjs-compat": "^6.6.7", "symbol-sdk": "3.2.2", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "utf8": "^3.0.0" }, "devDependencies": { From cb87f15ba2b71fd96711dc59584fba97a1b7c1d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:55:35 +0000 Subject: [PATCH 203/215] [dependency]: Bump sphinx from 8.0.2 to 8.1.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.0.2 to 8.1.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.0.2...v8.1.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e8bdafad5..458ba6bf2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytz==2024.2 six==1.16.0 snowballstemmer==2.2.0 docutils==0.21.2 -Sphinx==8.0.2 +Sphinx==8.1.2 sphinx-autobuild==2024.10.3 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.2.0 From fa8be6a8ab11a4493d7ee9235dbac039d317d068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:55:43 +0000 Subject: [PATCH 204/215] [dependency]: Bump markupsafe from 2.1.5 to 3.0.1 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.1.5 to 3.0.1. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.5...3.0.1) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 458ba6bf2..f4f81a66d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ alabaster==1.0.0 Babel==2.16.0 imagesize==1.4.1 Jinja2==3.1.4 -MarkupSafe==2.1.5 +MarkupSafe==3.0.1 PyGithub==2.4.0 Pygments==2.18.0 pytz==2024.2 From cb408263095d376e34c55384a3c3a47d14147aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:17:05 +0000 Subject: [PATCH 205/215] [dependency]: Bump @types/node from 22.7.5 to 22.7.7 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.5 to 22.7.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index 32dc6fdca..cf6d07e54 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "22.7.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", - "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", + "version": "22.7.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.7.tgz", + "integrity": "sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==", "dev": true, "requires": { "undici-types": "~6.19.2" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index add302e0d..07e002d1c 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.7.5", + "@types/node": "^22.7.7", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From f7de6a28222669ba6c53b9fa0e44051a6b979c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:39:20 +0000 Subject: [PATCH 206/215] [dependency]: Bump sphinx from 8.1.2 to 8.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.1.2 to 8.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.1.2...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4f81a66d..e825becd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pytz==2024.2 six==1.16.0 snowballstemmer==2.2.0 docutils==0.21.2 -Sphinx==8.1.2 +Sphinx==8.1.3 sphinx-autobuild==2024.10.3 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.2.0 From 9ae54ea3bfdf0792ec556c402731c8412b422e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 17:39:47 +0000 Subject: [PATCH 207/215] [dependency]: Bump junitVersion from 5.11.2 to 5.11.3 in /source/resources/examples/java Bumps `junitVersion` from 5.11.2 to 5.11.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/resources/examples/java/build.gradle b/source/resources/examples/java/build.gradle index c5e50bef7..c64ff14f7 100644 --- a/source/resources/examples/java/build.gradle +++ b/source/resources/examples/java/build.gradle @@ -25,7 +25,7 @@ repositories { } ext { - junitVersion = "5.11.2" + junitVersion = "5.11.3" } dependencies { From 8ebeb5241e58b190fd79107a8d019a7174f619f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 17:53:16 +0000 Subject: [PATCH 208/215] [dependency]: Bump @types/node from 22.7.7 to 22.8.1 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.7 to 22.8.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 8 ++++---- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index cf6d07e54..a99bbc4c1 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,12 +144,12 @@ "dev": true }, "@types/node": { - "version": "22.7.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.7.tgz", - "integrity": "sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==", + "version": "22.8.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.1.tgz", + "integrity": "sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==", "dev": true, "requires": { - "undici-types": "~6.19.2" + "undici-types": "~6.19.8" } }, "@typescript-eslint/eslint-plugin": { diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 07e002d1c..ef278f0e2 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.7.7", + "@types/node": "^22.8.1", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 469d59cb94a367970493571bb4fe65f2bcf353d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:11:44 +0000 Subject: [PATCH 209/215] [dependency]: Bump @types/node from 22.8.1 to 22.8.7 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.8.1 to 22.8.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index a99bbc4c1..d284bc018 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "22.8.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.1.tgz", - "integrity": "sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==", + "version": "22.8.7", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.7.tgz", + "integrity": "sha512-LidcG+2UeYIWcMuMUpBKOnryBWG/rnmOHQR5apjn8myTQcx3rinFRn7DcIFhMnS0PPFSC6OafdIKEad0lj6U0Q==", "dev": true, "requires": { "undici-types": "~6.19.8" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index ef278f0e2..8caa94105 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.8.1", + "@types/node": "^22.8.7", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 2ad0c379f8ee1225bc49dabaafe52a293894346c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:48:30 +0000 Subject: [PATCH 210/215] [dependency]: Bump ablog from 0.11.11 to 0.11.12 Bumps [ablog](https://github.com/sunpy/ablog) from 0.11.11 to 0.11.12. - [Release notes](https://github.com/sunpy/ablog/releases) - [Commits](https://github.com/sunpy/ablog/compare/v0.11.11...v0.11.12) --- updated-dependencies: - dependency-name: ablog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e825becd5..cf9e65b89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ablog==0.11.11 +ablog==0.11.12 alabaster==1.0.0 Babel==2.16.0 imagesize==1.4.1 From ad7bcab61b627db0c89895e4858abd52bfe19139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:23:44 +0000 Subject: [PATCH 211/215] [dependency]: Bump @types/node from 22.8.7 to 22.9.0 in /source/resources/examples/typescript Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.8.7 to 22.9.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/resources/examples/typescript/package-lock.json | 6 +++--- source/resources/examples/typescript/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/resources/examples/typescript/package-lock.json b/source/resources/examples/typescript/package-lock.json index d284bc018..f3c30df1d 100644 --- a/source/resources/examples/typescript/package-lock.json +++ b/source/resources/examples/typescript/package-lock.json @@ -144,9 +144,9 @@ "dev": true }, "@types/node": { - "version": "22.8.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.7.tgz", - "integrity": "sha512-LidcG+2UeYIWcMuMUpBKOnryBWG/rnmOHQR5apjn8myTQcx3rinFRn7DcIFhMnS0PPFSC6OafdIKEad0lj6U0Q==", + "version": "22.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.9.0.tgz", + "integrity": "sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==", "dev": true, "requires": { "undici-types": "~6.19.8" diff --git a/source/resources/examples/typescript/package.json b/source/resources/examples/typescript/package.json index 8caa94105..d4ae1663b 100644 --- a/source/resources/examples/typescript/package.json +++ b/source/resources/examples/typescript/package.json @@ -14,7 +14,7 @@ "utf8": "^3.0.0" }, "devDependencies": { - "@types/node": "^22.8.7", + "@types/node": "^22.9.0", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "eslint": "^6.8.0", From 1affdf03544b399a73c7f11d77195e94d976ce22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:58:04 +0000 Subject: [PATCH 212/215] [dependency]: Bump pygithub from 2.4.0 to 2.5.0 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf9e65b89..59ec64a98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ Babel==2.16.0 imagesize==1.4.1 Jinja2==3.1.4 MarkupSafe==3.0.1 -PyGithub==2.4.0 +PyGithub==2.5.0 Pygments==2.18.0 pytz==2024.2 six==1.16.0 From 34600cbd8b47bfe31742c701a5b4c5a98de629f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:58:39 +0000 Subject: [PATCH 213/215] [dependency]: Bump sphinx-intl from 2.2.0 to 2.3.0 Bumps [sphinx-intl](https://github.com/sphinx-doc/sphinx-intl) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/sphinx-doc/sphinx-intl/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-intl/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx-intl/compare/2.2.0...2.3.0) --- updated-dependencies: - dependency-name: sphinx-intl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 59ec64a98..2b55d20f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ docutils==0.21.2 Sphinx==8.1.3 sphinx-autobuild==2024.10.3 sphinx_bootstrap_theme==0.8.1 -sphinx-intl==2.2.0 +sphinx-intl==2.3.0 sphinx_tabs==3.4.1 sphinxcontrib-viewsource==0.1.4 sphinxcontrib.mermaid==0.9.2 From 3ed35723c84562d310913b137b14f34bc31eb3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:59:27 +0000 Subject: [PATCH 214/215] [dependency]: Bump markupsafe from 3.0.1 to 3.0.2 Bumps [markupsafe](https://github.com/pallets/markupsafe) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/3.0.1...3.0.2) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b55d20f9..212ecd288 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ alabaster==1.0.0 Babel==2.16.0 imagesize==1.4.1 Jinja2==3.1.4 -MarkupSafe==3.0.1 +MarkupSafe==3.0.2 PyGithub==2.5.0 Pygments==2.18.0 pytz==2024.2 From f18e5d6929f76ee4e066367f1c437e6d831568c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:59:53 +0000 Subject: [PATCH 215/215] [dependency]: Bump sphinx-tabs from 3.4.1 to 3.4.7 Bumps [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) from 3.4.1 to 3.4.7. - [Release notes](https://github.com/executablebooks/sphinx-tabs/releases) - [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v3.4.1...v3.4.7) --- updated-dependencies: - dependency-name: sphinx-tabs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 212ecd288..855987f90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ Sphinx==8.1.3 sphinx-autobuild==2024.10.3 sphinx_bootstrap_theme==0.8.1 sphinx-intl==2.3.0 -sphinx_tabs==3.4.1 +sphinx_tabs==3.4.7 sphinxcontrib-viewsource==0.1.4 sphinxcontrib.mermaid==0.9.2 sphinxcontrib.ghcontributors==0.2.3