-
Notifications
You must be signed in to change notification settings - Fork 1
Bump the npm_and_yarn group across 2 directories with 26 updates #27
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
Open
dependabot
wants to merge
67
commits into
main
Choose a base branch
from
dependabot/npm_and_yarn/backend/npm_and_yarn-0c590a2a93
base: main
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.
Open
Bump the npm_and_yarn group across 2 directories with 26 updates #27
dependabot
wants to merge
67
commits into
main
from
dependabot/npm_and_yarn/backend/npm_and_yarn-0c590a2a93
Conversation
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
VSCode-solution with backend (NodeJS Express server) and frontend (Angular).
Backend:
fully functional API for frontend:
- CRUD of Apps (list, save)
- CRUD of Configurations
- Loading feeds with validation rules
- Run execution
- Managing Scheduler job
- Generating SDF with file download and copying to GCS/Drive
- two form of auth (default and SA's keys)
- support IAP auth (validating jwt token)
- external APIs accessed under SA account (but Sheets shared with current user) - impersonation TBD
server components:
- DV360Facade: update IO/LI, SdfDownload, local cache
- FeedService:
- support JSON, JSONL, Spreadsheet, CSV, non-unicode files
- joins (any number of feeds)
- RuleEngine: ported from v1
- SdfGenerator: ported from v1
- FeedData: refactored to use RecordSet (moving away from array-based data)
- RecordSet: bug fixes
- SdfService: export generated sdf in zip
- unit-tests:
- ConfigService: load from Sheets
- DV360Facade: sdf download
- FeedService: load JSONL, joins
- types (RecordSet, FeedData)
- SdfService/SdfGenerator
- RuleEngine (WIP)
- SchedulerService
Frontend:
fully function Web app
- CRUD of apps
- editing configuration:
- managing scheduler job
- generating and downloading SDFs
- load and validate feeds (with rules), validate columns
- no test :(
Change-Id: Ibe5df6279ed6db8a0143d1704ce0dece1a77d55b
…getSegments and Campaign Run execution from client: API, streaming log (via Server Sent Events), EventList Angular component, intercepting console.log (very dangerous) server: disabled checking IAP's header (x-goog-iap-jwt-assertion) as Cloud Scheduler calls GAE avoiding IAP (sad) server: ConfigService: reading customFields fix + test Change-Id: Ic600365eed2f18d452c0e556ebae4d6e8560f692
Settings component to lists settings from server's EnvVars Fix: BE: ConfigService.updateApplicationList Fix: BE: DV360Facade.downloadSdf, SDF field names, export quoted CSV Change-Id: I771b26e997fe8578522304ef99ac83a506bdef66
Change-Id: If07eb434c822f52d623f5bb8bb9e094a050deae9
Change-Id: I000496ee431590bdeaee669dbe720eb11c76339f
BE: api: settings: returning service account name BE: ConfigService: - creatingApplication: more descriptive error message when creating an app with existing doc that the SA has no access to - loadCustomFields: fix FE: app-editor: fixed showing two dialogs for editing title Change-Id: I6aa8496c1c998c3d2b4b46fc745608e219f58023
…rt getting data by indexes (like $feed[1], where feed is a feed name and 1 is a column index). That $-array fields are ignored in UI BE: types: SDF: updated consts to SDF 5.3 spec FE: app-editor: fixed unsubscribing Form's valueChange observables , code clean up Change-Id: Ia10e14f691a0774c7a993bbfb680c067973e574b
…d (no feedsInfo.feeds is undefined) BE: SdfGenerator: preventing Infinite amounts in budget segments deployment: setup.sh Change-Id: I644bc83be279bee544533aa4d079d43c92d89fb1
Change-Id: Id83ad1f4a50f142283a91a9e6bef7e4ee2266078
Change-Id: I33ad7a974f6483feb7b6c25f1895d2fee9487479
…heet, creating oauth brand/client, enabling iap, granting user access to iap) Change-Id: I30dccd0e1f666d54616a0b606511520d7073c8ce
FE: address some linting warnings Change-Id: Ieb27293b56a27bb32ad3a1d3a6e68f31354d85fd
…ENV envvar), also added returning it in settings setup.sh: added writing envvars to app.yaml: SECURITY: IAP, EXPECTED_AUDIENCE (to extract and verify users) FE: [dev] forgotten eslint config README: Architecture Change-Id: Id445d3f5666c47a295ad7fc4f815ce5a37eda427
BE: fixes in status message for Sdf generation Change-Id: I8ed05d23d86a09d378eb86df5ff40e9fabd7b5c8
…n object (IO/LI) details are changed "/city" -> "/row", "/tier" -> "/rule" Change-Id: Ic3e7df898ff328358f69997ab2aaaa1efdf14b83
Change-Id: Iddb805a3ae6c8739632efc6b825311ef95e97386
Change-Id: I6d381156bfa6b9543589beffacd04c242d9e070b
README fixes Change-Id: I8ef7fd29fc77f8657234e9d8bd4c896c0ede6f2b
…e), introduced a dialog (ObjectDetailsDialogComponent) with row details Change-Id: Ib6cb3ee13ac66218471a0aa03bc1f7de2344f7ce
…gun) Updated versions and CHANGELOG Change-Id: Id1c55ff5637a2635e17017457c59ba6b6e7ffdcb
…eters: parent" setup: added missing enable of Cloud Scheduler API README: clarification on updating (git reset) code: package-lock.json rebuilt with latest npm 7.11 setup: added scripts/update.sh Change-Id: Ic0a8ba153895cb95edd8835de8305c988bb5e4f2
…rom config do exist in feed data) FE: remove dirty status after schedule saved Change-Id: I1f4f32098cb9313fafb7e2dbdd2433bbcf49fedf
…g into LI Change-Id: Id990b34b570dcfb98a23a24b2f4c58eb037f61c2
Change-Id: Ic74b8231fa59fea206034bc5b3be3a57afa1ad06
…or: Login Required.") SdfGenerator: - copy start/end dates from existing campaign on updating; - do not overwrite start date for existing campaign if it's in the past SdfService: fixed parsing of dates Change-Id: Ie4312f00a8391533e9a622649b3ef6e712687b36
Change-Id: I1dc615a50e742dda2978733b55ccd97c87a2b066
…sh fetches it from their if it doesn't exist locally setup: fix: update.sh made executable setup: setup.sh refactoring: added cli args to overwrite GAE location, title, user email app.yaml.copy: use basic scaling by default README: updating, scaling CHANGELOG Change-Id: I6328c66a3cf5b098ac6083e2d6e70ac4acfd3b1f
Rewrite of 'Run Execution' as AppEngine Std doesn't support Server-Sent Events BE: loadApplicationLists: returning job info setup: update.sh extracts and puts git commit hash into app.yaml, that git hash will be visible on Settings page in the app setup: sed calls made MacOS compatible Change-Id: I3d4081ef8d9eea47d183587f02c505db452da0e9
… and it breaks some things, e.g. fetching scheduler jobs) Change-Id: I2343ee8bab82e137ba7f10e3ad775d6c77c2c63e
…e transport removal), refactored to unify methods of synchronous run for Scheduler and asynchronous manual run (start/querystatus) BE: refactoring: validation has moved away from ConfigService to ConfigValidator Change-Id: I8b9215a2576170013f1a1e145ecbd2c2669dfe78
Change-Id: Ib1c137677c0d963966c8e2774a661e88edaf8a4c
tests: tests from ConfigValidator Change-Id: Ida77c88781905992ff0268e3e87207f8f63dba8e
Change-Id: I50089a196ff999eddea5cb7b1c84a778db5279b9
FE: app-list: displaying timestamp of last runs BE: workaround issue with google.auth.getProjectId (see googleapis/google-auth-library-nodejs#1211), introduced cloud-utils module project: updated deps Change-Id: I7777fd9b66d64db12d6ae75dae0538256c15e705
BE: CustomFields: support for evaluating JS-expressions (same as for rules) instead of just constants/column names BE: SdfGenerator: support list of geo codes fix: FE: changed impl method of auto scrolling in mat-dialogs w/o affecting dropdowns Change-Id: I28deb5fee306d185ab8f63f6f24b2eb90c04bfb3
Change-Id: I2e0b7b62ff23f4abdf960090b888817e19632c00
…ocedures) Change-Id: Ib383ea8bae02de9ec60a337ecff0d07d4f5f592d
…th-brand` and possible error while running setup.sh in a project outside a Cloud Organization Change-Id: Ic7e319a2770d442e09a3b47188c5348977ad8b04
…atory Change-Id: Id94846d6065a95b2a8e1f23a2e098866823c015f
Change-Id: I92cd0874049740af33108fec8ddbc4493c308f8c
…ates, so it was extended with using date/time types from the js-joda library) setup.sh: fixed running on MacOS update.sh: added prompt before doing git hard reset BE: config-service: fixed fetching application list (old non empty status displayed as empty configurations) Change-Id: I7bd6dc908e3a69b871037e73eb714c8f2f8be445
Change-Id: Iaf6f87e2a832577e538f8f4a1d35278cb0ab342c
Change-Id: I4de60c8615557585f665eaf2e1a7aaed3964025b
Change-Id: I68d28e40a57348114e853f9a29e89187467a1b84
…creatives not just one) v1.6.0 Change-Id: I5d9442b7f042e46ebd7a2f98573d719cb4306663
Change-Id: I9fbdc1efdb5d03bc8b501cf3186947b528d2d9c0
Added more checks for ConfigValidator.validateFeeds, execute ConfigValidator on loading joined result set from UI Change-Id: Ibbf44987ca368d48e78148a12064b0a942c42461
Change-Id: I20edd29248f3b523e5dcfe09a1235a264662d2cb
* added config.execution.notificationsEnabled, used in UI to notify user that email notifications are not set up * fields UI adjustments * displaying currently supported SDF version * displaying current year in copyright Change-Id: Ied8679b7d026509ad823101f6c52618b0a736904
Change-Id: I30cf5d646d121e29bb652e78065396f96faa8854
setup.sh: removed 'alpha' command from gcloud commands Change-Id: Ic48e228b02409e2f4c5a74214477cf59f9b9ec36
(actually just added two empty values into IO.BudgetSegments) sdf-generator: removed skipping generating adgroups if frequency_li is empty sdf-generator: added more logging setup: added a check for billing Change-Id: Ie76ae80c5920e374d397b1fa19640bb857f81c66
…ditor Change-Id: Icceb4e5303d14cdea9406ecc298328324fb4dc7a
Change-Id: I30b4374ff2fb4230c98e13d61fea3702bb8a73ea
Change-Id: Ida89e765a6adf5b204cbd972ceeb729e24e777c1
Bumps the npm_and_yarn group with 4 updates in the /backend directory: [express](https://github.com/expressjs/express), [nodemailer](https://github.com/nodemailer/nodemailer), [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) and [@grpc/grpc-js](https://github.com/grpc/grpc-node). Bumps the npm_and_yarn group with 14 updates in the /frontend directory: | Package | From | To | | --- | --- | --- | | [express](https://github.com/expressjs/express) | `4.17.1` | `4.19.2` | | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.12.12` | `7.24.7` | | [ansi-regex](https://github.com/chalk/ansi-regex) | `5.0.0` | `5.0.1` | | [ansi-regex](https://github.com/chalk/ansi-regex) | `4.1.0` | `5.0.1` | | [async](https://github.com/caolan/async) | `2.6.3` | `2.6.4` | | [glob-parent](https://github.com/gulpjs/glob-parent) | `5.1.1` | `5.1.2` | | [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `0.1100.7` | `18.0.4` | | [json5](https://github.com/json5/json5) | `1.0.1` | `1.0.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` | | [karma](https://github.com/karma-runner/karma) | `5.1.1` | `6.3.16` | | [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.13.2` | `1.15.6` | | [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` | | [jszip](https://github.com/Stuk/jszip) | `3.5.0` | `3.10.1` | Updates `express` from 4.18.2 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.18.2...4.19.2) Updates `nodemailer` from 6.9.8 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.9.8...v6.9.9) Updates `@babel/traverse` from 7.23.2 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 `@grpc/grpc-js` from 1.9.13 to 1.9.15 - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) 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.18.2...4.19.2) Updates `@babel/traverse` from 7.12.12 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 `ansi-regex` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1) Updates `ansi-regex` from 4.1.0 to 5.0.1 - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1) Updates `async` from 2.6.3 to 2.6.4 - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](caolan/async@v2.6.3...v2.6.4) Updates `glob-parent` from 5.1.1 to 5.1.2 - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) Updates `@angular-devkit/build-angular` from 0.1100.7 to 18.0.4 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/commits/18.0.4) Updates `braces` from 2.3.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/commits/3.0.3) Updates `yargs-parser` from 13.1.2 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](https://github.com/yargs/yargs-parser/commits/v18.1.3) 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 `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 `node-forge` from 0.10.0 to 1.3.1 - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](digitalbazaar/forge@0.10.0...v1.3.1) 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 `karma` from 5.1.1 to 6.3.16 - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](karma-runner/karma@v5.1.1...v6.3.16) Updates `loader-utils` from 1.2.3 to 2.0.4 - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.2.3...v2.0.4) Updates `dns-packet` from 1.3.1 to 5.6.1 - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](mafintosh/dns-packet@v1.3.1...v5.6.1) Updates `ws` from 6.2.1 to 8.11.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@6.2.1...8.11.0) Updates `follow-redirects` from 1.13.2 to 1.15.6 - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.13.2...v1.15.6) 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 `jszip` from 3.5.0 to 3.10.1 - [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md) - [Commits](Stuk/jszip@v3.5.0...v3.10.1) Updates `log4js` from 6.3.0 to 6.9.1 - [Changelog](https://github.com/log4js-node/log4js-node/blob/master/CHANGELOG.md) - [Commits](log4js-node/log4js-node@v6.3.0...v6.9.1) Updates `postcss` from 7.0.21 to 8.4.38 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@7.0.21...8.4.38) Updates `socket.io-parser` from 3.3.2 to 4.2.4 - [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.2...4.2.4) Updates `webpack-dev-middleware` from 3.7.2 to 7.2.1 - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md) - [Commits](webpack/webpack-dev-middleware@v3.7.2...v7.2.1) --- updated-dependencies: - dependency-name: express dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: nodemailer 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: express dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/traverse" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ansi-regex dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ansi-regex dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: async dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: glob-parent dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: braces dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: yargs-parser dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: json5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: minimist dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: node-forge dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: qs dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: karma dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: loader-utils dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: dns-packet dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: ws dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: follow-redirects 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: jszip dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: log4js dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: postcss dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: socket.io-parser dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: webpack-dev-middleware dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
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 4 updates in the /backend directory: express, nodemailer, @babel/traverse and @grpc/grpc-js.
Bumps the npm_and_yarn group with 14 updates in the /frontend directory:
4.17.14.19.27.12.127.24.75.0.05.0.14.1.05.0.12.6.32.6.45.1.15.1.20.1100.718.0.41.0.11.0.21.2.51.2.86.5.26.5.35.1.16.3.161.13.21.15.60.2.30.4.01.4.11.4.23.5.03.10.1Updates
expressfrom 4.18.2 to 4.19.2Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
Commits
04bc6274.19.2da4d763Improved fix for open redirect allow list bypass4f0f6cc4.19.1a003cfaAllow passing non-strings to res.location with new encoding handling checks f...a1fa90ffixed un-edited version in history.md for 4.19.011f2b1dbuild: fix build due to inconsistent supertest behavior in older versions084e3654.19.00867302Prevent open redirect allow list bypass due to encodeurl567c9c6Add note on how to update docs for new release (#5541)69a4cf2deps: [email protected]Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Updates
nodemailerfrom 6.9.8 to 6.9.9Release notes
Sourced from nodemailer's releases.
Changelog
Sourced from nodemailer's changelog.
Commits
5a2e10fchore(master): release 6.9.9 [skip-ci] (#1606)dd8f5e8fix(security): Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eterna...2c2b46achore: do not use caret in version specifierbe45c1bfix(tests): Use native node test runner, added code coverage support, removed...Updates
@babel/traversefrom 7.23.2 to 7.24.7Release notes
Sourced from
@babel/traverse's releases.... (truncated)
Changelog
Sourced from
@babel/traverse's changelog.... (truncated)
Commits
bf1e9a3v7.24.74463aa5fix: incorrectconstantViolationswith destructuring (#16522)07bd000ImprovegetBindingIdentifiers(#16544)17a5502[Babel 8] Removeextra.shorthand(#16521)7934963Usetype: modulein allpackage.jsons (#16535)9630250v7.24.61f010dfExplicitly defineNodePath.prototype.*(#16488)6e3539b[babel 8] Publish.d.tsfiles for every package (#16416)e37e64dUse eslint v9 (#16479)3ff20b9Statically generate boilerplate for bitfield accessors (#16482)Updates
@grpc/grpc-jsfrom 1.9.13 to 1.9.15Release notes
Sourced from
@grpc/grpc-js's releases.Commits
08b0422Merge pull request from GHSA-7v5v-9h63-cj86c75e048grpc-js: Bump to 1.9.15d5d62b4grpc-js: Avoid buffering significantly more than max_receive_message_size per...02d0344Merge pull request #2741 from sergiitk/backport-1.9-psm-interop-common-prod-t...cf14020Merge pull request #2729 from sergiitk/psm-interop-common-prod-testsda44229Merge pull request #2738 from murgatroid99/backport-1.9-grpc-js_linkify-it_fix5ae7c8cMerge pull request #2735 from murgatroid99/grpc-js_linkify-it_fixeed21baMerge pull request #2714 from sergiitk/backport-1.9-psm-interop-pkg-dev63763a4Merge pull request #2712 from sergiitk/psm-interop-pkg-dev5be83ddMerge pull request #2643 from murgatroid99/grpc-js_idle_timer_fixUpdates
expressfrom 4.17.1 to 4.19.2Release notes
Sourced from express's releases.
... (truncated)
Changelog
Sourced from express's changelog.
Commits
04bc6274.19.2da4d763Improved fix for open redirect allow list bypass4f0f6cc4.19.1a003cfaAllow passing non-strings to res.location with new encoding handling checks f...a1fa90ffixed un-edited version in history.md for 4.19.011f2b1dbuild: fix build due to inconsistent supertest behavior in older versions084e3654.19.00867302Prevent open redirect allow list bypass due to encodeurl567c9c6Add note on how to update docs for new release (#5541)69a4cf2deps: [email protected]Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Updates
@babel/traversefrom 7.12.12 to 7.24.7Release notes
Sourced from
@babel/traverse's releases.... (truncated)
Changelog
Sourced from
@babel/traverse's changelog.... (truncated)
Commits
bf1e9a3v7.24.74463aa5fix: incorrectconstantViolationswith destructuring (#16522)07bd000ImprovegetBindingIdentifiers(#16544)17a5502[Babel 8] Removeextra.shorthand(#16521)7934963Usetype: modulein allpackage.jsons (#16535)9630250v7.24.61f010dfExplicitly defineNodePath.prototype.*(#16488)6e3539b[babel 8] Publish.d.tsfiles for every package (#16416)e37e64dUse eslint v9 (#16479)3ff20b9Statically generate boilerplate for bitfield accessors (#16482)Updates
ansi-regexfrom 5.0.0 to 5.0.1Release notes
Sourced from ansi-regex's releases.
Commits
a9babce5.0.14657833fix incorrect formatc3c0b3fFix potential ReDoS (#37)178363bMove to GitHub Actions (#35)0755e66Add@Qix- to funding.ymlUpdates
ansi-regexfrom 4.1.0 to 5.0.1Release notes
Sourced from ansi-regex's releases.
Commits
a9babce5.0.14657833fix incorrect formatc3c0b3fFix potential ReDoS (#37)178363bMove to GitHub Actions (#35)0755e66Add@Qix- to funding.ymlUpdates
asyncfrom 2.6.3 to 2.6.4Changelog
Sourced from async's changelog.
Commits
c6bdacaVersion 2.6.48870da9Update built files4df6754update changelog8f7f903Fix prototype pollution vulnerability (#1828)Maintainer changes
This version was pushed to npm by hargasinski, a new releaser for async since your current version.
Updates
glob-parentfrom 5.1.1 to 5.1.2Release notes
Sourced from glob-parent's releases.
Changelog
Sourced from glob-parent's changelog.
Commits
eb2c439chore: update changelog12bcb6cchore: release 5.1.2f923116fix: eliminate ReDoS (#36<...Description has been truncated