Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the npm_and_yarn group across 4 directories with 34 updates #81

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 30, 2024

Bumps the npm_and_yarn group with 22 updates in the /timelock directory:

Package From To
@openzeppelin/contracts 4.2.0 4.9.6
@babel/traverse 7.15.0 7.25.6
@grpc/grpc-js 1.3.7 1.11.1
ansi-regex 4.1.0 5.0.1
browserify-sign 4.2.1 4.2.3
cookiejar 2.1.2 2.1.4
decode-uri-component 0.2.0 0.2.2
es5-ext 0.10.53 0.10.64
express 4.17.1 4.19.2
follow-redirects 1.14.1 1.15.6
qs 6.5.2 6.11.0
body-parser 1.19.0 1.20.2
express 4.17.1 4.19.2
http-cache-semantics 4.1.0 4.1.1
json-schema 0.2.3 0.4.0
jsprim 1.4.1 1.4.2
minimatch 3.0.4 3.1.2
minimist 1.2.5 1.2.8
simple-get 2.8.1 2.8.2
protobufjs 6.11.2 6.11.4
shelljs 0.8.4 0.8.5
tmpl 1.0.4 1.0.5
word-wrap 1.2.3 1.2.5

Bumps the npm_and_yarn group with 8 updates in the /victim-identifier directory:

Package From To
debug 4.3.4 4.3.6
@babel/traverse 7.23.6 7.25.6
@grpc/grpc-js 1.9.12 1.11.1
axios 1.6.2 1.7.5
braces 3.0.2 3.0.3
browserify-sign 4.2.2 4.2.3
micromatch 4.0.5 4.0.8
tough-cookie 4.1.3 4.1.4

Bumps the npm_and_yarn group with 11 updates in the /victim-loss-identifier directory:

Package From To
@babel/traverse 7.22.10 7.25.6
@grpc/grpc-js 1.9.0 1.11.1
axios 0.21.4 1.7.5
alchemy-sdk 2.10.0 3.4.1
forta-agent 0.1.36 0.1.48
forta-agent-tools 3.2.8 3.2.12
braces 3.0.2 3.0.3
browserify-sign 4.2.1 4.2.3
es5-ext 0.10.62 0.10.64
micromatch 4.0.5 4.0.8
tough-cookie 4.1.3 4.1.4

Bumps the npm_and_yarn group with 18 updates in the /yfinance-too-much-time-without-harvest directory:

Package From To
@babel/traverse 7.15.0 7.25.6
@grpc/grpc-js 1.3.7 1.11.1
ansi-regex 4.1.0 5.0.1
braces 3.0.2 3.0.3
browserify-sign 4.2.1 4.2.3
cookiejar 2.1.2 2.1.4
decode-uri-component 0.2.0 0.2.2
elliptic 6.5.4 6.5.7
forta-agent 0.0.11 0.1.48
json5 2.2.0 2.2.3
micromatch 4.0.4 4.0.8
http-cache-semantics 4.1.0 4.1.1
minimatch 3.0.4 3.1.2
minimist 1.2.5 1.2.8
protobufjs 6.11.2 6.11.4
shelljs 0.8.4 0.8.5
tmpl 1.0.4 1.0.5
word-wrap 1.2.3 1.2.5

Updates @openzeppelin/contracts from 4.2.0 to 4.9.6

Release notes

Sourced from @​openzeppelin/contracts's releases.

v4.9.6

  • Base64: Fix issue where dirty memory located just after the input buffer is affecting the result. (#4929)

v4.9.5

  • Multicall: Make aware of non-canonical context (i.e. msg.sender is not _msgSender()), allowing compatibility with ERC2771Context. Patch duplicated Address.functionDelegateCall in v4.9.4 (removed).

v4.9.4

  • ERC2771Context and Context: Introduce a _contextPrefixLength() getter, used to trim extra information appended to msg.data.
  • Multicall: Make aware of non-canonical context (i.e. msg.sender is not _msgSender()), allowing compatibility with ERC2771Context.

v4.9.3

Note This release contains a fix for GHSA-g4vp-m682-qqmp.

  • ERC2771Context: Return the forwarder address whenever the msg.data of a call originating from a trusted forwarder is not long enough to contain the request signer address (i.e. msg.data.length is less than 20 bytes), as specified by ERC-2771. (#4481)
  • ERC2771Context: Prevent revert in _msgData() when a call originating from a trusted forwarder is not long enough to contain the request signer address (i.e. msg.data.length is less than 20 bytes). Return the full calldata in that case. (#4484)

v4.9.2

Note This release contains a fix for GHSA-wprv-93r4-jj2p.

  • MerkleProof: Fix a bug in processMultiProof and processMultiProofCalldata that allows proving arbitrary leaves if the tree contains a node with value 0 at depth 1.

v4.9.1

Note This release contains a fix for GHSA-5h3x-9wvq-w4m2.

  • Governor: Add a mechanism to restrict the address of the proposer using a suffix in the description.

v4.9.0

  • ReentrancyGuard: Add a _reentrancyGuardEntered function to expose the guard status. (#3714)
  • ERC721Wrapper: add a new extension of the ERC721 token which wraps an underlying token. Deposit and withdraw guarantee that the ownership of each token is backed by a corresponding underlying token with the same identifier. (#3863)
  • EnumerableMap: add a keys() function that returns an array containing all the keys. (#3920)
  • Governor: add a public cancel(uint256) function. (#3983)
  • Governor: Enable timestamp operation for blockchains without a stable block time. This is achieved by connecting a Governor's internal clock to match a voting token's EIP-6372 interface. (#3934)
  • Strings: add equal method. (#3774)
  • IERC5313: Add an interface for EIP-5313 that is now final. (#4013)
  • IERC4906: Add an interface for ERC-4906 that is now Final. (#4012)
  • StorageSlot: Add support for string and bytes. (#4008)
  • Votes, ERC20Votes, ERC721Votes: support timestamp checkpointing using EIP-6372. (#3934)
  • ERC4626: Add mitigation to the inflation attack through virtual shares and assets. (#3979)
  • Strings: add toString method for signed integers. (#3773)
  • ERC20Wrapper: Make the underlying variable private and add a public accessor. (#4029)
  • EIP712: add EIP-5267 support for better domain discovery. (#3969)
  • AccessControlDefaultAdminRules: Add an extension of AccessControl with additional security rules for the DEFAULT_ADMIN_ROLE. (#4009)
  • SignatureChecker: Add isValidERC1271SignatureNow for checking a signature directly against a smart contract using ERC-1271. (#3932)
  • SafeERC20: Add a forceApprove function to improve compatibility with tokens behaving like USDT. (#4067)

... (truncated)

Changelog

Sourced from @​openzeppelin/contracts's changelog.

4.9.6 (2024-02-29)

  • Base64: Fix issue where dirty memory located just after the input buffer is affecting the result. (#4929)

4.9.5 (2023-12-08)

  • Multicall: Make aware of non-canonical context (i.e. msg.sender is not _msgSender()), allowing compatibility with ERC2771Context. Patch duplicated Address.functionDelegateCall in v4.9.4 (removed).

4.9.3 (2023-07-28)

  • ERC2771Context: Return the forwarder address whenever the msg.data of a call originating from a trusted forwarder is not long enough to contain the request signer address (i.e. msg.data.length is less than 20 bytes), as specified by ERC-2771. (#4481)
  • ERC2771Context: Prevent revert in _msgData() when a call originating from a trusted forwarder is not long enough to contain the request signer address (i.e. msg.data.length is less than 20 bytes). Return the full calldata in that case. (#4484)

4.9.2 (2023-06-16)

  • MerkleProof: Fix a bug in processMultiProof and processMultiProofCalldata that allows proving arbitrary leaves if the tree contains a node with value 0 at depth 1.

4.9.1 (2023-06-07)

  • Governor: Add a mechanism to restrict the address of the proposer using a suffix in the description.

4.9.0 (2023-05-23)

  • ReentrancyGuard: Add a _reentrancyGuardEntered function to expose the guard status. (#3714)
  • ERC721Wrapper: add a new extension of the ERC721 token which wraps an underlying token. Deposit and withdraw guarantee that the ownership of each token is backed by a corresponding underlying token with the same identifier. (#3863)
  • EnumerableMap: add a keys() function that returns an array containing all the keys. (#3920)
  • Governor: add a public cancel(uint256) function. (#3983)
  • Governor: Enable timestamp operation for blockchains without a stable block time. This is achieved by connecting a Governor's internal clock to match a voting token's EIP-6372 interface. (#3934)
  • Strings: add equal method. (#3774)
  • IERC5313: Add an interface for EIP-5313 that is now final. (#4013)
  • IERC4906: Add an interface for ERC-4906 that is now Final. (#4012)
  • StorageSlot: Add support for string and bytes. (#4008)
  • Votes, ERC20Votes, ERC721Votes: support timestamp checkpointing using EIP-6372. (#3934)
  • ERC4626: Add mitigation to the inflation attack through virtual shares and assets. (#3979)
  • Strings: add toString method for signed integers. (#3773)
  • ERC20Wrapper: Make the underlying variable private and add a public accessor. (#4029)
  • EIP712: add EIP-5267 support for better domain discovery. (#3969)
  • AccessControlDefaultAdminRules: Add an extension of AccessControl with additional security rules for the DEFAULT_ADMIN_ROLE. (#4009)
  • SignatureChecker: Add isValidERC1271SignatureNow for checking a signature directly against a smart contract using ERC-1271. (#3932)
  • SafeERC20: Add a forceApprove function to improve compatibility with tokens behaving like USDT. (#4067)
  • ERC1967Upgrade: removed contract-wide oz-upgrades-unsafe-allow delegatecall annotation, replaced by granular annotation in UUPSUpgradeable. (#3971)
  • ERC20Wrapper: self wrapping and deposit by the wrapper itself are now explicitly forbidden. (#4100)
  • ECDSA: optimize bytes32 computation by using assembly instead of abi.encodePacked. (#3853)
  • ERC721URIStorage: Emit ERC-4906 MetadataUpdate in _setTokenURI. (#4012)
  • ShortStrings: Added a library for handling short strings in a gas efficient way, with fallback to storage for longer strings. (#4023)
  • SignatureChecker: Allow return data length greater than 32 from EIP-1271 signers. (#4038)
  • UUPSUpgradeable: added granular oz-upgrades-unsafe-allow-reachable annotation to improve upgrade safety checks on latest version of the Upgrades Plugins (starting with @openzeppelin/[email protected]). (#3971)
  • Initializable: optimize _disableInitializers by using != instead of <. (#3787)
  • Ownable2Step: make acceptOwnership public virtual to enable usecases that require overriding it. (#3960)
  • UUPSUpgradeable.sol: Change visibility to the functions upgradeTo and upgradeToAndCall from external to public. (#3959)

... (truncated)

Commits

Updates @babel/traverse from 7.15.0 to 7.25.6

Release notes

Sourced from @​babel/traverse's releases.

v7.25.5 (2024-08-23)

🐛 Bug Fix

  • babel-generator, babel-traverse

💅 Polish

Committers: 2

v7.25.4 (2024-08-22)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties
  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread

🔬 Output optimization

Committers: 4

v7.25.3 (2024-07-31)

🐛 Bug Fix

  • babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-traverse

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.25.6 (2024-08-29)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

🏠 Internal

v7.25.5 (2024-08-23)

🐛 Bug Fix

💅 Polish

v7.25.4 (2024-08-22)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties

... (truncated)

Commits

Updates @grpc/grpc-js from 1.3.7 to 1.11.1

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.11.1

  • Revert a change that used APIs that were not available in early minor versions of Node 14 (#2799 contributed by @​xqin)

@​grpc/grpc-js-xds 1.11.0

  • Add xDS Servers (#2783)
    • Note: this is primarily a foundation for future features. It doesn't actually do much right now.
  • Add support for dualstack socket support in xDS clients (#2665)

@​grpc/grpc-js 1.11.0

Changelog

  • Add Server connection injection API as described in gRFC L114 (#2675)
  • Implement support for an alternate DNS resolver that supports custom authorities (#2776 contributed by @​gkampitakis)
  • Add a channel option to configure retry attempt limits (#2795)
  • Add a getHost method to server call objects (#2783, #2793)
  • Fix typos and omissions in service config validation errors (#2782 contributed by @​matthewbinshtok)

Experimental API changes

Added:

  • splitHostPort
  • HostPort
  • createServerCredentialsWithInterceptors

@​grpc/grpc-js 1.10.11

  • Fix a bug that caused clients to reconnect unnecessarily while no requests are pending. (#2784)
  • Fix a bug that caused clients to fail to re-establish existing connections while waiting for DNS results (#2784)
  • Fix a bug that caused servers to sometimes not close idle connections depending on timing (#2790)
  • Fix a bug that caused calls to be pending indefinitely while unable to start after a channel is closed (#2791)

@​grpc/grpc-js 1.10.10

  • Various improvements to handling of keepalive timers (#2760 by @​davidfiala)
  • Fix a bug causing unary response client requests to hang when unexpectedly receiving multiple messages (#2772)
  • Fix a bug causing some requests to fail when making requests through a local proxy (#2746 contributed by @​mjameswh, backported in #2777)
  • Fix handling of URL-encoded user credentials in proxy configuration (#2761 contributed by @​brendan-myers, backported in #2777)
  • Fix missing client-side handling of the grpc.max_send_message_length channel option (#2779)

@​grpc/grpc-js 1.10.9

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

@​grpc/grpc-js 1.10.8

  • Fix a bug that caused channels with unix: targets to not reconnect after the channel goes idle (#2750)

@​grpc/grpc-js 1.10.7

  • Improve reporting of HTTP error codes (#2723)
  • Update dependency on @grpc/proto-loader to the latest version (#2732)

@​grpc/grpc-js 1.10.6

  • Fix a bug that could cause a server to sometimes send the status early (#2708)

... (truncated)

Commits
  • 43032b1 Merge pull request #2800 from murgatroid99/grpc-js_1.11.1
  • 2ecd53d grpc-js: Bump to 1.11.1
  • 4da4fdc Merge pull request #2799 from xqin/master
  • 996a637 support node v14 again
  • 87ea7ce Merge pull request #2797 from murgatroid99/grpc-js_1.11.0_real
  • 2ee8911 grpc-js: Bump packages to 1.11.0, and update documentation
  • 7e4c8f0 Merge pull request #2796 from murgatroid99/grpc-js_1.11.0
  • bf8e071 grpc-js: Bump packages to 1.11.0, and update documentation
  • e13d5e7 Merge pull request #2793 from murgatroid99/grpc-js_server_call_get_host
  • d60f516 Merge pull request #2795 from murgatroid99/grpc-js_retry_limit_option
  • Additional commits viewable in compare view

Updates ansi-regex from 4.1.0 to 5.0.1

Release notes

Sourced from ansi-regex's releases.

v5.0.1

Fixes (backport of 6.0.1 to v5)

This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1, as requested in #38.

  • Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.

CVE-2021-3807

https:/chalk/ansi-regex/compare/v5.0.0..v5.0.1

Thank you @​yetingli for the patch and reproduction case!

v5.0.0

Breaking

  • Require Node.js 8 166a0d5

Enhancements

  • Add TypeScript definition (#32) e77ea17

chalk/ansi-regex@v4.1.0...v5.0.0

Commits

Updates browserify-sign from 4.2.1 to 4.2.3

Changelog

Sourced from browserify-sign's changelog.

v4.2.3 - 2024-03-05

Commits

v4.2.2 - 2023-10-25

Fixed

Commits

  • Only apps should have lockfiles 09a8995
  • [eslint] switch to eslint 83fe463
  • [meta] add npmignore and auto-changelog 4418183
  • [meta] fix package.json indentation 9ac5a5e
  • [Tests] migrate from travis to github actions d845d85
  • [Fix] sign: throw on unsupported padding scheme 8767739
  • [Fix] properly check the upper bound for DSA signatures 85994cd
  • [Tests] handle openSSL not supporting a scheme f5f17c2
  • [Deps] update bn.js, browserify-rsa, elliptic, parse-asn1, readable-stream, safe-buffer a67d0eb
  • [Dev Deps] update nyc, standard, tape cc5350b
  • [Tests] always run coverage; downgrade nyc 75ce1d5
  • [meta] add safe-publish-latest dcf49ce
  • [Tests] add npm run posttest 75dd8fd
  • [Dev Deps] update tape 3aec038
  • [Tests] skip unsupported schemes 703c83e
  • [Tests] node < 6 lacks array includes 3aa43cf
  • [Dev Deps] fix eslint range 98d4e0d
Commits
  • bf2c3ec v4.2.3
  • 9247adf [patch] widen support to 0.12
  • f427270 [Deps] update `parse-asn1
  • 87f3a35 [Dev Deps] update aud, npmignore, tape
  • fb261ce [Deps] update elliptic
  • 4d0ee49 [patch] drop minimum node support to v1
  • 9e2bf12 [Deps] pin hash-base to ~3.0, due to a breaking change
  • 168e16f [Deps] pin elliptic due to a breaking change
  • 37a4758 [actions] remove redundant finisher
  • 4af5a90 v4.2.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for browserify-sign since your current version.


Updates cookiejar from 2.1.2 to 2.1.4

Commits

Updates decode-uri-component from 0.2.0 to 0.2.2

Release notes

Sourced from decode-uri-component's releases.

v0.2.2

  • Prevent overwriting previously decoded tokens 980e0bf

SamVerschueren/decode-uri-component@v0.2.1...v0.2.2

v0.2.1

  • Switch to GitHub workflows 76abc93
  • Fix issue where decode throws - fixes #6 746ca5d
  • Update license (#1) 486d7e2
  • Tidelift tasks a650457
  • Meta tweaks 66e1c28

SamVerschueren/decode-uri-component@v0.2.0...v0.2.1

Commits

Updates es5-ext from 0.10.53 to 0.10.64

Release notes

Sourced from es5-ext's releases.

0.10.64 (2024-02-27)

Bug Fixes

  • Revert update to postinstall script meant to fix Powershell issue, as it's a regression for some Linux terminals (c2e2bb9)

Comparison since last release

0.10.63 (2024-02-23)

Bug Fixes

  • Do not rely on problematic regex (3551cdd), addresses #201
  • Support ES2015+ function definitions in function#toStringTokens() (a52e957), addresses #021
  • Ensure postinstall script does not crash on Windows, fixes #181 (bf8ed79)

Maintenance Improvements

  • Simplify the manifest message (7855319)

Comparison since last release

0.10.62 (2022-08-02)

Maintenance Improvements


Comparison since last release

0.10.61 (2022-04-20)

Bug Fixes

  • Ensure postinstall script does not error (a0be4fd)

Maintenance Improvements


Comparison since last release

0.10.60 (2022-04-07)

Maintenance Improvements

  • Improve postinstall script configuration (ab6b121)

... (truncated)

Changelog

Sourced from es5-ext's changelog.

0.10.64 (2024-02-27)

Bug Fixes

  • Revert update to postinstall script meant to fix Powershell issue, as it's a regression for some Linux terminals (c2e2bb9)

0.10.63 (2024-02-23)

Bug Fixes

  • Do not rely on problematic regex (3551cdd), addresses #201
  • Support ES2015+ function definitions in function#toStringTokens() (a52e957), addresses #021
  • Ensure postinstall script does not crash on Windows, fixes #181 (bf8ed79)

Maintenance Improvements

  • Simplify the manifest message (7855319)

0.10.62 (2022-08-02)

Maintenance Improvements

0.10.61 (2022-04-20)

Bug Fixes

  • Ensure postinstall script does not error (a0be4fd)

Maintenance Improvements

… updates

Bumps the npm_and_yarn group with 22 updates in the /timelock directory:

| Package | From | To |
| --- | --- | --- |
| [@openzeppelin/contracts](https:/OpenZeppelin/openzeppelin-contracts) | `4.2.0` | `4.9.6` |
| [@babel/traverse](https:/babel/babel/tree/HEAD/packages/babel-traverse) | `7.15.0` | `7.25.6` |
| [@grpc/grpc-js](https:/grpc/grpc-node) | `1.3.7` | `1.11.1` |
| [ansi-regex](https:/chalk/ansi-regex) | `4.1.0` | `5.0.1` |
| [browserify-sign](https:/crypto-browserify/browserify-sign) | `4.2.1` | `4.2.3` |
| [cookiejar](https:/bmeck/node-cookiejar) | `2.1.2` | `2.1.4` |
| [decode-uri-component](https:/SamVerschueren/decode-uri-component) | `0.2.0` | `0.2.2` |
| [es5-ext](https:/medikoo/es5-ext) | `0.10.53` | `0.10.64` |
| [express](https:/expressjs/express) | `4.17.1` | `4.19.2` |
| [follow-redirects](https:/follow-redirects/follow-redirects) | `1.14.1` | `1.15.6` |
| [qs](https:/ljharb/qs) | `6.5.2` | `6.11.0` |
| [body-parser](https:/expressjs/body-parser) | `1.19.0` | `1.20.2` |
| [express](https:/expressjs/express) | `4.17.1` | `4.19.2` |
| [http-cache-semantics](https:/kornelski/http-cache-semantics) | `4.1.0` | `4.1.1` |
| [json-schema](https:/kriszyp/json-schema) | `0.2.3` | `0.4.0` |
| [jsprim](https:/joyent/node-jsprim) | `1.4.1` | `1.4.2` |
| [minimatch](https:/isaacs/minimatch) | `3.0.4` | `3.1.2` |
| [minimist](https:/minimistjs/minimist) | `1.2.5` | `1.2.8` |
| [simple-get](https:/feross/simple-get) | `2.8.1` | `2.8.2` |
| [protobufjs](https:/protobufjs/protobuf.js) | `6.11.2` | `6.11.4` |
| [shelljs](https:/shelljs/shelljs) | `0.8.4` | `0.8.5` |
| [tmpl](https:/daaku/nodejs-tmpl) | `1.0.4` | `1.0.5` |
| [word-wrap](https:/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` |

Bumps the npm_and_yarn group with 8 updates in the /victim-identifier directory:

| Package | From | To |
| --- | --- | --- |
| [debug](https:/debug-js/debug) | `4.3.4` | `4.3.6` |
| [@babel/traverse](https:/babel/babel/tree/HEAD/packages/babel-traverse) | `7.23.6` | `7.25.6` |
| [@grpc/grpc-js](https:/grpc/grpc-node) | `1.9.12` | `1.11.1` |
| [axios](https:/axios/axios) | `1.6.2` | `1.7.5` |
| [braces](https:/micromatch/braces) | `3.0.2` | `3.0.3` |
| [browserify-sign](https:/crypto-browserify/browserify-sign) | `4.2.2` | `4.2.3` |
| [micromatch](https:/micromatch/micromatch) | `4.0.5` | `4.0.8` |
| [tough-cookie](https:/salesforce/tough-cookie) | `4.1.3` | `4.1.4` |

Bumps the npm_and_yarn group with 11 updates in the /victim-loss-identifier directory:

| Package | From | To |
| --- | --- | --- |
| [@babel/traverse](https:/babel/babel/tree/HEAD/packages/babel-traverse) | `7.22.10` | `7.25.6` |
| [@grpc/grpc-js](https:/grpc/grpc-node) | `1.9.0` | `1.11.1` |
| [axios](https:/axios/axios) | `0.21.4` | `1.7.5` |
| [alchemy-sdk](https:/alchemyplatform/alchemy-sdk-js) | `2.10.0` | `3.4.1` |
| [forta-agent](https:/forta-network/forta-agent-sdk) | `0.1.36` | `0.1.48` |
| [forta-agent-tools](https:/NethermindEth/general-agents-module) | `3.2.8` | `3.2.12` |
| [braces](https:/micromatch/braces) | `3.0.2` | `3.0.3` |
| [browserify-sign](https:/crypto-browserify/browserify-sign) | `4.2.1` | `4.2.3` |
| [es5-ext](https:/medikoo/es5-ext) | `0.10.62` | `0.10.64` |
| [micromatch](https:/micromatch/micromatch) | `4.0.5` | `4.0.8` |
| [tough-cookie](https:/salesforce/tough-cookie) | `4.1.3` | `4.1.4` |

Bumps the npm_and_yarn group with 18 updates in the /yfinance-too-much-time-without-harvest directory:

| Package | From | To |
| --- | --- | --- |
| [@babel/traverse](https:/babel/babel/tree/HEAD/packages/babel-traverse) | `7.15.0` | `7.25.6` |
| [@grpc/grpc-js](https:/grpc/grpc-node) | `1.3.7` | `1.11.1` |
| [ansi-regex](https:/chalk/ansi-regex) | `4.1.0` | `5.0.1` |
| [braces](https:/micromatch/braces) | `3.0.2` | `3.0.3` |
| [browserify-sign](https:/crypto-browserify/browserify-sign) | `4.2.1` | `4.2.3` |
| [cookiejar](https:/bmeck/node-cookiejar) | `2.1.2` | `2.1.4` |
| [decode-uri-component](https:/SamVerschueren/decode-uri-component) | `0.2.0` | `0.2.2` |
| [elliptic](https:/indutny/elliptic) | `6.5.4` | `6.5.7` |
| [forta-agent](https:/forta-network/forta-agent-sdk) | `0.0.11` | `0.1.48` |
| [json5](https:/json5/json5) | `2.2.0` | `2.2.3` |
| [micromatch](https:/micromatch/micromatch) | `4.0.4` | `4.0.8` |
| [http-cache-semantics](https:/kornelski/http-cache-semantics) | `4.1.0` | `4.1.1` |
| [minimatch](https:/isaacs/minimatch) | `3.0.4` | `3.1.2` |
| [minimist](https:/minimistjs/minimist) | `1.2.5` | `1.2.8` |
| [protobufjs](https:/protobufjs/protobuf.js) | `6.11.2` | `6.11.4` |
| [shelljs](https:/shelljs/shelljs) | `0.8.4` | `0.8.5` |
| [tmpl](https:/daaku/nodejs-tmpl) | `1.0.4` | `1.0.5` |
| [word-wrap](https:/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` |



Updates `@openzeppelin/contracts` from 4.2.0 to 4.9.6
- [Release notes](https:/OpenZeppelin/openzeppelin-contracts/releases)
- [Changelog](https:/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md)
- [Commits](OpenZeppelin/openzeppelin-contracts@v4.2.0...v4.9.6)

Updates `@babel/traverse` from 7.15.0 to 7.25.6
- [Release notes](https:/babel/babel/releases)
- [Changelog](https:/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https:/babel/babel/commits/v7.25.6/packages/babel-traverse)

Updates `@grpc/grpc-js` from 1.3.7 to 1.11.1
- [Release notes](https:/grpc/grpc-node/releases)
- [Commits](https:/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

Updates `ansi-regex` from 4.1.0 to 5.0.1
- [Release notes](https:/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v4.1.0...v5.0.1)

Updates `browserify-sign` from 4.2.1 to 4.2.3
- [Changelog](https:/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.3)

Updates `cookiejar` from 2.1.2 to 2.1.4
- [Commits](https:/bmeck/node-cookiejar/commits)

Updates `decode-uri-component` from 0.2.0 to 0.2.2
- [Release notes](https:/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

Updates `es5-ext` from 0.10.53 to 0.10.64
- [Release notes](https:/medikoo/es5-ext/releases)
- [Changelog](https:/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.53...v0.10.64)

Updates `express` from 4.17.1 to 4.19.2
- [Release notes](https:/expressjs/express/releases)
- [Changelog](https:/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.17.1...4.19.2)

Updates `follow-redirects` from 1.14.1 to 1.15.6
- [Release notes](https:/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.1...v1.15.6)

Updates `qs` from 6.5.2 to 6.11.0
- [Changelog](https:/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.11.0)

Updates `body-parser` from 1.19.0 to 1.20.2
- [Release notes](https:/expressjs/body-parser/releases)
- [Changelog](https:/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.19.0...1.20.2)

Updates `express` from 4.17.1 to 4.19.2
- [Release notes](https:/expressjs/express/releases)
- [Changelog](https:/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.17.1...4.19.2)

Updates `http-cache-semantics` from 4.1.0 to 4.1.1
- [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)

Updates `json-schema` from 0.2.3 to 0.4.0
- [Commits](kriszyp/json-schema@v0.2.3...v0.4.0)

Updates `jsprim` from 1.4.1 to 1.4.2
- [Changelog](https:/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md)
- [Commits](TritonDataCenter/node-jsprim@v1.4.1...v1.4.2)

Updates `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https:/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

Updates `minimist` from 1.2.5 to 1.2.8
- [Changelog](https:/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

Updates `simple-get` from 2.8.1 to 2.8.2
- [Commits](feross/simple-get@v2.8.1...v2.8.2)

Updates `protobufjs` from 6.11.2 to 6.11.4
- [Release notes](https:/protobufjs/protobuf.js/releases)
- [Changelog](https:/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https:/protobufjs/protobuf.js/commits)

Updates `shelljs` from 0.8.4 to 0.8.5
- [Release notes](https:/shelljs/shelljs/releases)
- [Changelog](https:/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](shelljs/shelljs@v0.8.4...v0.8.5)

Updates `tmpl` from 1.0.4 to 1.0.5
- [Commits](https:/daaku/nodejs-tmpl/commits/v1.0.5)

Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https:/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

Updates `debug` from 4.3.4 to 4.3.6
- [Release notes](https:/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.4...4.3.6)

Updates `@babel/traverse` from 7.23.6 to 7.25.6
- [Release notes](https:/babel/babel/releases)
- [Changelog](https:/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https:/babel/babel/commits/v7.25.6/packages/babel-traverse)

Updates `@grpc/grpc-js` from 1.9.12 to 1.11.1
- [Release notes](https:/grpc/grpc-node/releases)
- [Commits](https:/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

Updates `axios` from 1.6.2 to 1.7.5
- [Release notes](https:/axios/axios/releases)
- [Changelog](https:/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.2...v1.7.5)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https:/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `browserify-sign` from 4.2.2 to 4.2.3
- [Changelog](https:/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.3)

Updates `follow-redirects` from 1.15.3 to 1.15.6
- [Release notes](https:/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.1...v1.15.6)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](https:/micromatch/micromatch/releases)
- [Changelog](https:/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

Updates `tough-cookie` from 4.1.3 to 4.1.4
- [Release notes](https:/salesforce/tough-cookie/releases)
- [Changelog](https:/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v4.1.3...v4.1.4)

Updates `@babel/traverse` from 7.22.10 to 7.25.6
- [Release notes](https:/babel/babel/releases)
- [Changelog](https:/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https:/babel/babel/commits/v7.25.6/packages/babel-traverse)

Updates `@grpc/grpc-js` from 1.9.0 to 1.11.1
- [Release notes](https:/grpc/grpc-node/releases)
- [Commits](https:/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

Updates `axios` from 0.21.4 to 1.7.5
- [Release notes](https:/axios/axios/releases)
- [Changelog](https:/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.2...v1.7.5)

Updates `alchemy-sdk` from 2.10.0 to 3.4.1
- [Release notes](https:/alchemyplatform/alchemy-sdk-js/releases)
- [Changelog](https:/alchemyplatform/alchemy-sdk-js/blob/master/CHANGELOG.md)
- [Commits](alchemyplatform/alchemy-sdk-js@v2.10.0...v3.4.1)

Updates `forta-agent` from 0.1.36 to 0.1.48
- [Commits](https:/forta-network/forta-agent-sdk/commits)

Updates `forta-agent-tools` from 3.2.8 to 3.2.12
- [Commits](https:/NethermindEth/general-agents-module/commits)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https:/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `browserify-sign` from 4.2.1 to 4.2.3
- [Changelog](https:/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.3)

Updates `es5-ext` from 0.10.62 to 0.10.64
- [Release notes](https:/medikoo/es5-ext/releases)
- [Changelog](https:/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.53...v0.10.64)

Updates `follow-redirects` from 1.15.2 to 1.15.6
- [Release notes](https:/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.1...v1.15.6)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](https:/micromatch/micromatch/releases)
- [Changelog](https:/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

Updates `tough-cookie` from 4.1.3 to 4.1.4
- [Release notes](https:/salesforce/tough-cookie/releases)
- [Changelog](https:/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v4.1.3...v4.1.4)

Updates `@babel/traverse` from 7.15.0 to 7.25.6
- [Release notes](https:/babel/babel/releases)
- [Changelog](https:/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https:/babel/babel/commits/v7.25.6/packages/babel-traverse)

Updates `@grpc/grpc-js` from 1.3.7 to 1.11.1
- [Release notes](https:/grpc/grpc-node/releases)
- [Commits](https:/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

Updates `ansi-regex` from 4.1.0 to 5.0.1
- [Release notes](https:/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v4.1.0...v5.0.1)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https:/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `browserify-sign` from 4.2.1 to 4.2.3
- [Changelog](https:/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.3)

Updates `cookiejar` from 2.1.2 to 2.1.4
- [Commits](https:/bmeck/node-cookiejar/commits)

Updates `decode-uri-component` from 0.2.0 to 0.2.2
- [Release notes](https:/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

Updates `elliptic` from 6.5.4 to 6.5.7
- [Commits](indutny/elliptic@v6.5.4...v6.5.7)

Updates `forta-agent` from 0.0.11 to 0.1.48
- [Commits](https:/forta-network/forta-agent-sdk/commits)

Updates `follow-redirects` from 1.14.2 to 1.15.6
- [Release notes](https:/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.14.1...v1.15.6)

Updates `json5` from 2.2.0 to 2.2.3
- [Release notes](https:/json5/json5/releases)
- [Changelog](https:/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.0...v2.2.3)

Updates `micromatch` from 4.0.4 to 4.0.8
- [Release notes](https:/micromatch/micromatch/releases)
- [Changelog](https:/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

Updates `got` from 7.1.0 to 9.6.0
- [Release notes](https:/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v7.1.0...v9.6.0)

Updates `http-cache-semantics` from 4.1.0 to 4.1.1
- [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)

Updates `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https:/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

Updates `minimist` from 1.2.5 to 1.2.8
- [Changelog](https:/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.5...v1.2.8)

Updates `tough-cookie` from 2.5.0 to 4.0.0
- [Release notes](https:/salesforce/tough-cookie/releases)
- [Changelog](https:/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v4.1.3...v4.1.4)

Updates `ws` from 3.3.3 to 7.4.6
- [Release notes](https:/websockets/ws/releases)
- [Commits](websockets/ws@3.3.3...7.4.6)

Updates `protobufjs` from 6.11.2 to 6.11.4
- [Release notes](https:/protobufjs/protobuf.js/releases)
- [Changelog](https:/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https:/protobufjs/protobuf.js/commits)

Updates `shelljs` from 0.8.4 to 0.8.5
- [Release notes](https:/shelljs/shelljs/releases)
- [Changelog](https:/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](shelljs/shelljs@v0.8.4...v0.8.5)

Updates `tmpl` from 1.0.4 to 1.0.5
- [Commits](https:/daaku/nodejs-tmpl/commits/v1.0.5)

Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https:/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: "@openzeppelin/contracts"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@grpc/grpc-js"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ansi-regex
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: browserify-sign
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cookiejar
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: decode-uri-component
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: es5-ext
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: body-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-cache-semantics
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: json-schema
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jsprim
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: simple-get
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: protobufjs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: shelljs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tmpl
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: word-wrap
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: debug
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@grpc/grpc-js"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: browserify-sign
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@grpc/grpc-js"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: alchemy-sdk
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: forta-agent
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: forta-agent-tools
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: browserify-sign
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: es5-ext
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@grpc/grpc-js"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ansi-regex
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: browserify-sign
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cookiejar
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: decode-uri-component
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: elliptic
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: forta-agent
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: json5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: got
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-cache-semantics
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: protobufjs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: shelljs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tmpl
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: word-wrap
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2024
Copy link

changeset-bot bot commented Aug 30, 2024

⚠️ No Changeset found

Latest commit: 83a85ce

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Author

dependabot bot commented on behalf of github Sep 5, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants