Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 16, 2024

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:

Package From To
express 4.17.1 4.19.2
@babel/traverse 7.12.12 7.24.7
ansi-regex 5.0.0 5.0.1
ansi-regex 4.1.0 5.0.1
async 2.6.3 2.6.4
glob-parent 5.1.1 5.1.2
@angular-devkit/build-angular 0.1100.7 18.0.4
json5 1.0.1 1.0.2
minimist 1.2.5 1.2.8
qs 6.5.2 6.5.3
karma 5.1.1 6.3.16
follow-redirects 1.13.2 1.15.6
json-schema 0.2.3 0.4.0
jsprim 1.4.1 1.4.2
jszip 3.5.0 3.10.1

Updates express from 4.18.2 to 4.19.2

Release notes

Sourced from express's releases.

4.19.2

What's Changed

Full Changelog: expressjs/express@4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog: expressjs/express@4.19.0...4.19.1

4.19.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.18.3...4.19.0

4.18.3

Main Changes

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

4.18.3 / 2024-02-29

Commits
  • 04bc627 4.19.2
  • da4d763 Improved fix for open redirect allow list bypass
  • 4f0f6cc 4.19.1
  • a003cfa Allow passing non-strings to res.location with new encoding handling checks f...
  • a1fa90f fixed un-edited version in history.md for 4.19.0
  • 11f2b1d build: fix build due to inconsistent supertest behavior in older versions
  • 084e365 4.19.0
  • 0867302 Prevent open redirect allow list bypass due to encodeurl
  • 567c9c6 Add note on how to update docs for new release (#5541)
  • 69a4cf2 deps: [email protected]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for express since your current version.


Updates nodemailer from 6.9.8 to 6.9.9

Release notes

Sourced from nodemailer's releases.

v6.9.9

6.9.9 (2024-02-01)

Bug Fixes

  • security: Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eternal matching pattern if only a few occurences are expected (dd8f5e8)
  • tests: Use native node test runner, added code coverage support, removed grunt (#1604) (be45c1b)
Changelog

Sourced from nodemailer's changelog.

6.9.9 (2024-02-01)

Bug Fixes

  • security: Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eternal matching pattern if only a few occurences are expected (dd8f5e8)
  • tests: Use native node test runner, added code coverage support, removed grunt (#1604) (be45c1b)
Commits

Updates @babel/traverse from 7.23.2 to 7.24.7

Release notes

Sourced from @​babel/traverse's releases.

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

v7.24.6 (2024-05-24)

Thanks @​amjed-98, @​blakewilson, @​coelhucas, and @​SukkaW for your first PRs!

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

🏠 Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6 (2024-05-24)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

🏠 Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

v7.24.5 (2024-04-29)

🐛 Bug Fix

  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

💅 Polish

  • babel-parser

... (truncated)

Commits

Updates @grpc/grpc-js from 1.9.13 to 1.9.15

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.9.15

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

@​grpc/grpc-js 1.9.14

  • Fix a bug that could rarely cause connection leaks (#2644)
  • Fix a bug that could cause clients to go IDLE incorrectly some time after calling waitForReady (#2643)
Commits
  • 08b0422 Merge pull request from GHSA-7v5v-9h63-cj86
  • c75e048 grpc-js: Bump to 1.9.15
  • d5d62b4 grpc-js: Avoid buffering significantly more than max_receive_message_size per...
  • 02d0344 Merge pull request #2741 from sergiitk/backport-1.9-psm-interop-common-prod-t...
  • cf14020 Merge pull request #2729 from sergiitk/psm-interop-common-prod-tests
  • da44229 Merge pull request #2738 from murgatroid99/backport-1.9-grpc-js_linkify-it_fix
  • 5ae7c8c Merge pull request #2735 from murgatroid99/grpc-js_linkify-it_fix
  • eed21ba Merge pull request #2714 from sergiitk/backport-1.9-psm-interop-pkg-dev
  • 63763a4 Merge pull request #2712 from sergiitk/psm-interop-pkg-dev
  • 5be83dd Merge pull request #2643 from murgatroid99/grpc-js_idle_timer_fix
  • Additional commits viewable in compare view

Updates express from 4.17.1 to 4.19.2

Release notes

Sourced from express's releases.

4.19.2

What's Changed

Full Changelog: expressjs/express@4.19.1...4.19.2

4.19.1

What's Changed

Full Changelog: expressjs/express@4.19.0...4.19.1

4.19.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.18.3...4.19.0

4.18.3

Main Changes

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

4.18.3 / 2024-02-29

Commits
  • 04bc627 4.19.2
  • da4d763 Improved fix for open redirect allow list bypass
  • 4f0f6cc 4.19.1
  • a003cfa Allow passing non-strings to res.location with new encoding handling checks f...
  • a1fa90f fixed un-edited version in history.md for 4.19.0
  • 11f2b1d build: fix build due to inconsistent supertest behavior in older versions
  • 084e365 4.19.0
  • 0867302 Prevent open redirect allow list bypass due to encodeurl
  • 567c9c6 Add note on how to update docs for new release (#5541)
  • 69a4cf2 deps: [email protected]
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for express since your current version.


Updates @babel/traverse from 7.12.12 to 7.24.7

Release notes

Sourced from @​babel/traverse's releases.

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

v7.24.6 (2024-05-24)

Thanks @​amjed-98, @​blakewilson, @​coelhucas, and @​SukkaW for your first PRs!

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

🏠 Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6 (2024-05-24)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

🏠 Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

v7.24.5 (2024-04-29)

🐛 Bug Fix

  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

💅 Polish

  • babel-parser

... (truncated)

Commits

Updates ansi-regex from 5.0.0 to 5.0.1

Release notes

Sourced from ansi-regex's releases.

v5.0.1

Fixes (backport of 6.0.1 to v5)

This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1, as requested in #38.

  • Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.

CVE-2021-3807

https://github.com/chalk/ansi-regex/compare/v5.0.0..v5.0.1

Thank you @​yetingli for the patch and reproduction case!

Commits

Updates ansi-regex from 4.1.0 to 5.0.1

Release notes

Sourced from ansi-regex's releases.

v5.0.1

Fixes (backport of 6.0.1 to v5)

This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1, as requested in #38.

  • Fix ReDoS in certain cases (#37) You are only really affected if you run the regex on untrusted user input in a server context, which it's very unlikely anyone is doing, since this regex is mainly used in command-line tools.

CVE-2021-3807

https://github.com/chalk/ansi-regex/compare/v5.0.0..v5.0.1

Thank you @​yetingli for the patch and reproduction case!

Commits

Updates async from 2.6.3 to 2.6.4

Changelog

Sourced from async's changelog.

v2.6.4

  • Fix potential prototype pollution exploit (#1828)
Commits
Maintainer changes

This version was pushed to npm by hargasinski, a new releaser for async since your current version.


Updates glob-parent from 5.1.1 to 5.1.2

Release notes

Sourced from glob-parent's releases.

v5.1.2

Bug Fixes

Changelog

Sourced from glob-parent's changelog.

5.1.2 (2021-03-06)

Bug Fixes

6.0.2 (2021-09-29)

Bug Fixes

6.0.1 (2021-07-20)

Bug Fixes

6.0.0 (2021-05-03)

⚠ BREAKING CHANGES

  • Correct mishandled escaped path separators (#34)
  • upgrade scaffold, dropping node <10 support

Bug Fixes

  • Correct mishandled escaped path separators (#34) (32f6d52), closes #32

Miscellaneous Chores

  • upgrade scaffold, dropping node <10 support (e83d0c5)
Commits

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
evil-shrike and others added 27 commits June 28, 2021 21:20
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
* Cloning applications
* Ability to share spreadsheets with current user from application
* Prevent static files caching
* Display configuration last update timestamp

Change-Id: I20e76b7694c480358856dadc717a28279e9a3d85
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

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant