-
Notifications
You must be signed in to change notification settings - Fork 53
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
build(deps): bump the npm_and_yarn group across 2 directories with 31 updates #456
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/npm_and_yarn/npm_and_yarn-0953b0a935
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
… updates Bumps the npm_and_yarn group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [express](https://github.com/expressjs/express) | `4.17.1` | `4.19.2` | | [moment](https://github.com/moment/moment) | `2.29.1` | `2.29.4` | | [mongodb](https://github.com/mongodb/node-mongodb-native) | `3.6.3` | `3.6.10` | | [mongoose](https://github.com/Automattic/mongoose) | `5.10.15` | `5.13.20` | | [mysql2](https://github.com/sidorares/node-mysql2) | `1.7.0` | `3.9.8` | | [nodemailer](https://github.com/nodemailer/nodemailer) | `6.4.16` | `6.9.9` | | [passport](https://github.com/jaredhanson/passport) | `0.4.1` | `0.6.0` | | [sqlite3](https://github.com/TryGhost/node-sqlite3) | `5.0.0` | `5.1.5` | | [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.2.6` | `1.10.1` | | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.12.5` | `7.24.7` | | [browserify-sign](https://github.com/crypto-browserify/browserify-sign) | `4.2.1` | `4.2.3` | | [cookiejar](https://github.com/bmeck/node-cookiejar) | `2.1.2` | `2.1.4` | | [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) | `0.2.0` | `0.2.2` | | [lodash-es](https://github.com/lodash/lodash) | `4.17.15` | `4.17.21` | | [moment-timezone](https://github.com/moment/moment-timezone) | `0.5.32` | `0.5.45` | | [nanoid](https://github.com/ai/nanoid) | `3.1.16` | `3.3.7` | | [protobufjs](https://github.com/protobufjs/protobuf.js) | `6.10.2` | `6.11.4` | | [pug](https://github.com/pugjs/pug) | `3.0.0` | `3.0.3` | | [qs](https://github.com/ljharb/qs) | `6.5.2` | `6.5.3` | | [socket.io-parser](https://github.com/socketio/socket.io-parser) | `3.3.1` | `3.3.3` | | [tmpl](https://github.com/daaku/nodejs-tmpl) | `1.0.4` | `1.0.5` | | [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) | `1.0.1` | `1.0.3` | | [ua-parser-js](https://github.com/faisalman/ua-parser-js) | `0.7.22` | `0.7.38` | | [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` | Bumps the npm_and_yarn group with 6 updates in the /mailer directory: | Package | From | To | | --- | --- | --- | | [json-schema](https://github.com/kriszyp/json-schema) | `0.2.3` | `0.4.0` | | [jsprim](https://github.com/joyent/node-jsprim) | `1.4.1` | `1.4.2` | | [minimist](https://github.com/minimistjs/minimist) | `1.2.5` | `1.2.8` | | [qs](https://github.com/ljharb/qs) | `6.5.2` | `6.5.3` | | [yargs-parser](https://github.com/yargs/yargs-parser) | `16.1.0` | `18.1.3` | | [yargs](https://github.com/yargs/yargs) | `15.1.0` | `15.4.1` | Updates `express` from 4.17.1 to 4.19.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.1...4.19.2) Updates `moment` from 2.29.1 to 2.29.4 - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.1...2.29.4) Updates `mongodb` from 3.6.3 to 3.6.10 - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](mongodb/node-mongodb-native@v3.6.3...v3.6.10) Updates `mongoose` from 5.10.15 to 5.13.20 - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](Automattic/mongoose@5.10.15...5.13.20) Updates `mysql2` from 1.7.0 to 3.9.8 - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](https://github.com/sidorares/node-mysql2/commits/v3.9.8) Updates `nodemailer` from 6.4.16 to 6.9.9 - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](nodemailer/nodemailer@v6.4.16...v6.9.9) Updates `passport` from 0.4.1 to 0.6.0 - [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md) - [Commits](jaredhanson/passport@v0.4.1...v0.6.0) Updates `sqlite3` from 5.0.0 to 5.1.5 - [Release notes](https://github.com/TryGhost/node-sqlite3/releases) - [Commits](TryGhost/node-sqlite3@v5.0.0...v5.1.5) Updates `@actions/core` from 1.2.6 to 1.10.1 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Updates `@babel/traverse` from 7.12.5 to 7.24.7 - [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.24.7/packages/babel-traverse) Updates `browserify-sign` from 4.2.1 to 4.2.3 - [Changelog](https://github.com/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://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 `lodash-es` from 4.17.15 to 4.17.21 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.21) Updates `moment-timezone` from 0.5.32 to 0.5.45 - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](moment/moment-timezone@0.5.32...0.5.45) Updates `nanoid` from 3.1.16 to 3.3.7 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.16...3.3.7) Updates `protobufjs` from 6.10.2 to 6.11.4 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/commits) Updates `pug` from 3.0.0 to 3.0.3 - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@3.0.0...pug@3.0.3) Updates `qs` from 6.5.2 to 6.5.3 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.5.2...v6.5.3) Updates `semver` from 5.3.0 to 5.7.1 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v5.3.0...v5.7.1) Updates `socket.io-parser` from 3.3.1 to 3.3.3 - [Release notes](https://github.com/socketio/socket.io-parser/releases) - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md) - [Commits](socketio/socket.io-parser@3.3.1...3.3.3) Updates `tar` from 2.2.2 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@v2.2.2...v6.2.1) Updates `tmpl` from 1.0.4 to 1.0.5 - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) Updates `trim-off-newlines` from 1.0.1 to 1.0.3 - [Commits](stevemao/trim-off-newlines@v1.0.1...v1.0.3) Updates `ua-parser-js` from 0.7.22 to 0.7.38 - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/0.7.38/changelog.md) - [Commits](faisalman/ua-parser-js@0.7.22...0.7.38) 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) 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://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md) - [Commits](TritonDataCenter/node-jsprim@v1.4.1...v1.4.2) Updates `minimist` from 1.2.5 to 1.2.8 - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) Updates `qs` from 6.5.2 to 6.5.3 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.5.2...v6.5.3) Updates `yargs-parser` from 16.1.0 to 18.1.3 - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md) - [Commits](yargs/yargs-parser@v16.1.0...v18.1.3) Updates `yargs` from 15.1.0 to 15.4.1 - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/docs/CHANGELOG-historical.md) - [Commits](yargs/yargs@v15.1.0...v15.4.1) --- updated-dependencies: - dependency-name: express dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: moment dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mongodb dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mongoose dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mysql2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nodemailer dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: passport dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: sqlite3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@actions/core" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/traverse" 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: lodash-es dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: moment-timezone dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: protobufjs dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: pug dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: qs dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: semver dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: socket.io-parser dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tmpl dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: trim-off-newlines dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ua-parser-js dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: word-wrap 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: minimist dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: qs dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: yargs-parser dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: yargs dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
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 24 updates in the / directory:
4.17.1
4.19.2
2.29.1
2.29.4
3.6.3
3.6.10
5.10.15
5.13.20
1.7.0
3.9.8
6.4.16
6.9.9
0.4.1
0.6.0
5.0.0
5.1.5
1.2.6
1.10.1
7.12.5
7.24.7
4.2.1
4.2.3
2.1.2
2.1.4
0.2.0
0.2.2
4.17.15
4.17.21
0.5.32
0.5.45
3.1.16
3.3.7
6.10.2
6.11.4
3.0.0
3.0.3
6.5.2
6.5.3
3.3.1
3.3.3
1.0.4
1.0.5
1.0.1
1.0.3
0.7.22
0.7.38
1.2.3
1.2.5
Bumps the npm_and_yarn group with 6 updates in the /mailer directory:
0.2.3
0.4.0
1.4.1
1.4.2
1.2.5
1.2.8
6.5.2
6.5.3
16.1.0
18.1.3
15.1.0
15.4.1
Updates
express
from 4.17.1 to 4.19.2Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
... (truncated)
Commits
04bc627
4.19.2da4d763
Improved fix for open redirect allow list bypass4f0f6cc
4.19.1a003cfa
Allow passing non-strings to res.location with new encoding handling checks f...a1fa90f
fixed un-edited version in history.md for 4.19.011f2b1d
build: fix build due to inconsistent supertest behavior in older versions084e365
4.19.00867302
Prevent open redirect allow list bypass due to encodeurl567c9c6
Add note on how to update docs for new release (#5541)69a4cf2
deps: cookie@0.6.0Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Updates
moment
from 2.29.1 to 2.29.4Changelog
Sourced from moment's changelog.
Commits
000ac18
Build 2.24.4f2006b6
Bump version to 2.24.4536ad0c
Update changelog for 2.29.49a3b589
[bugfix] Fix redos in preprocessRFC2822 regex (#6015)6374fd8
Merge branch 'master' into developb4e6153
Revert "[bugfix] Fix redos in preprocessRFC2822 regex (#6015)"7aebb16
[bugfix] Fix redos in preprocessRFC2822 regex (#6015)57c9062
Build 2.29.3aaf50b6
Fixup release complaints26f4aef
Bump version to 2.29.3Updates
mongodb
from 3.6.3 to 3.6.10Release notes
Sourced from mongodb's releases.
... (truncated)
Commits
1297cd1
chore(release): 3.6.10e9196ab
refactor(NODE-3324): bump max wire version to 13 (#2875)3ce148d
fix(NODE-3397): report more helpful error with unsupported authMechanism in i...558182f
test(NODE-3307): unified runner does not assert identical keys (#2867)621677a
fix(NODE-3380): perform retryable write checks against server (#2861)e4a9a57
fix(NODE-3150): added bsonRegExp option for v3.6 (#2843)750760c
fix(NODE-3358): Command monitoring objects hold internal state references (#2...a917dfa
fix(NODE-2035): Exceptions thrown from awaited cursor forEach do not propagat...b98f206
refactor(NODE-3356): Update command monitoring logging (#2853)68b4665
test(NODE-2856): ensure defaultTransactionOptions get used from session (#2845)Maintainer changes
This version was pushed to npm by nbbeeken, a new releaser for mongodb since your current version.
Updates
mongoose
from 5.10.15 to 5.13.20Changelog
Sourced from mongoose's changelog.
... (truncated)
Commits
0f3997a
chore: release 5.13.20f1efabf
fix: avoid prototype pollution on init98e0762
chore: release 5.13.197e36d21
chore: release 5.13.186759c60
undo accidental changes and actually pin@types/json-schema
4ed4a89
chore: pin version of@types/json-schema
because of install issues on node v4...9a9536d
Merge pull request #13535 from lorand-horvath/patch-1226424d5
5.x - bump mongodb driver to 3.7.44b8b0a9
add versionNumber to 5.x1bc07ec
chore: release 5.13.17Updates
mysql2
from 1.7.0 to 3.9.8Release notes
Sourced from mysql2's releases.
... (truncated)
Changelog
Sourced from mysql2's changelog.
... (truncated)
Commits
Updates
nodemailer
from 6.4.16 to 6.9.9Release notes
Sourced from nodemailer's releases.
Changelog
Sourced from nodemailer's changelog.
... (truncated)
Commits
5a2e10f
chore(master): release 6.9.9 [skip-ci] (#1606)dd8f5e8
fix(security): Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eterna...2c2b46a
chore: do not use caret in version specifierbe45c1b
fix(tests): Use native node test runner, added code coverage support, removed...4233f6f
chore(master): release 6.9.8 [skip-ci] (#1605)09d502f
chore: removed double fileb4d0e0c
fix(punycode): do not use native punycode module8376c02
Test new github notice syntax for READMEbc46a3b
Updated stale github action78bdaf8
chore: remove redundant AWS SDK for JavaScript v2 (#1593)Updates
passport
from 0.4.1 to 0.6.0Changelog
Sourced from passport's changelog.
... (truncated)
Commits
c33067b
0.6.03052bb4
Update changelog.42630cb
Merge pull request #900 from jaredhanson/fix-fixation8dd79fe
Use utils-merge rather than Object.assign for compatibility.4f6bd5b
Change keepSessionData to keepSessionData.46756e5
Silence verbose logging.987b191
Add tests.f8a175f
Add tests.29a90d6
No need to guard callback existence.bfba8a1
Add tests.Updates
sqlite3
from 5.0.0 to 5.1.5Release notes
Sourced from sqlite3's releases.
... (truncated)
Commits
6a806f8
v5.1.5edb1934
Fixed code execution vulnerability due to Object coercion3a48888
Updated bundled SQLite to v3.41.1c1440bd
Fixed rpath linker option when using a custom sqlite (#1654)93affa4
Update microsoft/setup-msbuild action to v1.36f6318e
v5.1.4aeafe25
Revert "Renamedmaster
references tomain
"57ce2d4
Fixed glib compatibility by downgrading to Ubuntu 20af8e567
Renamedmaster
references tomain
8fd18a3
Extracted function checking code into macroMaintainer changes
This version was pushed to npm by daniellockyer, a new releaser for sqlite3 since your current version.
Updates
@actions/core
from 1.2.6 to 1.10.1Changelog
Sourced from
@actions/core
's changelog.Commits
Updates
@babel/traverse
from 7.12.5 to 7.24.7Release notes
Sourced from
@babel/traverse
's releases.