Skip to content

Bump the npm_and_yarn group with 27 updates#27

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-447d360e5e
Open

Bump the npm_and_yarn group with 27 updates#27
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm_and_yarn-447d360e5e

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Bumps the npm_and_yarn group with 27 updates:

Package From To
express 4.18.2 4.19.2
markdown-it 12.0.1 12.3.2
nunjucks 3.2.3 3.2.4
micromatch 4.0.5 4.0.8
semver 5.7.1 5.7.2
@babel/traverse 7.21.5 7.25.6
protobufjs 6.11.3 7.4.0
@google-cloud/appengine-admin 2.1.2 3.3.0
@google-cloud/cloudbuild 2.6.0 4.5.0
@google-cloud/secret-manager 3.12.0 3.12.0
braces 1.8.5 3.0.3
gulp 4.0.2 5.0.0
chokidar 1.7.0 3.5.3
ejs 3.1.9 3.1.10
ws 8.13.0 8.18.0
socket.io-client 4.6.1 4.7.5
socket.io 4.6.1 4.7.5
@lhci/cli 0.7.2 0.14.0
puppeteer 19.11.1 23.3.0
follow-redirects 1.15.2 1.15.9
got 9.6.0 removed
ava 3.15.0 6.1.3
postcss 8.4.23 8.4.45
stylelint 13.13.1 16.9.0
stylelint-config-sass-guidelines 7.1.0 12.0.0
pug 3.0.2 3.0.3
word-wrap 1.2.3 1.2.5

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

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2

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

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@0.6.0

4.18.3 / 2024-02-29

  • Fix routing requests without method
  • deps: body-parser@1.20.2
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5
    • deps: raw-body@2.5.2
  • deps: cookie@0.6.0
    • Add partitioned option
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: cookie@0.6.0
  • 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 markdown-it from 12.0.1 to 12.3.2

Changelog

Sourced from markdown-it's changelog.

[12.3.2] - 2022-01-08

Security

[12.3.1] - 2022-01-07

Fixed

  • Fix corner case when tab prevents paragraph continuation in lists, #830.

[12.3.0] - 2021-12-09

Changed

  • StateInline.delimiters[].jump is removed.

Fixed

  • Fixed quadratic complexity in pathological ***<10k stars>***a***<10k stars>*** case.

[12.2.0] - 2021-08-02

Added

  • Ordered lists: add order value to token info.

Fixed

  • Always suffix indented code block with a newline, #799.

[12.1.0] - 2021-07-01

Changed

  • Updated CM spec compatibility to 0.30.

[12.0.6] - 2021-04-16

Fixed

  • Newline in alt should be rendered, #775.

[12.0.5] - 2021-04-15

Fixed

  • HTML block tags with === inside are no longer incorrectly interpreted as headers, #772.
  • Fix table/list parsing ambiguity, #767.

[12.0.4] - 2020-12-20

Fixed

  • Fix crash introduced in 12.0.3 when processing strikethrough (~~) and similar plugins, #742.
  • Avoid fenced token mutation, #745.

[12.0.3] - 2020-12-07

Fixed

... (truncated)

Commits

Updates nunjucks from 3.2.3 to 3.2.4

Release notes

Sourced from nunjucks's releases.

v3.2.4

What's Changed

Full Changelog: mozilla/nunjucks@v3.2.3...v3.2.4

Changelog

Sourced from nunjucks's changelog.

3.2.4 (Apr 13 2023)

  • HTML encode backslashes when expressions are passed through the escape filter (including when this is done automatically with autoescape). Merge of #1437.
Commits

Updates micromatch from 4.0.5 to 4.0.8

Release notes

Sourced from micromatch's releases.

4.0.8

Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.

Changelog

Sourced from micromatch's changelog.

[4.0.8] - 2024-08-22

[4.0.7] - 2024-05-22

  • this is basically v4.0.5, with some README updates
  • it is vulnerable to CVE-2024-4067
  • Updated braces to v3.0.3 to avoid CVE-2024-4068
  • does NOT break API compatibility

[4.0.6] - 2024-05-21

  • Added hasBraces to check if a pattern contains braces.
  • Fixes CVE-2024-4067
  • BREAKS API COMPATIBILITY
  • Should be labeled as a major release, but it's not.
Commits

Updates semver from 5.7.1 to 5.7.2

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

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


Updates @babel/traverse from 7.21.5 to 7.25.6

Release notes

Sourced from @​babel/traverse's releases.

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

🏠 Internal

Committers: 5

v7.25.5 (2024-08-23)

🐛 Bug Fix

  • babel-generator, babel-traverse

💅 Polish

Committers: 2

v7.25.4 (2024-08-22)

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.25.6 (2024-08-29)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

🏠 Internal

v7.25.5 (2024-08-23)

🐛 Bug Fix

💅 Polish

v7.25.4 (2024-08-22)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties

... (truncated)

Commits

Updates protobufjs from 6.11.3 to 7.4.0

Release notes

Sourced from protobufjs's releases.

protobufjs: v7.4.0

7.4.0 (2024-08-22)

Features

  • Add prepublishOnly script (0e4da8b)

Bug Fixes

protobufjs: v7.3.3

7.3.3 (2024-08-16)

Bug Fixes

  • handle nullability for optional fields (59569c1)

protobufjs: v7.3.2

7.3.2 (2024-06-12)

Bug Fixes

  • docs: Update readme to correct command for creating types (#1939) (0f9d477)
  • Also fixes an issue with 7.3.1, where the dist/ folder containing the build artifacts was missing on npm.

protobufjs: v7.3.1

7.3.1 (2024-06-05)

Bug Fixes

  • types: reserved field in IType can contain reserved names (#2001) (d1d2c0c)

protobufjs: v7.3.0

7.3.0 (2024-05-10)

Features

  • add handling for extension range options (#1990) (2d58011)

protobufjs: v7.2.6

7.2.6 (2024-01-16)

... (truncated)

Changelog

Sourced from protobufjs's changelog.

7.4.0 (2024-08-22)

Features

  • Add prepublishOnly script (0e4da8b)

Bug Fixes

7.3.3 (2024-08-16)

Bug Fixes

  • handle nullability for optional fields (59569c1)

7.3.2 (2024-06-12)

Bug Fixes

  • docs: Update readme to correct command for creating types (#1939) (0f9d477)

7.3.1 (2024-06-05)

Bug Fixes

  • types: reserved field in IType can contain reserved names (#2001) (d1d2c0c)

7.3.0 (2024-05-10)

Features

  • add handling for extension range options (#1990) (2d58011)

7.2.6 (2024-01-16)

Bug Fixes

  • report missing import properly in loadSync (#1960) (af3ff83)

7.2.5 (2023-08-21)

... (truncated)

Commits
  • 19e1fef Merge pull request #2024 from protobufjs/release-please--branches--master
  • 3d2e2f9 chore: release master
  • 4c02c5c Merge pull request #2023 from protobufjs/fix-missing-dist
  • 0e4da8b feat: Add prepublishOnly script
  • 28e3334 fix: include
  • 5b502e1 Merge pull request #2017 from protobufjs/release-please--branches--master
  • 01c96b5 chore: release master
  • 7be19d3 Merge pull request #2010 from LavissaWoW/typedef-fix
  • 59569c1 Merge pull request #2011 from martin-traverse/fix/typescript_optional_support
  • c478e1f Add braces to if/else clauses for readability on all code touched by this change
  • Additional commits viewable in compare view

Updates @google-cloud/appengine-admin from 2.1.2 to 3.3.0

Release notes

Sourced from @​google-cloud/appengine-admin's releases.

generativelanguage: v2.6.0

2.6.0 (2024-06-26)

Features

Changelog

Sourced from @​google-cloud/appengine-admin's changelog.

3.3.0 (2024-05-21)

Features

  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5350) (6c03873)
  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5351) (01f48fc)
  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5354) (a9784ed)

3.2.0 (2024-04-16)

Features

  • [Many APIs] support GOOGLE_CLOUD_UNIVERSE_DOMAIN environment variable (#5185) (cc54e98)

3.1.0 (2024-02-09)

Features

  • Trusted Private Cloud support, use the universeDomain parameter (#5022) (b6498d8)

3.0.1 (2023-09-06)

Bug Fixes

  • [Many APIs] simplify logic for HTTP/1.1 REST fallback option (#4583) (c3ddba8)

3.0.0 (2023-08-06)

⚠ BREAKING CHANGES

  • migrate to Node 14 (#4443)

Bug Fixes

Miscellaneous Chores

2.2.2 (2023-04-13)

Bug Fixes

... (truncated)

Commits

Updates @google-cloud/cloudbuild from 2.6.0 to 4.5.0

Release notes

Sourced from @​google-cloud/cloudbuild's releases.

kms: v4.5.0

4.5.0 (2024-06-21)

Features

  • [kms] support Key Access Justifications policy configuration (#5479) (a6a77c9)

gke-hub: v4.5.0

4.5.0 (2024-06-26)

Features

  • [gkehub] add a new field PENDING under DeploymentState enum (#5472) (dc87003)

datacatalog: v4.5.0

4.5.0 (2024-08-09)

Features

  • [datacatalog] add DataplexTransferStatus enum and field to TagTemplate (#5573) (bebe50e)

vision: v4.3.2

4.3.2 (2024-08-19)

Bug Fixes

vision: v4.3.1

4.3.1 (2024-08-09)

Bug Fixes

resource-settings: v4.0.0

4.0.0 (2024-06-05)

⚠ BREAKING CHANGES

  • [resourcesettings] Resource Settings is deprecated. As of November 7, 2023, no organizations will be onboarded for any of the enabled settings, and the service will be shut down on October 1, 2024 (#5420)

Documentation

... (truncated)

Changelog

Sourced from @​google-cloud/cloudbuild's changelog.

4.5.0 (2024-05-21)

Features

  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5351) (01f48fc)
  • [Many APIs] update Nodejs generator to send API versions in headers for GAPICs (#5354) (a9784ed)

4.4.0 (2024-03-29)

Features

  • [Many APIs] add several fields to manage state of database encryption update (#5192) (b926f13)

4.3.0 (2024-03-23)

Features

  • [cloudbuild] Add Bitbucket Data Center Config and Bitbucket Cloud config for Cloud Build Repositories (#5132) (334e7b9)

4.2.0 (2024-02-09)

Features

  • Trusted Private Cloud support, use the universeDomain parameter (#5028) (852f3eb)

4.1.1 (2024-01-23)

Bug Fixes

  • [Many APIs] improve retry logic for streaming API calls (#4968) (7fbf16c)

4.1.0 (2023-11-03)

Features

  • [cloudbuild] Add optional field "SourceFetcher" to choose source fetcher tool (#4784) (ff42e4e)

4.0.1 (2023-09-06)

Bug Fixes

  • [Many APIs] simplify logic for HTTP/1.1 REST fallback option (#4589) (07967ad)

... (truncated)

Commits
  • 18c40f4 build: [Many APIs] update gapic generator to allow individual location mixin ...
  • aed952e chore(deps): update dependency sinon to v18 (#5365)
  • 30376f3 chore: release main (#5363)
  • a4ab109 chore: [Many APIs] update copyright year (#5329)
  • 5067a61 chore: release main (#5181)
  • b926f13 feat: [Many APIs] add several fields to manage state of database encryption u...
  • 054cb8a chore: release main (#5136)
  • 334e7b9 feat: [cloudbuild] Add Bitbucket Data Center Config and Bitbucket Cloud confi...
  • 45aa7f1 chore(deps): update dependency gapic-tools to v0.4.0 (#5104)
  • e7b43e8 chore: upgrade c8 to v9 (#5066)
  • Additional commits viewable in compare view

Updates @google-cloud/secret-manager from 3.12.0 to 3.12.0

Changelog

Sourced from @​google-cloud/secret-manager's changelog.

Commits
  • See full diff in

Bumps the npm_and_yarn group with 27 updates:

| Package | From | To |
| --- | --- | --- |
| [express](https://github.com/expressjs/express) | `4.18.2` | `4.19.2` |
| [markdown-it](https://github.com/markdown-it/markdown-it) | `12.0.1` | `12.3.2` |
| [nunjucks](https://github.com/mozilla/nunjucks) | `3.2.3` | `3.2.4` |
| [micromatch](https://github.com/micromatch/micromatch) | `4.0.5` | `4.0.8` |
| [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.21.5` | `7.25.6` |
| [protobufjs](https://github.com/protobufjs/protobuf.js) | `6.11.3` | `7.4.0` |
| [@google-cloud/appengine-admin](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-appengine) | `2.1.2` | `3.3.0` |
| [@google-cloud/cloudbuild](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-devtools-cloudbuild) | `2.6.0` | `4.5.0` |
| [@google-cloud/secret-manager](https://github.com/googleapis/google-cloud-node/tree/HEAD/packages/google-cloud-secretmanager) | `3.12.0` | `3.12.0` |
| [braces](https://github.com/micromatch/braces) | `1.8.5` | `3.0.3` |
| [gulp](https://github.com/gulpjs/gulp) | `4.0.2` | `5.0.0` |
| [chokidar](https://github.com/paulmillr/chokidar) | `1.7.0` | `3.5.3` |
| [ejs](https://github.com/mde/ejs) | `3.1.9` | `3.1.10` |
| [ws](https://github.com/websockets/ws) | `8.13.0` | `8.18.0` |
| [socket.io-client](https://github.com/socketio/socket.io-client) | `4.6.1` | `4.7.5` |
| [socket.io](https://github.com/socketio/socket.io) | `4.6.1` | `4.7.5` |
| [@lhci/cli](https://github.com/GoogleChrome/lighthouse-ci) | `0.7.2` | `0.14.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `19.11.1` | `23.3.0` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.15.2` | `1.15.9` |
| [got](https://github.com/sindresorhus/got) | `9.6.0` | `removed` |
| [ava](https://github.com/avajs/ava) | `3.15.0` | `6.1.3` |
| [postcss](https://github.com/postcss/postcss) | `8.4.23` | `8.4.45` |
| [stylelint](https://github.com/stylelint/stylelint) | `13.13.1` | `16.9.0` |
| [stylelint-config-sass-guidelines](https://github.com/bjankord/stylelint-config-sass-guidelines) | `7.1.0` | `12.0.0` |
| [pug](https://github.com/pugjs/pug) | `3.0.2` | `3.0.3` |
| [word-wrap](https://github.com/jonschlinkert/word-wrap) | `1.2.3` | `1.2.5` |


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 `markdown-it` from 12.0.1 to 12.3.2
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@12.0.1...12.3.2)

Updates `nunjucks` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/mozilla/nunjucks/releases)
- [Changelog](https://github.com/mozilla/nunjucks/blob/master/CHANGELOG.md)
- [Commits](mozilla/nunjucks@v3.2.3...v3.2.4)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

Updates `semver` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

Updates `@babel/traverse` from 7.21.5 to 7.25.6
- [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.25.6/packages/babel-traverse)

Updates `protobufjs` from 6.11.3 to 7.4.0
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@v6.11.3...protobufjs-v7.4.0)

Updates `@google-cloud/appengine-admin` from 2.1.2 to 3.3.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-appengine/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/dms-v3.3.0/packages/google-appengine)

Updates `@google-cloud/cloudbuild` from 2.6.0 to 4.5.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-devtools-cloudbuild/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/kms-v4.5.0/packages/google-devtools-cloudbuild)

Updates `@google-cloud/secret-manager` from 3.12.0 to 3.12.0
- [Release notes](https://github.com/googleapis/google-cloud-node/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-secretmanager/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node/commits/aiplatform-v3.12.0/packages/google-cloud-secretmanager)

Updates `braces` from 1.8.5 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@1.8.5...3.0.3)

Updates `gulp` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](gulpjs/gulp@v4.0.2...v5.0.0)

Updates `chokidar` from 1.7.0 to 3.5.3
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](paulmillr/chokidar@1.7.0...3.5.3)

Updates `ejs` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

Updates `ws` from 8.13.0 to 8.18.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.13.0...8.18.0)

Updates `socket.io-client` from 4.6.1 to 4.7.5
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/4.7.5/CHANGELOG.md)
- [Commits](socketio/socket.io-client@4.6.1...4.7.5)

Updates `socket.io` from 4.6.1 to 4.7.5
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/4.7.5/CHANGELOG.md)
- [Commits](socketio/socket.io@4.6.1...4.7.5)

Updates `@lhci/cli` from 0.7.2 to 0.14.0
- [Release notes](https://github.com/GoogleChrome/lighthouse-ci/releases)
- [Commits](GoogleChrome/lighthouse-ci@v0.7.2...v0.14.0)

Updates `puppeteer` from 19.11.1 to 23.3.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v19.11.1...puppeteer-v23.3.0)

Updates `follow-redirects` from 1.15.2 to 1.15.9
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.9)

Removes `got`

Updates `ava` from 3.15.0 to 6.1.3
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](avajs/ava@v3.15.0...v6.1.3)

Updates `postcss` from 8.4.23 to 8.4.45
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.23...8.4.45)

Updates `stylelint` from 13.13.1 to 16.9.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@13.13.1...16.9.0)

Updates `stylelint-config-sass-guidelines` from 7.1.0 to 12.0.0
- [Release notes](https://github.com/bjankord/stylelint-config-sass-guidelines/releases)
- [Changelog](https://github.com/bjankord/stylelint-config-sass-guidelines/blob/main/CHANGELOG.md)
- [Commits](bjankord/stylelint-config-sass-guidelines@v7.1.0...v12.0.0)

Updates `pug` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.2...pug@3.0.3)

Updates `socket.io` from 4.6.1 to 4.7.5
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/4.7.5/CHANGELOG.md)
- [Commits](socketio/socket.io@4.6.1...4.7.5)

Updates `word-wrap` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: markdown-it
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: nunjucks
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: protobufjs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@google-cloud/appengine-admin"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@google-cloud/cloudbuild"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@google-cloud/secret-manager"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: gulp
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: chokidar
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: socket.io-client
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: socket.io
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@lhci/cli"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: puppeteer
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: got
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ava
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: postcss
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: stylelint
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: stylelint-config-sass-guidelines
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: pug
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: socket.io
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: word-wrap
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 10, 2024

The following labels could not be found: eng.

@netlify
Copy link

netlify bot commented Sep 10, 2024

Deploy Preview for jazzy-marshmallow-188f5f failed.

Name Link
🔨 Latest commit 5ca6428
🔍 Latest deploy log https://app.netlify.com/sites/jazzy-marshmallow-188f5f/deploys/66e077cbdcb48f00084c391d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants