forked from ionic-team/ionicons
-
Notifications
You must be signed in to change notification settings - Fork 0
Comments
chore(deps): bump the npm_and_yarn group across 1 directory with 10 updates#1
Open
dependabot[bot] wants to merge 1 commit intomain from
Open
chore(deps): bump the npm_and_yarn group across 1 directory with 10 updates #1dependabot[bot] wants to merge 1 commit intomain from
dependabot[bot] wants to merge 1 commit intomain from
Conversation
...pdates Bumps the npm_and_yarn group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.21.5` | `7.27.0` | | [axios](https://github.com/axios/axios) | `1.4.0` | `1.8.4` | | [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` | | [ejs](https://github.com/mde/ejs) | `3.1.9` | `3.1.10` | | [ip](https://github.com/indutny/node-ip) | `2.0.0` | `removed` | | [socks](https://github.com/JoshGlazebrook/socks) | `2.7.1` | `2.8.4` | | [ws](https://github.com/websockets/ws) | `7.5.9` | `7.5.10` | | [puppeteer](https://github.com/puppeteer/puppeteer) | `20.2.1` | `24.4.0` | | [tough-cookie](https://github.com/salesforce/tough-cookie) | `4.1.2` | `4.1.4` | Updates `@babel/traverse` from 7.21.5 to 7.27.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-traverse) Updates `axios` from 1.4.0 to 1.8.4 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.4.0...v1.8.4) Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) Updates `ejs` from 3.1.9 to 3.1.10 - [Release notes](https://github.com/mde/ejs/releases) - [Commits](mde/ejs@v3.1.9...v3.1.10) Updates `follow-redirects` from 1.15.2 to 1.15.9 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.9) Removes `ip` Updates `socks` from 2.7.1 to 2.8.4 - [Release notes](https://github.com/JoshGlazebrook/socks/releases) - [Commits](JoshGlazebrook/socks@2.7.1...2.8.4) Updates `ws` from 7.5.9 to 7.5.10 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.5.9...7.5.10) Updates `puppeteer` from 20.2.1 to 24.4.0 - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](puppeteer/puppeteer@puppeteer-v20.2.1...puppeteer-v24.4.0) Updates `tough-cookie` from 4.1.2 to 4.1.4 - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v4.1.2...v4.1.4) --- updated-dependencies: - dependency-name: "@babel/traverse" 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: ejs dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: follow-redirects dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: socks dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ws dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: puppeteer dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: tough-cookie dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
labels
Mar 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 9 updates in the / directory:
7.21.57.27.01.4.01.8.43.0.23.0.33.1.93.1.102.0.0removed2.7.12.8.47.5.97.5.1020.2.124.4.04.1.24.1.4Updates
@babel/traversefrom 7.21.5 to 7.27.0Release notes
Sourced from
@babel/traverse's releases.... (truncated)
Changelog
Sourced from
@babel/traverse's changelog.... (truncated)
Commits
5c350eav7.27.0582538cAllowtraverseFastto exit early (#17169)4ad63a4[Babel 8] RemoveBLOCK_SCOPED_SYMBOLandNOT_LOCAL_BINDING(#17148)0d0d577fix: Reset child scopes whenscope.crawl()(#17170)c51cffdfeat: AddupToScopeparameter tohasBinding(#17102)f902742chore: Update TS 5.8 (#17185)b1bca3dfix: Uninitialized var declarator in loop marked as constantViolation (#17168)e1ce99dv7.26.1051ec746fix: Should not evaluate vars in child scope (#17151)64bca7bv7.26.9Updates
axiosfrom 1.4.0 to 1.8.4Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
9f6f97bchore(release): v1.8.4 (#6844)f10c2e0fix(buildFullPath): handleallowAbsoluteUrls: falsewithoutbaseURL(#6833)1e6632cchore(deps): bump tj-actions/changed-files in the github-actions group (#6838)39ec206chore(release): v1.8.3 (#6819)10fa70efix: add missing type for allowAbsoluteUrls (#6818)7821ef9docs: update readme to include bun install (#6811)ec159e5fix(xhr/fetch): passallowAbsoluteUrlstobuildFullPathinxhrand `fet...a9f7689chore(release): v1.8.2 (#6812)fb8eec2fix(http-adapter): add allowAbsoluteUrls to path building (#6810)9812045chore(sponsor): update sponsor block (#6804)Updates
bracesfrom 3.0.2 to 3.0.3Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)Updates
ejsfrom 3.1.9 to 3.1.10Release notes
Sourced from ejs's releases.
Commits
d3f807dVersion 3.1.109ee26ddMocha TDDe469741Basic pollution protection715e950Merge pull request #756 from Jeffrey-mu/maincabe314Include advanced usage examples29b076cAdded header11503c7Merge branch 'main' of github.com:mde/ejs into main7690404Added security banner to READMEf47d7aeUpdate SECURITY.md828cea1Update SECURITY.mdUpdates
follow-redirectsfrom 1.15.2 to 1.15.9Commits
e4e55c7Release version 1.15.9 of the npm package.31a1abfAttempt much more gentle detection.d2aaa97Fix url field.62558f0Release version 1.15.8 of the npm package.a8d1ceeReturn subtlety.458ca8eFix native URL test for Node 20.ca49e44Handle KeepAlive connections in tests.f3711d7Test on Node 20 and 22.fda0fafFix typo.760757fRelease version 1.15.7 of the npm package.Removes
ipUpdates
socksfrom 2.7.1 to 2.8.4Release notes
Sourced from socks's releases.
Commits
f047ee42.8.48146521Corrected the UDP Relay section in the README. (#109)5094ebbipv4ToInt32 should return unsigned integer (#106)a2a06d92.8.3992b002Fix bug with ipv6 conversion in ipToBuffer (#101)99633aev280 (#98)89d8c07Fix package lock for 2.7.x (#97)66b7f73remove ip package (#94)Updates
wsfrom 7.5.9 to 7.5.10Release notes
Sourced from ws's releases.
Commits
d962d70[dist] 7.5.1022c2876[security] Fix crash when the Upgrade header cannot be read (#2231)Updates
puppeteerfrom 20.2.1 to 24.4.0Release notes
Sourced from puppeteer's releases.
... (truncated)
Changelog
Sourced from puppeteer's changelog.
... (truncated)
Commits
842075fchore: release main (#13648)92ca975feat: add firefox arm64 downloads (#13646)cdb175bfeat: roll to Chrome 134.0.6998.35 (#13649)b8e0310feat: roll to Firefox 136.0 (#13647)c335a14chore: release main (#13636)e618649chore(deps): bump chromium-bidi (#13643)67d6f71chore(deps): Bump the all group with 5 updates (#13641)f55a805chore(deps): Bump node fromcfef443tof6b9c31in /docker in the all grou...af6ee5dfix: roll to Chrome 133.0.6943.141 (#13635)4e5ec3cchore: release main (#13619)Maintainer changes
This version was pushed to npm by google-wombot, a new releaser for puppeteer since your current version.
Updates
tough-cookiefrom 4.1.2 to 4.1.4Release notes
Sourced from tough-cookie's releases.
Commits
cacbc37Bump version to 4.1.4a48fb3aAdd tests for url validation50e69bfMerge pull request #261 from postmanlabs/fix/url-string-validation1253d58Merge pull request #409 from corvidism/validators-to-string238367eAdd local alias fortoString4ff4d294.1.3 release preparation, update the package and lib/version to 4.1.3. (#284)12d4747Prevent prototype pollution in cookie memstore (#283)f06b72dFix documentation for store.findCookies, missing allowSpecialUseDomain proper...cf6debdFix incorrect string validation for URLMaintainer changes
This version was pushed to npm by ccasey, a new releaser for tough-cookie since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.