Skip to content
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

Bump the npm_and_yarn group with 72 updates #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps the npm_and_yarn group with 75 updates:

Package From To
body-parser 1.18.2 1.20.3
express 4.16.2 4.21.0
morgan 1.9.0 1.9.1
passport 0.3.2 0.7.0
axios 0.9.1 0.28.0
moment 2.20.1 2.29.4
ajv 4.11.8 6.12.6
request 2.83.0 2.88.2
fsevents 1.1.2 2.3.3
browser-sync 2.23.6 2.29.3
bl 1.2.1 1.2.3
qs 6.2.1 6.4.0
send 0.15.2 0.16.2
serve-static 1.12.2 1.13.2
browserify-sign 4.0.4 4.2.3
cached-path-relative 1.0.1 1.1.0
deap 1.0.0 1.0.1
debug 2.6.8 2.6.9
deep-extend 0.4.2 0.6.0
rc 1.2.1 1.2.8
gulp-stylelint 1.1.0 13.0.0
diff 1.4.0 5.2.0
mocha 2.5.3 10.7.3
dot-prop 4.2.0 4.2.1
lodash 4.17.5 4.17.21
gulp 3.9.1 5.0.0
elliptic 6.4.0 6.5.7
extend 3.0.1 3.0.2
follow-redirects 0.0.7 1.15.9
fsevents 1.1.2 1.2.13
fstream 1.0.11 1.0.12
ini 1.3.4 1.3.8
json-schema 0.2.3 0.4.0
jsprim 1.4.1 1.4.2
jsprim 1.4.0 1.4.2
minimatch 3.0.4 3.0.8
minimist 1.2.0 1.2.8
mkdirp 0.5.1 0.5.6
sshpk 1.13.1 1.18.0
sshpk 1.13.0 1.18.0
stringstream 0.0.5 0.0.6
got 6.7.1 removed
nodemon 1.12.1 3.1.4
http-proxy 1.15.2 1.18.1
js-yaml 3.7.0 3.14.1
cssnano 3.10.0 7.0.6
json5 0.5.1 2.2.3
babelify 7.3.0 10.0.0
lodash.template 3.6.2 removed
gulp-notify 2.2.0 5.0.0
gulp-postcss 6.4.0 10.0.0
gulp-sass 2.3.2 5.1.0
gulp-uglify 1.5.4 3.0.2
node-notifier 4.6.1 10.0.1
path-to-regexp 0.1.7 0.1.10
postcss 5.2.18 8.4.47
autoprefixer 6.7.7 10.4.20
css-mqpacker 4.0.1 7.0.0
lost 6.8.1 9.0.2
pixrem 3.0.2 5.0.0
postcss-discard-duplicates 2.1.0 7.0.1
postcss-reporter 1.4.1 7.1.0
postcss-scss 0.1.9 4.0.9
postcss-unique-selectors 2.0.2 7.0.3
stylelint 5.4.0 16.9.0
randomatic 1.1.7 3.1.1
fill-range 2.2.3 2.2.4
yargs-parser 4.2.1 20.2.9
shell-quote 1.6.1 1.8.1
socket.io 2.0.4 4.7.5
socket.io-parser 3.1.2 4.2.4
undefsafe 0.0.3 2.0.5
ws 3.3.3 8.17.1
xmlhttprequest-ssl 1.5.5 2.0.0
y18n 3.2.1 5.0.8

Updates body-parser from 1.18.2 to 1.20.3

Release notes

Sourced from body-parser's releases.

1.20.3

What's Changed

Important

  • deps: [email protected]
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity). Documentation

Other changes

New Contributors

Full Changelog: expressjs/body-parser@1.20.2...1.20.3

1.20.2

  • Fix strict json error message on Node.js 19+
  • deps: content-type@~1.0.5
    • perf: skip value escaping when unnecessary
  • deps: [email protected]

1.20.1

1.20.0

... (truncated)

Changelog

Sourced from body-parser's changelog.

1.20.3 / 2024-09-10

  • deps: [email protected]
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)

1.20.2 / 2023-02-21

  • Fix strict json error message on Node.js 19+
  • deps: content-type@~1.0.5
    • perf: skip value escaping when unnecessary
  • deps: [email protected]

1.20.1 / 2022-10-06

1.20.0 / 2022-04-02

1.19.2 / 2022-02-15

1.19.1 / 2021-12-10

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.


Updates express from 4.16.2 to 4.21.0

Release notes

Sourced from express's releases.

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

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

  • Fix routing requests without method
  • deps: [email protected]
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5

... (truncated)

Commits
Maintainer changes

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


Updates express from 4.16.2 to 4.21.0

Release notes

Sourced from express's releases.

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

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

  • Fix routing requests without method
  • deps: [email protected]
    • Fix strict json error message on Node.js 19+
    • deps: content-type@~1.0.5

... (truncated)

Commits
Maintainer changes

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


Updates morgan from 1.9.0 to 1.9.1

Release notes

Sourced from morgan's releases.

1.9.1

  • Fix using special characters in format
  • deps: depd@~1.1.2
    • perf: remove argument reassignment
Changelog

Sourced from morgan's changelog.

1.9.1 / 2018-09-10

  • Fix using special characters in format
  • deps: depd@~1.1.2
    • perf: remove argument reassignment
Commits

Updates passport from 0.3.2 to 0.7.0

Changelog

Sourced from passport's changelog.

[0.7.0] - 2023-11-27

Changed

  • Set req.authInfo by default when using the assignProperty option to authenticate() middleware. This makes the behavior the same as when not using the option, and can be disabled by setting authInfo option to false.

[0.6.0] - 2022-05-20

Added

  • authenticate(), req#login, and req#logout accept a keepSessionInfo: true option to keep session information after regenerating the session.

Changed

  • req#login() and req#logout() regenerate the the session and clear session information by default.
  • req#logout() is now an asynchronous function and requires a callback function as the last argument.

Security

  • Improved robustness against session fixation attacks in cases where there is physical access to the same system or the application is susceptible to cross-site scripting (XSS).

[0.5.3] - 2022-05-16

Fixed

  • initialize() middleware extends request with login(), logIn(), logout(), logOut(), isAuthenticated(), and isUnauthenticated() functions again, reverting change from 0.5.1.

[0.5.2] - 2021-12-16

Fixed

  • Introduced a compatibility layer for strategies that depend directly on [email protected] or earlier (such as passport-azure-ad), which were broken by the removal of private variables in [email protected].

[0.5.1] - 2021-12-15

Added

  • Informative error message in session strategy if session support is not available.

Changed

  • authenticate() middleware, rather than initialize() middleware, extends request with login(), logIn(), logout(), logOut(), isAuthenticated(), and isUnauthenticated() functions.

[0.5.0] - 2021-09-23

... (truncated)

Commits
  • 33b92f9 0.7.0
  • 8dd8ec5 Update changelog.
  • 2815dc9 Merge pull request #1012 from jaredhanson/authinfo-assignprop
  • 0f2f81c Fix test to allow setting of authInfo with assignProperty.
  • b4e4cff Fix test to allow setting of authInfo from authorize call.
  • da379a0 Merge branch 'master' into authinfo-assignprop
  • cfdbd4a Update sponsors.
  • 6cc8a7c Update sponsors.
  • b6ab747 Update sponsors.
  • c521bc8 Add FusionAuth as sponsor.
  • Additional commits viewable in compare view

Updates axios from 0.9.1 to 0.28.0

Release notes

Sourced from axios's releases.

Release v0.28.0

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

v0.27.2

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

v0.27.1

Fixes and Functionality:

  • Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
  • Bumped follow-redirects to ^1.14.9 (#4615)

... (truncated)

Changelog

Sourced from axios's changelog.

0.28.0 (2024-02-12)

Release notes:

Bug Fixes

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

0.27.2 (April 27, 2022)

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

0.27.1 (April 26, 2022)

... (truncated)

Commits
  • 3b7635a [Release] v0.28.0 (#6211)
  • 27c0076 feat(backport): added ability for paramsSerializer to handle function; (#6227)
  • 80c3d74 chore(ci): backported publish action; (#6224)
  • 2755df5 fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to ...
  • 880b42e docs: Fix a typo in README
  • c4bf0a4 Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • 1e2679f fix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...
  • 80b546c fix: loosing request header (#4858) (#4871)
  • 6acb5ef feat: brower platform add data protocol. (#4814)
  • bbb2264 fix(typing): axios response headers can be undefined (#4813)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates moment from 2.20.1 to 2.29.4

Changelog

Sourced from moment's changelog.

2.29.4

  • Release Jul 6, 2022
    • #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex

2.29.3 Full changelog

  • Release Apr 17, 2022
    • #5995 [bugfix] Remove const usage
    • #5990 misc: fix advisory link

2.29.2 See full changelog

  • Release Apr 3 2022

Address GHSA-8hfj-j24r-96c4

2.29.1 See full changelog

  • Release Oct 6, 2020

Updated deprecation message, bugfix in hi locale

2.29.0 See full changelog

  • Release Sept 22, 2020

New locales (es-mx, bn-bd). Minor bugfixes and locale improvements. More tests. Moment is in maintenance mode. Read more at this link: https://momentjs.com/docs/#/-project-status/

2.28.0 See full changelog

  • Release Sept 13, 2020

Fix bug where .format() modifies original instance, and locale updates

2.27.0 See full changelog

  • Release June 18, 2020

Added Turkmen locale, other locale improvements, slight TypeScript fixes

2.26.0 See full changelog

  • Release May 19, 2020

... (truncated)

Commits

Bumps the npm_and_yarn group with 75 updates:

| Package | From | To |
| --- | --- | --- |
| [body-parser](https://github.com/expressjs/body-parser) | `1.18.2` | `1.20.3` |
| [express](https://github.com/expressjs/express) | `4.16.2` | `4.21.0` |
| [morgan](https://github.com/expressjs/morgan) | `1.9.0` | `1.9.1` |
| [passport](https://github.com/jaredhanson/passport) | `0.3.2` | `0.7.0` |
| [axios](https://github.com/axios/axios) | `0.9.1` | `0.28.0` |
| [moment](https://github.com/moment/moment) | `2.20.1` | `2.29.4` |
| [ajv](https://github.com/ajv-validator/ajv) | `4.11.8` | `6.12.6` |
| [request](https://github.com/request/request) | `2.83.0` | `2.88.2` |
| [fsevents](https://github.com/fsevents/fsevents) | `1.1.2` | `2.3.3` |
| [browser-sync](https://github.com/BrowserSync/browser-sync) | `2.23.6` | `2.29.3` |
| [bl](https://github.com/rvagg/bl) | `1.2.1` | `1.2.3` |
| [qs](https://github.com/ljharb/qs) | `6.2.1` | `6.4.0` |
| [send](https://github.com/pillarjs/send) | `0.15.2` | `0.16.2` |
| [serve-static](https://github.com/expressjs/serve-static) | `1.12.2` | `1.13.2` |
| [browserify-sign](https://github.com/crypto-browserify/browserify-sign) | `4.0.4` | `4.2.3` |
| [cached-path-relative](https://github.com/ashaffer/cached-path-relative) | `1.0.1` | `1.1.0` |
| [deap](https://github.com/selfcontained/deap) | `1.0.0` | `1.0.1` |
| [debug](https://github.com/debug-js/debug) | `2.6.8` | `2.6.9` |
| [deep-extend](https://github.com/unclechu/node-deep-extend) | `0.4.2` | `0.6.0` |
| [rc](https://github.com/dominictarr/rc) | `1.2.1` | `1.2.8` |
| [gulp-stylelint](https://github.com/olegskl/gulp-stylelint) | `1.1.0` | `13.0.0` |
| [diff](https://github.com/kpdecker/jsdiff) | `1.4.0` | `5.2.0` |
| [mocha](https://github.com/mochajs/mocha) | `2.5.3` | `10.7.3` |
| [dot-prop](https://github.com/sindresorhus/dot-prop) | `4.2.0` | `4.2.1` |
| [lodash](https://github.com/lodash/lodash) | `4.17.5` | `4.17.21` |
| [gulp](https://github.com/gulpjs/gulp) | `3.9.1` | `5.0.0` |
| [elliptic](https://github.com/indutny/elliptic) | `6.4.0` | `6.5.7` |
| [extend](https://github.com/justmoon/node-extend) | `3.0.1` | `3.0.2` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `0.0.7` | `1.15.9` |
| [fsevents](https://github.com/fsevents/fsevents) | `1.1.2` | `1.2.13` |
| [fstream](https://github.com/npm/fstream) | `1.0.11` | `1.0.12` |
| [ini](https://github.com/npm/ini) | `1.3.4` | `1.3.8` |
| [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` |
| [jsprim](https://github.com/joyent/node-jsprim) | `1.4.0` | `1.4.2` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.0.4` | `3.0.8` |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.0` | `1.2.8` |
| [mkdirp](https://github.com/isaacs/node-mkdirp) | `0.5.1` | `0.5.6` |
| [sshpk](https://github.com/joyent/node-sshpk) | `1.13.1` | `1.18.0` |
| [sshpk](https://github.com/joyent/node-sshpk) | `1.13.0` | `1.18.0` |
| [stringstream](https://github.com/mhart/StringStream) | `0.0.5` | `0.0.6` |
| [got](https://github.com/sindresorhus/got) | `6.7.1` | `removed` |
| [nodemon](https://github.com/remy/nodemon) | `1.12.1` | `3.1.4` |
| [http-proxy](https://github.com/http-party/node-http-proxy) | `1.15.2` | `1.18.1` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `3.7.0` | `3.14.1` |
| [cssnano](https://github.com/cssnano/cssnano) | `3.10.0` | `7.0.6` |
| [json5](https://github.com/json5/json5) | `0.5.1` | `2.2.3` |
| [babelify](https://github.com/babel/babelify) | `7.3.0` | `10.0.0` |
| [lodash.template](https://github.com/lodash/lodash) | `3.6.2` | `removed` |
| [gulp-notify](https://github.com/mikaelbr/gulp-notify) | `2.2.0` | `5.0.0` |
| [gulp-postcss](https://github.com/postcss/gulp-postcss) | `6.4.0` | `10.0.0` |
| [gulp-sass](https://github.com/dlmanning/gulp-sass) | `2.3.2` | `5.1.0` |
| [gulp-uglify](https://github.com/terinjokes/gulp-uglify) | `1.5.4` | `3.0.2` |
| [node-notifier](https://github.com/mikaelbr/node-notifier) | `4.6.1` | `10.0.1` |
| [path-to-regexp](https://github.com/pillarjs/path-to-regexp) | `0.1.7` | `0.1.10` |
| [postcss](https://github.com/postcss/postcss) | `5.2.18` | `8.4.47` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `6.7.7` | `10.4.20` |
| [css-mqpacker](https://github.com/hail2u/node-css-mqpacker) | `4.0.1` | `7.0.0` |
| [lost](https://github.com/peterramsing/lost) | `6.8.1` | `9.0.2` |
| [pixrem](https://github.com/robwierzbowski/node-pixrem) | `3.0.2` | `5.0.0` |
| [postcss-discard-duplicates](https://github.com/cssnano/cssnano) | `2.1.0` | `7.0.1` |
| [postcss-reporter](https://github.com/postcss/postcss-reporter) | `1.4.1` | `7.1.0` |
| [postcss-scss](https://github.com/postcss/postcss-scss) | `0.1.9` | `4.0.9` |
| [postcss-unique-selectors](https://github.com/cssnano/cssnano) | `2.0.2` | `7.0.3` |
| [stylelint](https://github.com/stylelint/stylelint) | `5.4.0` | `16.9.0` |
| [randomatic](https://github.com/jonschlinkert/randomatic) | `1.1.7` | `3.1.1` |
| [fill-range](https://github.com/jonschlinkert/fill-range) | `2.2.3` | `2.2.4` |
| [yargs-parser](https://github.com/yargs/yargs-parser) | `4.2.1` | `20.2.9` |
| [shell-quote](https://github.com/ljharb/shell-quote) | `1.6.1` | `1.8.1` |
| [socket.io](https://github.com/socketio/socket.io) | `2.0.4` | `4.7.5` |
| [socket.io-parser](https://github.com/Automattic/socket.io-parser) | `3.1.2` | `4.2.4` |
| [undefsafe](https://github.com/remy/undefsafe) | `0.0.3` | `2.0.5` |
| [ws](https://github.com/websockets/ws) | `3.3.3` | `8.17.1` |
| [xmlhttprequest-ssl](https://github.com/mjwwit/node-XMLHttpRequest) | `1.5.5` | `2.0.0` |
| [y18n](https://github.com/yargs/y18n) | `3.2.1` | `5.0.8` |


Updates `body-parser` from 1.18.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.18.2...1.20.3)

Updates `express` from 4.16.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](expressjs/express@4.16.2...4.21.0)

Updates `express` from 4.16.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](expressjs/express@4.16.2...4.21.0)

Updates `morgan` from 1.9.0 to 1.9.1
- [Release notes](https://github.com/expressjs/morgan/releases)
- [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md)
- [Commits](expressjs/morgan@1.9.0...1.9.1)

Updates `passport` from 0.3.2 to 0.7.0
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md)
- [Commits](jaredhanson/passport@v0.3.2...v0.7.0)

Updates `axios` from 0.9.1 to 0.28.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](axios/axios@v0.9.1...v0.28.0)

Updates `moment` from 2.20.1 to 2.29.4
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.20.1...2.29.4)

Updates `ajv` from 4.11.8 to 6.12.6
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@4.11.8...v6.12.6)

Updates `request` from 2.83.0 to 2.88.2
- [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md)
- [Commits](https://github.com/request/request/commits)

Updates `fsevents` from 1.1.2 to 2.3.3
- [Release notes](https://github.com/fsevents/fsevents/releases)
- [Commits](fsevents/fsevents@v1.1.2...v2.3.3)

Updates `browser-sync` from 2.23.6 to 2.29.3
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](BrowserSync/browser-sync@v2.23.6...v2.29.3)

Updates `bl` from 1.2.1 to 1.2.3
- [Release notes](https://github.com/rvagg/bl/releases)
- [Changelog](https://github.com/rvagg/bl/blob/master/CHANGELOG.md)
- [Commits](rvagg/bl@v1.2.1...v1.2.3)

Updates `qs` from 6.2.1 to 6.4.0
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.2.1...v6.4.0)

Updates `send` from 0.15.2 to 0.16.2
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.15.2...0.16.2)

Updates `serve-static` from 1.12.2 to 1.13.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md)
- [Commits](expressjs/serve-static@v1.12.2...v1.13.2)

Updates `browserify-sign` from 4.0.4 to 4.2.3
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.0.4...v4.2.3)

Updates `cached-path-relative` from 1.0.1 to 1.1.0
- [Commits](https://github.com/ashaffer/cached-path-relative/commits)

Updates `deap` from 1.0.0 to 1.0.1
- [Commits](https://github.com/selfcontained/deap/commits)

Updates `debug` from 2.6.8 to 2.6.9
- [Release notes](https://github.com/debug-js/debug/releases)
- [Changelog](https://github.com/debug-js/debug/blob/2.6.9/CHANGELOG.md)
- [Commits](debug-js/debug@2.6.8...2.6.9)

Updates `deep-extend` from 0.4.2 to 0.6.0
- [Changelog](https://github.com/unclechu/node-deep-extend/blob/master/CHANGELOG.md)
- [Commits](unclechu/node-deep-extend@v0.4.2...v0.6.0)

Updates `rc` from 1.2.1 to 1.2.8
- [Commits](https://github.com/dominictarr/rc/commits)

Updates `gulp-stylelint` from 1.1.0 to 13.0.0
- [Release notes](https://github.com/olegskl/gulp-stylelint/releases)
- [Commits](olegskl/gulp-stylelint@1.1.0...v13.0.0)

Updates `diff` from 1.4.0 to 5.2.0
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](kpdecker/jsdiff@v1.4.0...v5.2.0)

Updates `mocha` from 2.5.3 to 10.7.3
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v2.5.3...v10.7.3)

Updates `dot-prop` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](sindresorhus/dot-prop@v4.2.0...v4.2.1)

Updates `lodash` from 4.17.5 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.5...4.17.21)

Updates `gulp` from 3.9.1 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@v3.9.1...v5.0.0)

Updates `elliptic` from 6.4.0 to 6.5.7
- [Commits](indutny/elliptic@v6.4.0...v6.5.7)

Updates `extend` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/justmoon/node-extend/blob/main/CHANGELOG.md)
- [Commits](justmoon/node-extend@v3.0.1...v3.0.2)

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

Updates `fsevents` from 1.1.2 to 1.2.13
- [Release notes](https://github.com/fsevents/fsevents/releases)
- [Commits](fsevents/fsevents@v1.1.2...v2.3.3)

Updates `fstream` from 1.0.11 to 1.0.12
- [Commits](npm/fstream@v1.0.11...v1.0.12)

Updates `ini` from 1.3.4 to 1.3.8
- [Release notes](https://github.com/npm/ini/releases)
- [Changelog](https://github.com/npm/ini/blob/main/CHANGELOG.md)
- [Commits](npm/ini@v1.3.4...v1.3.8)

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 `jsprim` from 1.4.0 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 `minimatch` from 3.0.4 to 3.0.8
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.8)

Updates `minimist` from 1.2.0 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](minimistjs/minimist@v1.2.0...v1.2.8)

Updates `mkdirp` from 0.5.1 to 0.5.6
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-mkdirp@0.5.1...v0.5.6)

Updates `sshpk` from 1.13.1 to 1.18.0
- [Release notes](https://github.com/joyent/node-sshpk/releases)
- [Commits](https://github.com/joyent/node-sshpk/commits)

Updates `sshpk` from 1.13.0 to 1.18.0
- [Release notes](https://github.com/joyent/node-sshpk/releases)
- [Commits](https://github.com/joyent/node-sshpk/commits)

Updates `stringstream` from 0.0.5 to 0.0.6
- [Commits](mhart/StringStream@v0.0.5...v0.0.6)

Removes `got`

Updates `nodemon` from 1.12.1 to 3.1.4
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/commits/v3.1.4)

Updates `http-proxy` from 1.15.2 to 1.18.1
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](http-party/node-http-proxy@1.15.2...1.18.1)

Updates `js-yaml` from 3.7.0 to 3.14.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.7.0...3.14.1)

Updates `cssnano` from 3.10.0 to 7.0.6
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected])

Updates `json5` from 0.5.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v0.5.1...v2.2.3)

Updates `babelify` from 7.3.0 to 10.0.0
- [Release notes](https://github.com/babel/babelify/releases)
- [Commits](babel/babelify@v7.3.0...v10.0.0)

Removes `lodash.template`

Updates `gulp-notify` from 2.2.0 to 5.0.0
- [Release notes](https://github.com/mikaelbr/gulp-notify/releases)
- [Changelog](https://github.com/mikaelbr/gulp-notify/blob/master/CHANGELOG.md)
- [Commits](mikaelbr/gulp-notify@v2.2.0...v5.0.0)

Updates `gulp-postcss` from 6.4.0 to 10.0.0
- [Release notes](https://github.com/postcss/gulp-postcss/releases)
- [Commits](postcss/gulp-postcss@6.4.0...10.0.0)

Updates `gulp-sass` from 2.3.2 to 5.1.0
- [Release notes](https://github.com/dlmanning/gulp-sass/releases)
- [Changelog](https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md)
- [Commits](dlmanning/gulp-sass@v2.3.2...v5.1.0)

Updates `gulp-uglify` from 1.5.4 to 3.0.2
- [Release notes](https://github.com/terinjokes/gulp-uglify/releases)
- [Changelog](https://github.com/terinjokes/gulp-uglify/blob/master/CHANGELOG.md)
- [Commits](terinjokes/gulp-uglify@v1.5.4...v3.0.2)

Updates `node-notifier` from 4.6.1 to 10.0.1
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/master/CHANGELOG.md)
- [Commits](mikaelbr/node-notifier@v4.6.1...v10.0.1)

Updates `path-to-regexp` from 0.1.7 to 0.1.10
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.10)

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

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

Updates `css-mqpacker` from 4.0.1 to 7.0.0
- [Release notes](https://github.com/hail2u/node-css-mqpacker/releases)
- [Commits](hail2u/node-css-mqpacker@v4.0.1...v7.0.0)

Updates `lost` from 6.8.1 to 9.0.2
- [Release notes](https://github.com/peterramsing/lost/releases)
- [Changelog](https://github.com/peterramsing/lost/blob/main/.release-it.json)
- [Commits](peterramsing/lost@v6.8.1...v9.0.2)

Updates `pixrem` from 3.0.2 to 5.0.0
- [Changelog](https://github.com/robwierzbowski/node-pixrem/blob/master/CHANGELOG.md)
- [Commits](https://github.com/robwierzbowski/node-pixrem/commits)

Updates `postcss-discard-duplicates` from 2.1.0 to 7.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected])

Updates `postcss-reporter` from 1.4.1 to 7.1.0
- [Changelog](https://github.com/postcss/postcss-reporter/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss-reporter@1.4.1...7.1.0)

Updates `postcss-scss` from 0.1.9 to 4.0.9
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss-scss@0.1.9...4.0.9)

Updates `postcss-unique-selectors` from 2.0.2 to 7.0.3
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected])

Updates `stylelint` from 5.4.0 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@5.4.0...16.9.0)

Updates `randomatic` from 1.1.7 to 3.1.1
- [Release notes](https://github.com/jonschlinkert/randomatic/releases)
- [Commits](jonschlinkert/randomatic@1.1.7...3.1.1)

Updates `fill-range` from 2.2.3 to 2.2.4
- [Release notes](https://github.com/jonschlinkert/fill-range/releases)
- [Commits](https://github.com/jonschlinkert/fill-range/commits)

Updates `yargs-parser` from 4.2.1 to 20.2.9
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs-parser@v4.2.1...yargs-parser-v20.2.9)

Updates `shell-quote` from 1.6.1 to 1.8.1
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](ljharb/shell-quote@v1.6.1...v1.8.1)

Updates `socket.io` from 2.0.4 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@2.0.4...4.7.5)

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

Updates `undefsafe` from 0.0.3 to 2.0.5
- [Release notes](https://github.com/remy/undefsafe/releases)
- [Commits](remy/undefsafe@v0.0.3...v2.0.5)

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

Updates `xmlhttprequest-ssl` from 1.5.5 to 2.0.0
- [Commits](mjwwit/node-XMLHttpRequest@1.5.5...2.0.0)

Updates `y18n` from 3.2.1 to 5.0.8
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](yargs/y18n@v3.2.1...v5.0.8)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: express
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: morgan
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: passport
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: axios
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: moment
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: ajv
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: request
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fsevents
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: browser-sync
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: bl
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: send
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serve-static
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: browserify-sign
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cached-path-relative
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: deap
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: debug
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: deep-extend
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: rc
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: gulp-stylelint
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: diff
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mocha
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: dot-prop
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: gulp
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: elliptic
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: extend
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fsevents
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fstream
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ini
  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: jsprim
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mkdirp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: sshpk
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: sshpk
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: stringstream
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: got
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nodemon
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: http-proxy
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: js-yaml
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cssnano
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: json5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: babelify
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: lodash.template
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: gulp-notify
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: gulp-postcss
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: gulp-sass
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: gulp-uglify
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: node-notifier
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: postcss
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: autoprefixer
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: css-mqpacker
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: lost
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: pixrem
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: postcss-discard-duplicates
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: postcss-reporter
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: postcss-scss
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: postcss-unique-selectors
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: stylelint
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: randomatic
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: fill-range
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: yargs-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: shell-quote
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: socket.io
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: socket.io-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: undefsafe
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: xmlhttprequest-ssl
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: y18n
  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.

0 participants