Bump the npm_and_yarn group across 1 directory with 31 updates#2
Open
dependabot[bot] wants to merge 1 commit intocanaryfrom
Conversation
Bumps the npm_and_yarn group with 25 updates in the /turbopack/crates/turbopack-tracing/tests/node-file-trace directory: | Package | From | To | | --- | --- | --- | | [@google-cloud/firestore](https://github.com/googleapis/nodejs-firestore) | `4.15.1` | `6.2.0` | | [axios](https://github.com/axios/axios) | `0.21.4` | `0.30.2` | | [esbuild](https://github.com/evanw/esbuild) | `0.15.12` | `0.25.0` | | [express](https://github.com/expressjs/express) | `4.18.2` | `4.22.0` | | [firebase](https://github.com/firebase/firebase-js-sdk) | `7.24.0` | `10.9.0` | | [mongoose](https://github.com/Automattic/mongoose) | `5.13.15` | `6.13.6` | | [pug](https://github.com/pugjs/pug) | `3.0.2` | `3.0.3` | | [semver](https://github.com/npm/node-semver) | `7.3.8` | `7.5.2` | | [sequelize](https://github.com/sequelize/sequelize) | `5.22.5` | `6.29.0` | | [sqlite3](https://github.com/TryGhost/node-sqlite3) | `5.1.2` | `5.1.5` | | [vm2](https://github.com/patriksimek/vm2) | `3.9.11` | `3.10.0` | | [body-parser](https://github.com/expressjs/body-parser) | `1.20.1` | `1.20.4` | | [browserify-sign](https://github.com/crypto-browserify/browserify-sign) | `4.2.1` | `4.2.5` | | [cookiejar](https://github.com/bmeck/node-cookiejar) | `2.1.3` | `2.1.4` | | [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) | `0.2.0` | `0.2.2` | | [elliptic](https://github.com/indutny/elliptic) | `6.5.4` | `6.6.1` | | [engine.io](https://github.com/socketio/socket.io) | `3.6.0` | `3.6.2` | | [es5-ext](https://github.com/medikoo/es5-ext) | `0.10.62` | `0.10.64` | | [jose](https://github.com/panva/jose) | `2.0.6` | `2.0.7` | | [json5](https://github.com/json5/json5) | `1.0.1` | `1.0.2` | | [luxon](https://github.com/moment/luxon) | `3.0.4` | `3.7.2` | | [msgpackr](https://github.com/kriszyp/msgpackr) | `1.7.2` | `1.11.8` | | [nodemailer](https://github.com/nodemailer/nodemailer) | `6.8.0` | `6.10.1` | | [socket.io-parser](https://github.com/Automattic/socket.io-parser) | `3.3.2` | `3.3.4` | | [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` | Updates `@google-cloud/firestore` from 4.15.1 to 6.2.0 - [Release notes](https://github.com/googleapis/nodejs-firestore/releases) - [Changelog](https://github.com/googleapis/nodejs-firestore/blob/main/CHANGELOG.md) - [Commits](googleapis/nodejs-firestore@v4.15.1...v6.2.0) Updates `axios` from 0.21.4 to 0.30.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.21.4...v0.30.2) Updates `esbuild` from 0.15.12 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md) - [Commits](evanw/esbuild@v0.15.12...v0.25.0) Updates `express` from 4.18.2 to 4.22.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.22.0/History.md) - [Commits](expressjs/express@4.18.2...4.22.0) Updates `firebase` from 7.24.0 to 10.9.0 - [Release notes](https://github.com/firebase/firebase-js-sdk/releases) - [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@7.24.0...firebase@10.9.0) Updates `mongoose` from 5.13.15 to 6.13.6 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@5.13.15...6.13.6) Updates `pug` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3) Updates `semver` from 7.3.8 to 7.5.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.3.8...v7.5.2) Updates `sequelize` from 5.22.5 to 6.29.0 - [Release notes](https://github.com/sequelize/sequelize/releases) - [Commits](sequelize/sequelize@v5.22.5...v6.29.0) Updates `sqlite3` from 5.1.2 to 5.1.5 - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Commits](TryGhost/node-sqlite3@v5.1.2...v5.1.5) Updates `vm2` from 3.9.11 to 3.10.0 - [Release notes](https://github.com/patriksimek/vm2/releases) - [Commits](patriksimek/vm2@3.9.11...v3.10.0) Updates `body-parser` from 1.20.1 to 1.20.4 - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.1...1.20.4) Updates `browserify-sign` from 4.2.1 to 4.2.5 - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md) - [Commits](browserify/browserify-sign@v4.2.1...v4.2.5) Updates `cookiejar` from 2.1.3 to 2.1.4 - [Commits](https://github.com/bmeck/node-cookiejar/commits) Updates `decode-uri-component` from 0.2.0 to 0.2.2 - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) Updates `dottie` from 2.0.2 to 2.0.6 - [Release notes](https://github.com/mickhansen/dottie.js/releases) - [Commits](mickhansen/dottie.js@v2.0.2...v2.0.6) Updates `elliptic` from 6.5.4 to 6.6.1 - [Commits](indutny/elliptic@v6.5.4...v6.6.1) Updates `engine.io` from 3.6.0 to 3.6.2 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/commits) Updates `es5-ext` from 0.10.62 to 0.10.64 - [Release notes](https://github.com/medikoo/es5-ext/releases) - [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md) - [Commits](medikoo/es5-ext@v0.10.62...v0.10.64) Updates `follow-redirects` from 1.15.2 to 1.15.11 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.11) Updates `jose` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v2.0.7/CHANGELOG.md) - [Commits](panva/jose@v2.0.6...v2.0.7) Updates `json5` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v1.0.1...v1.0.2) Updates `luxon` from 3.0.4 to 3.7.2 - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](moment/luxon@3.0.4...3.7.2) Updates `msgpackr` from 1.7.2 to 1.11.8 - [Release notes](https://github.com/kriszyp/msgpackr/releases) - [Commits](https://github.com/kriszyp/msgpackr/commits/v1.11.8) Updates `nodemailer` from 6.8.0 to 6.10.1 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v6.8.0...v6.10.1) Updates `path-to-regexp` from 0.1.7 to 0.1.12 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.12) Updates `send` from 0.18.0 to 0.19.2 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](pillarjs/send@0.18.0...0.19.2) Updates `serve-static` from 1.15.0 to 1.16.3 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md) - [Commits](expressjs/serve-static@v1.15.0...v1.16.3) Updates `socket.io-parser` from 3.3.2 to 3.3.4 - [Release notes](https://github.com/Automattic/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/3.3.4/CHANGELOG.md) - [Commits](socketio/socket.io-parser@3.3.2...3.3.4) Updates `tar` from 6.1.11 to 6.2.1 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.1.11...v6.2.1) Updates `word-wrap` from 1.2.3 to 1.2.5 - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5) --- updated-dependencies: - dependency-name: "@google-cloud/firestore" dependency-version: 6.2.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 0.30.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: express dependency-version: 4.22.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: firebase dependency-version: 10.9.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: mongoose dependency-version: 6.13.6 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: pug dependency-version: 3.0.3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: semver dependency-version: 7.5.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: sequelize dependency-version: 6.29.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: sqlite3 dependency-version: 5.1.5 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vm2 dependency-version: 3.10.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: body-parser dependency-version: 1.20.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: browserify-sign dependency-version: 4.2.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: cookiejar dependency-version: 2.1.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: decode-uri-component dependency-version: 0.2.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: dottie dependency-version: 2.0.6 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: elliptic dependency-version: 6.6.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: engine.io dependency-version: 3.6.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: es5-ext dependency-version: 0.10.64 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: follow-redirects dependency-version: 1.15.11 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: jose dependency-version: 2.0.7 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: json5 dependency-version: 1.0.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: luxon dependency-version: 3.7.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: msgpackr dependency-version: 1.11.8 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: nodemailer dependency-version: 6.10.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: path-to-regexp dependency-version: 0.1.12 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: send dependency-version: 0.19.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: serve-static dependency-version: 1.16.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: socket.io-parser dependency-version: 3.3.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar dependency-version: 6.2.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: word-wrap dependency-version: 1.2.5 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
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 25 updates in the /turbopack/crates/turbopack-tracing/tests/node-file-trace directory:
4.15.16.2.00.21.40.30.20.15.120.25.04.18.24.22.07.24.010.9.05.13.156.13.63.0.23.0.37.3.87.5.25.22.56.29.05.1.25.1.53.9.113.10.01.20.11.20.44.2.14.2.52.1.32.1.40.2.00.2.26.5.46.6.13.6.03.6.20.10.620.10.642.0.62.0.71.0.11.0.23.0.43.7.21.7.21.11.86.8.06.10.13.3.23.3.41.2.31.2.5Updates
@google-cloud/firestorefrom 4.15.1 to 6.2.0Release notes
Sourced from
@google-cloud/firestore's releases.... (truncated)
Changelog
Sourced from
@google-cloud/firestore's changelog.... (truncated)
Commits
282ac8achore(main): release 6.2.0 (#1770)6393fe7fix: minify proto JSON files (#1771)d85b0e9feat: Use REST (#1698)6ba6751fix: Remove hack in update.sh, and replace with existing pattern for protobuf...5eea279chore(main): release 6.1.0 (#1753)40f1db3fix: Version 7 of protobufjs broke the update.sh script. Added path to built ...ef59a22feat: accept google-gax instance as a parameter (#1757)dd01b27fix: Pin Typescript to prevent new type checking. (#1764)1931415fix: Update GAX (#1758)a029a6efix: better support for fallback mode (#1756)Updates
axiosfrom 0.21.4 to 0.30.2Release notes
Sourced from axios's releases.
... (truncated)
Commits
2fcb4ecchore: v0.30.2153f483chore: preversionee548fffix: tests failinga1b1d3ffix: backportmaxContentLengthvulnerability fix to v0.x (#7034)b17c4dechore: build latest versionad6b82achore: build latest versionda447d5chore(deps): bump form-data from 4.0.0 to 4.0.4 (#6978)6e922e4chore: added build artifactsa06ed1echore: added pre-release artifactsc010622feat: add type for allowAbsoluteUrls (#6849)Updates
esbuildfrom 0.15.12 to 0.25.0Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
e9174d6publish 0.25.0 to npmc27dbebfixhostsinplugin-tests.js6794f60fixhostsinnode-unref-tests.jsde85afdMerge commit from forkda1de1bfix #4065: bitwise operators can return bigintsf4e9d19switch case liveness:defaultis always last7aa47c3fix #4028: minify live/deadswitchcases better22ecd30minify: more constant folding for strict equality4cdf03cfix #4053: reordering of.tsxinnode_modulesdc71977fix #3692:0now picks a random ephemeral portUpdates
expressfrom 4.18.2 to 4.22.0Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
49744ab4.22.0 (#6921)6e97452sec: security patch for CVE-2024-519996a23d34deps: use tilde notation forqs(#6919)8c12cdfdeps: qs@6.14.0 (#6909)7fea74fdeps: use tilde notation for certain dependencies (#6905)dac7a04chore: wider range for query test skip (#6513)997919bci: add node.js 24 to test matrix (#6506)36fb59cfix(ci): reordernpm isteps to fix ci for older node versions (#6336)3a5edfafix(ci): updated github actions ci workflow (#6323)52d9781fix(test): add test for method routes without paths #5955Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for express since your current version.
Updates
firebasefrom 7.24.0 to 10.9.0Commits
1eb302fVersion Packages (#8063)b498867Merge master into releasece88e71snapshot listeners source from cache (#7982)6d487d7Prevent using authTokenSyncURL if the string begins with a double slash (#8060)b4d59d6Merge master into release2b22838Fix glob pattern to work with Node 20 and its NPM version (#8059)feb5038Update CI node.js versions to 20.x (#8055)245dd26Enforce authTokenSyncURL being a path and not a url. (#8056)e60188dVersion Packages (#8046)7e2efbfMerge master into releaseUpdates
mongoosefrom 5.13.15 to 6.13.6Release notes
Sourced from mongoose's releases.
Changelog
Sourced from mongoose's changelog.
... (truncated)
Commits
e59e342chore: release 6.13.664a9f97fix: disallow nested $where in populate match15bdccfchore: release 6.13.533679bcfix: disallow using $where in match22210b1chore: release 6.13.4d21a239Merge pull request #15043 from Automattic/vkarpov15/gh-1503968377fffix: save execution stack in query as string6fbe9f0Merge pull request #14998 from markstos/UT-8434-doc-strict-query-flipflop3e3dc2edocs: clarify strictQuery default will flip-flop in "Migrating to 6.x"d98b2e7docs: Add missing closing tag for Lodash entry.Updates
pugfrom 3.0.2 to 3.0.3Release notes
Sourced from pug's releases.
Commits
32acfe8fix: ensure template names are valid identifiers (#3438)4767cafrefactor: convert pug-error to TypeScript (#3355)a724446chore: update character-parser (#3354)6cca8f7docs: fix GitHub format in README (#3335)Updates
semverfrom 7.3.8 to 7.5.2Release notes
Sourced from semver's releases.