Bump the npm_and_yarn group across 1 directory with 7 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(11 days ago)
(11 days ago)
dependencies javascript
Bumps the npm_and_yarn group with 6 updates in the / directory:
Package | From | To |
---|---|---|
mongoose | 5.13.20 |
6.13.6 |
cookie | 0.4.0 |
0.7.2 |
cookie-parser | 1.4.5 |
1.4.7 |
express | 4.21.0 |
4.21.2 |
on-headers | 1.0.2 |
1.1.0 |
morgan | 1.9.1 |
1.10.1 |
Updates mongoose
from 5.13.20 to 6.13.6
Release notes
Sourced from mongoose's releases.
6.13.6 / 2025-01-13
- fix: disallow nested $where in populate match
Changelog
Sourced from mongoose's changelog.
6.13.6 / 2025-01-13
- fix: disallow nested $where in populate match CVE-2025-23061
8.9.4 / 2025-01-09
- fix(document): fix document not applying manual populate when using a function in schema.options.ref #15138 IchirokuXVI
- fix(model): make Model.validate() static correctly cast document arrays #15169 #15164
- fix(model): allow passing validateBeforeSave option to bulkSave() to skip validation #15161 #15156
- fix(schema): allow multiple self-referencing discriminator schemas using Schema.prototype.discriminator #15142 #15120
- types: avoid BufferToBinary<> wiping lean types when passed to generic functions #15160 #15158
- docs: fix
<code>
in header ids #15159- docs: fix header in field-level-encryption.md #15137 damieng
8.9.3 / 2024-12-30
- fix(schema): make duplicate index error a warning for now to prevent blocking upgrading #15135 #15112 #15109
- fix(model): handle document array paths set to non-array values in Model.castObject() #15124 #15075
- fix(document): avoid using childSchemas.path for compatibility with pre-Mongoose-8.8 schemas #15131 #15071
- fix(model): avoid throwing unnecessary error if updateOne() returns null in save() #15126
- perf(cursor): clear the stack every time if using populate with batchSize to avoid stack overflows with large docs #15136 #10449
- types: make BufferToBinary avoid Document instances #15123 #15122
- types(model+query): avoid stripping out virtuals when calling populate with paths generic #15132 #15111
- types(schema): add missing removeIndex #15134
- types: add cleanIndexes() to IndexManager interface #15127
- docs: move search endpoint to netlify #15119
8.9.2 / 2024-12-19
- fix(schema): avoid throwing duplicate index error if index spec keys have different order or index has a custom name #15112 #15109
- fix(map): clean modified subpaths when overwriting values in map of subdocs #15114 #15108
- fix(aggregate): pull session from transaction local storage for aggregation cursors #15094 IchirokuXVI
- types: correctly handle union types in BufferToBinary and related helpers #15103 #15102 #15057
- types: add UUID to RefType #15115 #15101
- docs: remove link to Mongoose 5.x docs from dropdown #15116
- docs(connection+document+model): remove remaining references to remove(), clarify that deleteOne() does not execute until then() or exec() #15113 #15107
8.9.1 / 2024-12-16
- fix(connection): remove heartbeat check in load balanced mode #15089 #15042 #14812
- fix(discriminator): gather childSchemas when creating discriminator to ensure $getAllSubdocs() can properly get all subdocs #15099 #15088 #15092
- fix(model): handle discriminators in castObject() #15096 #15075
- fix(schema): throw error if duplicate index definition using unique in schema path and subsequent .index() call #15093 #15056
- fix: mark documents that are populated using hydratedPopulatedDocs option as populated in top-level doc #15080 #15048
- fix(document+schema): improve error message for get() on invalid path #15098 #15071
- docs: remove more callback doc references & some small other changes #15095
8.9.0 / 2024-12-13
- feat: upgrade mongodb -> 6.12
... (truncated)
Commits
e59e342
chore: release 6.13.664a9f97
fix: disallow nested $where in populate match15bdccf
chore: release 6.13.533679bc
fix: disallow using $where in match22210b1
chore: release 6.13.4d21a239
Merge pull request #15043 from Automattic/vkarpov15/gh-1503968377ff
fix: save execution stack in query as string6fbe9f0
Merge pull request #14998 from markstos/UT-8434-doc-strict-query-flipflop3e3dc2e
docs: clarify strictQuery default will flip-flop in "Migrating to 6.x"d98b2e7
docs: Add missing closing tag for Lodash entry.- Additional commits viewable in compare view
Updates cookie
from 0.4.0 to 0.7.2
Release notes
Sourced from cookie's releases.
v0.7.2
Fixed
- Fix object assignment of
hasOwnProperty
(#177) bc38ffdhttps://github.com/jshttp/cookie/compare/v0.7.1...v0.7.2
0.7.1
Fixed
- Allow leading dot for domain (#174)
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
- Add fast path for
serialize
without options, useobj.hasOwnProperty
when parsing (#172)https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1
0.7.0
- perf: parse cookies ~10% faster (#144 by
@kurtextrem
and #170)- fix: narrow the validation of cookies to match RFC6265 (#167 by
@bewinsnw
)- fix: add
main
topackage.json
for rspack (#166 by@proudparrot2
)https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0
0.6.0
- Add
partitioned
option0.5.0
- Add
priority
option- Fix
expires
option to reject invalid dates- pref: improve default decode speed
- pref: remove slow string split in parse
0.4.2
- pref: read value only when assigning in parse
- pref: remove unnecessary regexp in parse
0.4.1
- Fix
maxAge
option to reject invalid values
Commits
d19eaa1
0.7.2bc38ffd
Fix object assignment ofhasOwnProperty
(#177)cf4658f
0.7.16a8b8f5
Allow leading dot for domain (#174)58015c0
Remove more code and perf wins (#172)ab057d6
0.7.05f02ca8
Migrate history to GitHub releasesa5d591c
Migrate history to GitHub releases51968f9
Skip isNaN9e7ca51
perf(parse): cache length, return early (#144)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates cookie-parser
from 1.4.5 to 1.4.7
Release notes
Sourced from cookie-parser's releases.
1.4.7
What's Changed
- chore: add support for OSSF scorecard reporting by
@inigomarquinez
in expressjs/cookie-parser#103- ci: fix errors in ci github action for node 8 and 9 by
@inigomarquinez
in expressjs/cookie-parser#104- ci: Use GITHUB_OUTPUT envvar instead of set-output command by
@arunsathiya
in expressjs/cookie-parser#100- deps: cookie@0.7.2 by
@SamChatfield
in expressjs/cookie-parser#116- Release: 1.4.7 by
@UlisesGascon
in expressjs/cookie-parser#117New Contributors
@inigomarquinez
made their first contribution in expressjs/cookie-parser#103@arunsathiya
made their first contribution in expressjs/cookie-parser#100@SamChatfield
made their first contribution in expressjs/cookie-parser#116@UlisesGascon
made their first contribution in expressjs/cookie-parser#117Full Changelog: https://github.com/expressjs/cookie-parser/compare/1.4.6...1.4.7
1.4.6
- deps: cookie@0.4.1
Changelog
Sourced from cookie-parser's changelog.
1.4.7 / 2024-10-08
- deps: cookie@0.7.2
- Fix object assignment of
hasOwnProperty
- deps: cookie@0.7.1
- Allow leading dot for domain
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
- Add fast path for
serialize
without options, useobj.hasOwnProperty
when parsing- deps: cookie@0.7.0
- perf: parse cookies ~10% faster
- fix: narrow the validation of cookies to match RFC6265
- fix: add
main
topackage.json
for rspack- deps: cookie@0.6.0
- Add
partitioned
option- deps: cookie@0.5.0
- Add
priority
option- Fix
expires
option to reject invalid dates- pref: improve default decode speed
- pref: remove slow string split in parse
- deps: cookie@0.4.2
- pref: read value only when assigning in parse
- pref: remove unnecessary regexp in parse
1.4.6 / 2021-11-16
- deps: cookie@0.4.1
Commits
5d61e1e
1.4.7ccf1f54
deps: cookie@0.7.2 (#116)429cfd4
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#100)ca4c97e
ci: fix errors in ci pipeline for node 8 and 9 (#104)97bdf39
ci: add support for OSSF scorecard reporting (#103)e5862bd
build: Node.js@17.6f0688d2
build: Node.js@14.1944ec541
build: Node.js@16.14695435a
deps: cookie@0.4.2f66e7e1
build: mocha@9.2.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for cookie-parser since your current version.
Updates express
from 4.21.0 to 4.21.2
Release notes
Sourced from express's releases.
4.21.2
What's Changed
- Add funding field (v4) by
@bjohansebas
in expressjs/express#6065- deps: path-to-regexp@0.1.11 by
@blakeembrey
in expressjs/express#5956- deps: bump path-to-regexp@0.1.12 by
@jonchurch
in expressjs/express#6209- Release: 4.21.2 by
@UlisesGascon
in expressjs/express#6094Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2
4.21.1
What's Changed
- Backport a fix for CVE-2024-47764 to the 4.x branch by
@joshbuker
in expressjs/express#6029- Release: 4.21.1 by
@UlisesGascon
in expressjs/express#6031Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1
Changelog
Sourced from express's changelog.
4.21.2 / 2024-11-06
- deps: path-to-regexp@0.1.12
- Fix backtracking protection
- deps: path-to-regexp@0.1.11
- Throws an error on invalid path values
4.21.1 / 2024-10-08
- Backported a fix for CVE-2024-47764
Commits
Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
Updates on-headers
from 1.0.2 to 1.1.0
Release notes
Sourced from on-headers's releases.
1.1.0
Important
What's Changed
- Migrate CI pipeline to GitHub actions by
@carpasse
in jshttp/on-headers#12- fix README.md badges by
@carpasse
in jshttp/on-headers#13- add OSSF scorecard action by
@carpasse
in jshttp/on-headers#14- fix: use
ubuntu-latest
as ci runner by@UlisesGascon
in jshttp/on-headers#19- ci: apply OSSF Scorecard security best practices by
@UlisesGascon
in jshttp/on-headers#20- 👷 add upstream change detection by
@ctcpip
in jshttp/on-headers#31- ✨ add script to update known hashes by
@ctcpip
in jshttp/on-headers#32- 💚 update CI - add newer node versions by
@ctcpip
in jshttp/on-headers#33New Contributors
@carpasse
made their first contribution in jshttp/on-headers#12@UlisesGascon
made their first contribution in jshttp/on-headers#19@ctcpip
made their first contribution in jshttp/on-headers#31Full Changelog: https://github.com/jshttp/on-headers/compare/v1.0.2...v1.1.0
Commits
4b017af
1.1.0b636f2d
♻️ refactor header array code3e2c2d4
✨ ignore falsy header keys, matching node behavior172eb41
✨ support duplicate headersc6e3849
🔒️ fix array handling6893518
💚 update CI - add newer node versions56a345d
✨ add script to update known hashes175ab21
👷 add upstream change detection (#31)ce0b2c8
ci: apply OSSF Scorecard security best practices (#20)1a38c54
fix: useubuntu-latest
as ci runner (#19)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for on-headers since your current version.
Updates morgan
from 1.9.1 to 1.10.1
Release notes
Sourced from morgan's releases.
1.10.1
What's Changed
- renaming simple to sample in readme by
@ryhinchey
in expressjs/morgan#237- adding installation instructions to readme by
@ryhinchey
in expressjs/morgan#233- chore: add support for OSSF scorecard reporting by
@inigomarquinez
in expressjs/morgan#291- ci: replace travis with github actions by
@inigomarquinez
in expressjs/morgan#290- docs: add example output for log formats by
@jonchurch
in expressjs/morgan#299- ci: use ubuntu-latest by
@bjohansebas
in expressjs/morgan#301- ci: apply OSSF Scorecard security best practices by
@UlisesGascon
in expressjs/morgan#300- remove --bail by
@jonchurch
in expressjs/morgan#314- ⬆️ bump on-headers by
@ctcpip
in expressjs/morgan#319New Contributors
@inigomarquinez
made their first contribution in expressjs/morgan#291@jonchurch
made their first contribution in expressjs/morgan#299@bjohansebas
made their first contribution in expressjs/morgan#301@UlisesGascon
made their first contribution in expressjs/morgan#300@ctcpip
made their first contribution in expressjs/morgan#319Full Changelog: https://github.com/expressjs/morgan/compare/1.10.0...1.10.1
1.10.0
- Add
:total-time
token- Fix trailing space in colored status code for
dev
format- deps: basic-auth@~2.0.1
- deps: safe-buffer@5.1.2
- deps: depd@~2.0.0
- Replace internal
eval
usage withFunction
constructor- Use instance methods on
process
to check for listeners- deps: on-headers@~1.0.2
- Fix
res.writeHead
patch missing return value
Changelog
Sourced from morgan's changelog.
1.10.1 / 2025-07-17
- deps: on-headers@~1.1.0
1.10.0 / 2020-03-20
- Add
:total-time
token- Fix trailing space in colored status code for
dev
format- deps: basic-auth@~2.0.1
- deps: safe-buffer@5.1.2
- deps: depd@~2.0.0
- Replace internal
eval
usage withFunction
constructor- Use instance methods on
process
to check for listeners- deps: on-headers@~1.0.2
- Fix
res.writeHead
patch missing return value
Commits
c1c7f10
🔖 1.10.1eb896c2
⬆️ bump on-headers1c3eec6
remove --bail (#314)b144728
ci: apply OSSF Scorecard security best practices (#300)68c2d21
ci: use ubuntu-latest (#301)8740a19
docs: add example output for log formats (#299)efd6bff
ci: migra to GitHub actions (#290)3b89789
ci: add support for OSSF scorecard reporting (#291)19a6aa5
docs: add installation sectionb94f3ff
docs: change simple to sample in example descriptions- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for morgan since your current version.
Updates path-to-regexp
from 0.1.10 to 0.1.12
Release notes
Sourced from path-to-regexp's releases.
Fix backtracking (again)
Fixed
- Improved backtracking protection for 0.1.x, will break some previously valid paths (see previous advisory: https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-9wv6-86v2-598j)
https://github.com/pillarjs/path-to-regexp/compare/v0.1.11...v0.1.12
Error on bad input
Changed
- Add error on bad input values 8f09549
https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.11
Commits
640e694
0.1.12f01c26a
Merge commit from fork0c71192
0.1.118f09549
Add error on bad input values- See full diff in compare view
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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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 conditions
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
2
+2532
-672
Package Dependencies
Security Advisories
path-to-regexp outputs backtracking regular expressions
cookie accepts cookie name, path, and domain with out of bounds characters
Mongoose search injection vulnerability
on-headers is vulnerable to http response header manipulation
Technical Details
ID: | 5834278 |
UUID: | 2775722806 |
Node ID: | PR_kwDOEhpEEc6lcis2 |
Host: | GitHub |
Repository: | navneetkarnani/vscode-devcontainer-nodejs-sample |
Merge State: | Unknown |