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 across 1 directories with 23 updates #1

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2024

Bumps the npm_and_yarn group with 18 updates in the /. directory:

Package From To
marked 0.3.19 4.0.10
request 2.85.0 2.88.2
@types/request 2.0.8 2.48.12
postcss 6.0.21 8.4.31
jquery 3.3.1 3.5.0
karma 2.0.0 6.3.16
browserify-sign 4.0.4 4.2.2
utilities 0.0.37 ``
jake 8.0.16 10.8.7
hoek 2.16.3 ``
pouchdb 5.4.5 8.0.1
less 2.7.3 4.2.0
request 2.85.0 2.88.2
minimist 1.2.0 1.2.8
mkdirp 0.5.1 0.5.6
karma-mocha 1.3.0 2.0.1
mocha 5.1.0 10.3.0
handlebars 4.0.11 4.7.8
shell-quote 1.6.1 1.8.1

Updates marked from 0.3.19 to 4.0.10

Release notes

Sourced from marked's releases.

v4.0.10

4.0.10 (2022-01-13)

Bug Fixes

  • security: fix redos vulnerabilities (8f80657)

v4.0.9

4.0.9 (2022-01-06)

Bug Fixes

v4.0.8

4.0.8 (2021-12-19)

Bug Fixes

v4.0.7

4.0.7 (2021-12-09)

Bug Fixes

v4.0.6

4.0.6 (2021-12-02)

Bug Fixes

v4.0.5

4.0.5 (2021-11-25)

Bug Fixes

  • table after paragraph without blank line (#2298) (5714212)

v4.0.4

4.0.4 (2021-11-19)

... (truncated)

Commits
Maintainer changes

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


Updates request from 2.85.0 to 2.88.2

Changelog

Sourced from request's changelog.

Change Log

v2.88.0 (2018/08/10)

v2.87.0 (2018/05/21)

v2.86.0 (2018/05/15)

Commits

Updates @types/request from 2.0.8 to 2.48.12

Commits

Updates postcss from 6.0.21 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.

8.4.26

  • Fixed clone methods types.

8.4.25

8.4.24

  • Fixed Plugin types.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

... (truncated)

Commits

Updates jquery from 3.3.1 to 3.5.0

Release notes

Sourced from jquery's releases.

jQuery 3.5.0 Released!

See the blog post: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ and the upgrade guide: https://jquery.com/upgrade-guide/3.5/

NOTE: Despite being a minor release, this update includes a breaking change that we had to make to fix a security issue ( CVE-2020-11022). Please follow the blog post & the upgrade guide for more details.

Commits
  • 7a0a850 3.5.0
  • 8570a08 Release: Update AUTHORS.txt
  • da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses
  • 065143c Ajax: Overwrite s.contentType with content-type header value, if any
  • 1a4f10d Tests: Blacklist one focusin test in IE
  • 9e15d6b Event: Use only one focusin/out handler per matching window & document
  • 966a709 Manipulation: Skip the select wrapper for <option> outside of IE 9
  • 1d61fd9 Manipulation: Make jQuery.htmlPrefilter an identity function
  • 04bf577 Selector: Update Sizzle from 2.3.4 to 2.3.5
  • 7506c9c Build: Resolve Travis config warnings
  • Additional commits viewable in compare view
Maintainer changes

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


Updates karma from 2.0.0 to 6.3.16

Release notes

Sourced from karma's releases.

v6.3.16

6.3.16 (2022-02-10)

Bug Fixes

  • security: mitigate the "Open Redirect Vulnerability" (ff7edbb)

v6.3.15

6.3.15 (2022-02-05)

Bug Fixes

v6.3.14

6.3.14 (2022-02-05)

Bug Fixes

  • remove string template from client code (91d5acd)
  • warn when singleRun and autoWatch are false (69cfc76)
  • security: remove XSS vulnerability in returnUrl query param (839578c)

v6.3.13

6.3.13 (2022-01-31)

Bug Fixes

  • deps: bump log4js to resolve security issue (5bf2df3), closes #3751

v6.3.12

6.3.12 (2022-01-24)

Bug Fixes

  • remove depreciation warning from log4js (41bed33)

v6.3.11

6.3.11 (2022-01-13)

Bug Fixes

  • deps: pin colors package to 1.4.0 due to security vulnerability (a5219c5)

... (truncated)

Changelog

Sourced from karma's changelog.

6.3.16 (2022-02-10)

Bug Fixes

  • security: mitigate the "Open Redirect Vulnerability" (ff7edbb)

6.3.15 (2022-02-05)

Bug Fixes

6.3.14 (2022-02-05)

Bug Fixes

  • remove string template from client code (91d5acd)
  • warn when singleRun and autoWatch are false (69cfc76)
  • security: remove XSS vulnerability in returnUrl query param (839578c)

6.3.13 (2022-01-31)

Bug Fixes

  • deps: bump log4js to resolve security issue (5bf2df3), closes #3751

6.3.12 (2022-01-24)

Bug Fixes

  • remove depreciation warning from log4js (41bed33)

6.3.11 (2022-01-13)

Bug Fixes

  • deps: pin colors package to 1.4.0 due to security vulnerability (a5219c5)

6.3.10 (2022-01-08)

Bug Fixes

  • logger: create parent folders if they are missing (0d24bd9), closes #3734

... (truncated)

Commits
  • ab4b328 chore(release): 6.3.16 [skip ci]
  • ff7edbb fix(security): mitigate the "Open Redirect Vulnerability"
  • c1befa0 chore(release): 6.3.15 [skip ci]
  • d9dade2 fix(helper): make mkdirIfNotExists helper resilient to concurrent calls
  • 653c762 ci: prevent duplicate CI tasks on creating a PR
  • c97e562 chore(release): 6.3.14 [skip ci]
  • 91d5acd fix: remove string template from client code
  • 69cfc76 fix: warn when singleRun and autoWatch are false
  • 839578c fix(security): remove XSS vulnerability in returnUrl query param
  • db53785 chore(release): 6.3.13 [skip ci]
  • Additional commits viewable in compare view

Updates browserify-sign from 4.0.4 to 4.2.2

Changelog

Sourced from browserify-sign's changelog.

v4.2.2 - 2023-10-25

Fixed

Commits

  • Only apps should have lockfiles 09a8995
  • [eslint] switch to eslint 83fe463
  • [meta] add npmignore and auto-changelog 4418183
  • [meta] fix package.json indentation 9ac5a5e
  • [Tests] migrate from travis to github actions d845d85
  • [Fix] sign: throw on unsupported padding scheme 8767739
  • [Fix] properly check the upper bound for DSA signatures 85994cd
  • [Tests] handle openSSL not supporting a scheme f5f17c2
  • [Deps] update bn.js, browserify-rsa, elliptic, parse-asn1, readable-stream, safe-buffer a67d0eb
  • [Dev Deps] update nyc, standard, tape cc5350b
  • [Tests] always run coverage; downgrade nyc 75ce1d5
  • [meta] add safe-publish-latest dcf49ce
  • [Tests] add npm run posttest 75dd8fd
  • [Dev Deps] update tape 3aec038
  • [Tests] skip unsupported schemes 703c83e
  • [Tests] node < 6 lacks array includes 3aa43cf
  • [Dev Deps] fix eslint range 98d4e0d

v4.2.1 - 2020-08-04

Merged

v4.2.0 - 2020-05-18

Merged

v4.1.0 - 2020-05-05

Merged

Commits
  • 4af5a90 v4.2.2
  • 3aec038 [Dev Deps] update tape
  • 85994cd [Fix] properly check the upper bound for DSA signatures
  • 9ac5a5e [meta] fix package.json indentation
  • dcf49ce [meta] add safe-publish-latest
  • 4418183 [meta] add npmignore and auto-changelog
  • 8767739 [Fix] sign: throw on unsupported padding scheme
  • 5f6fb17 [Tests] log when openssl doesn't support cipher
  • f5f17c2 [Tests] handle openSSL not supporting a scheme
  • d845d85 [Tests] migrate from travis to github actions
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for browserify-sign since your current version.


Removes utilities

Updates jake from 8.0.16 to 10.8.7

Changelog

Sourced from jake's changelog.

v10

  • Support for generic exported functions as tasks
  • Experimental series function for composing tasks
  • Added task timing, begin/end task output
  • Next-tick kickoff/completion of tasks
  • Support both sync and async tasks in experimental series
  • Polling to ensure 100% sequential execution
  • Begin updating to ESNext syntax

v8

  • Concurrent task execution
  • Allow prereqs for PackageTask + PublishTask
  • LiveScript support
  • Custom publish function, not just string command
  • Change to whole-number versioning
  • Change to ESLint for linting
  • Support newer Nodes, dropped support for older
  • Fixes for WatchTask
  • Numerous community fixes

v0.7

  • Updated API for include/exclude in PublishTask
  • beforeEach/afterEach for TaskTask
  • Custom publishing command for PublishTask
  • Tests for PublishTask
  • Throttling for WatchTask
  • FileList fixes for Windows
  • Fixed output for stdout/stderr when piped
  • Numerous fixes for TestTask
  • NpmPublish task renamed to simply PublishTask
  • Chalk for color output (compat with strict mode)

v0.6

  • Rule, for generating file-tasks on the fly
  • WatchTask, for running tasks on file/directory changes
  • Return values for tasks
  • Promise-based async task completion
  • Multiple Git branches for NpmPublishTask
  • Linting codebase with JSHint
  • Filled out top-level API methods for creating other task-types
  • Better API for including/excluding files from NpmPublishTask

v0.5

  • Interactive exec
  • Node v0.10 compatibility (fixed their broken PPI)
  • Docs for async management with manual invocation
  • More lifecycle events emitted
  • Better Windows support for FileList pathnames
  • Faster FileTask execution

... (truncated)

Commits

Updates follow-redirects from 1.0.0 to 1.15.5

Release notes

Sourced from follow-redirects's releases.

v1.15.5

No release notes provided.

v1.15.4

No release notes provided.

v1.15.3

No release notes provided.

v1.15.2

No release notes provided.

v1.15.1

No release notes provided.

v1.15.0

No release notes provided.

v1.14.9

No release notes provided.

v1.14.8

No release notes provided.

v1.14.7

No release notes provided.

v1.14.6

No release notes provided.

v1.14.5

No release notes provided.

v1.14.4

No release notes provided.

v1.14.2

No release notes provided.

v1.14.1

No release notes provided.

v1.14.0

No release notes provided.

v1.13.3

No release notes provided.

v1.13.2

No release notes provided.

... (truncated)

Commits
  • b1677ce Release version 1.15.5 of the npm package.
  • d8914f7 Preserve fragment in responseUrl.
  • 6585820 Release version 1.15.4 of the npm package.
  • 7a6567e Disallow bracketed hostnames.
  • 05629af Prefer native URL instead of deprecated url.parse.
  • 1cba8e8 Prefer native URL instead of legacy url.resolve.
  • 72bc2a4 Simplify _processResponse error handling.
  • 3d42aec Add bracket tests.
  • bcbb096 Do not directly set Error properties.
  • 192dbe7 Release version 1.15.3 of the npm package.
  • Additional commits viewable in compare view

Updates fsevents from 1.1.3 to 2.3.3

Release notes

Sourced from fsevents's releases.

Release v2.3.3

Released to npm as v2.3.3

Release v2.3.2

Released to npm as v2.3.2

Release v2.3.1

Released to npm as v2.3.1

Release contains universal binary for x86 & amd64 (m1) chips

Release v2.2.2

Released to npm as v2.2.2

Universal Binary Support x86-64 & amd64(m1)

Release v2.2.0

Electron Enabled (no static functions/variables)

Release v1.2.3

No release notes provided.

Release v2.1.2

No release notes provided.

2.1.0

Latest stable release

Release NAPI v2.0.6

Include essential files only.

Release NAPI v2.0.5

No release notes provided.

Release NAPI v2.0.4

No release notes provided.

Release NAPI v2.0.3

Moved NAPI version out of experimental.

NAPI release

No release notes provided.

deprecated

Fixing the API for chokidar since it was calling FSEvents as a constructor

deprecated

We have upgraded to N-API. For that reason we have also dropped support for node < 6.

For that reason, we have made this a major version bump so dependents have to opt in. The actual API remains entirely the same, so if you are depending on fsevents, it should be as simple as changing the version number in your package.json.

... (truncated)

Commits
Maintainer changes

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


Removes hoek

Updates pouchdb from 5.4.5 to 8.0.1

Release notes

Sourced from pouchdb's releases.

8.0.1

The first release of the year! This is a patch release, it fixes a bug we introduced during a refactor made in the last release and sets Node 14 in our CI. For a full changelog from 8.0.0 to 8.0.1, please see the releases page or view the latest commits.

Fix this of changesHandler

#8583 #8581 We introduced a bug in the #8450 refactor that has been fixed now.

Use Node 14

#8570 We were testing our CI in GHA against Node 12, which is EOL. Now we are testing against Node 14.

Changelog

Bugfixes

Documentation

  • 4dcaac82 docs: release post for 8.0.0
  • 0bdb3423 feat: add mastodon verification link
  • 40ac7a26 feat(site): faster website uploads, rsync skips files that are already on the server
  • ae69d4fb fix(blog): title case
  • 3728f020 Update 2022-12-14-pouchdb-8.0.0.md
  • c90a0208 Update 2022-12-14-pouchdb-8.0.0.md
  • e9bf059c docs: update to version 8.0.0
  • 7484e245 docs: update 2022-12-14-pouchdb-8.0.0.md

Testing

Get in touch

As always, we welcome feedback from the community. Please don't hesitate to file issues, open discussions or get in touch. And of course, a big thanks to all of our new and existing contributors!

8.0.0

We are thrilled to announce the release of PouchDB's new major version 8.0.0. For a full changelog from 7.3.1 to 8.0.0, please see the releases page or view the latest commits. Here are the highlights:

Embracing modern ES6+ JS syntax

We have started the process of moving to ES6+ syntax. We made refactors to use native JS classes instead of prototypes, deprecated some packages that implemented features that are now built in the language (inherits, argsarray), and started in packages such as pouchdb-abstract-mapreduce and pouchdb-adapter-http. We encourage you to embrace the syntax in your new contributions and, if you can, contribute to the refactoring effort.

This might mean a potentially breaking change, therefore we bump the major version. If you need to support ES5 we recommend you use a transpiler.

Add activeTasks

... (truncated)

Commits
  • fde45b9 build 8.0.1
  • 3c6e9ef docs: add release post for 8.0.1
  • 7484e24 docs: update 2022-12-14-pouchdb-8.0.0.md
  • ff81fa3 ci: use node 14
  • 06bfe89 (pouchdb#8581) - Fix test
  • 2c81da4 (pouchdb#8581) - Fix test
  • 3d36d2d (pouchdb#8581) - Fix test
  • 6a7fd46 (pouchdb#8581) - Fix test.
  • da5069d (pouchdb#8581) - Fix this of changesHandler
  • 0bdb342 feat: add mastodon verification link
  • Additional commits viewable in compare view
Maintainer changes

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


Updates less from 2.7.3 to 4.2.0

Release notes

Sourced from less's releases.

v4.2.0

v4.1.3

v4.1.2

v4.1.1

v4.1.0

Mixin parentheses requirement removed

This was maybe too big a change without some kind of deprecation or conversion. So for this version, this works again:

.mixin;

v4.0.0

This release has 2 breaking changes:

Parentheses required for mixin calls

This aligns it with syntax for calling detached rulesets.

Example

.mixin() {}
.mixin;  // error in 4.0

... (truncated)

Changelog

Sourced from less's changelog.

v4.2.0 (2023-08-06)

v4.1.3 (2022-06-09)

v4.1.2 (2021-10-04)

v4.1.1 (2021-01-31)

Bumps the npm_and_yarn group with 18 updates in the /. directory:

| Package | From | To |
| --- | --- | --- |
| [marked](https://github.com/markedjs/marked) | `0.3.19` | `4.0.10` |
| [request](https://github.com/request/request) | `2.85.0` | `2.88.2` |
| [@types/request](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/request) | `2.0.8` | `2.48.12` |
| [postcss](https://github.com/postcss/postcss) | `6.0.21` | `8.4.31` |
| [jquery](https://github.com/jquery/jquery) | `3.3.1` | `3.5.0` |
| [karma](https://github.com/karma-runner/karma) | `2.0.0` | `6.3.16` |
| [browserify-sign](https://github.com/crypto-browserify/browserify-sign) | `4.0.4` | `4.2.2` |
| [utilities](https://github.com/mde/utilities) | `0.0.37` | `` |
| [jake](https://github.com/jakejs/jake) | `8.0.16` | `10.8.7` |
| [hoek](https://github.com/hapijs/hoek) | `2.16.3` | `` |
| [pouchdb](https://github.com/pouchdb/pouchdb) | `5.4.5` | `8.0.1` |
| [less](https://github.com/less/less.js) | `2.7.3` | `4.2.0` |
| [request](https://github.com/request/request) | `2.85.0` | `2.88.2` |
| [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` |
| [karma-mocha](https://github.com/karma-runner/karma-mocha) | `1.3.0` | `2.0.1` |
| [mocha](https://github.com/mochajs/mocha) | `5.1.0` | `10.3.0` |
| [handlebars](https://github.com/handlebars-lang/handlebars.js) | `4.0.11` | `4.7.8` |
| [shell-quote](https://github.com/ljharb/shell-quote) | `1.6.1` | `1.8.1` |


Updates `marked` from 0.3.19 to 4.0.10
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v0.3.19...v4.0.10)

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

Updates `@types/request` from 2.0.8 to 2.48.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/request)

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

Updates `jquery` from 3.3.1 to 3.5.0
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.3.1...3.5.0)

Updates `karma` from 2.0.0 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@v2.0.0...v6.3.16)

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

Removes `utilities`

Updates `jake` from 8.0.16 to 10.8.7
- [Changelog](https://github.com/jakejs/jake/blob/main/changelog.md)
- [Commits](jakejs/jake@v8.0.16...v10.8.7)

Updates `follow-redirects` from 1.0.0 to 1.15.5
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.0.0...v1.15.5)

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

Removes `hoek`

Updates `pouchdb` from 5.4.5 to 8.0.1
- [Release notes](https://github.com/pouchdb/pouchdb/releases)
- [Commits](pouchdb/pouchdb@5.4.5...8.0.1)

Updates `less` from 2.7.3 to 4.2.0
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](less/less.js@v2.7.3...v4.2.0)

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

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 `karma-mocha` from 1.3.0 to 2.0.1
- [Release notes](https://github.com/karma-runner/karma-mocha/releases)
- [Changelog](https://github.com/karma-runner/karma-mocha/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma-mocha@v1.3.0...v2.0.1)

Updates `mocha` from 5.1.0 to 10.3.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v5.1.0...v10.3.0)

Updates `handlebars` from 4.0.11 to 4.7.8
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.8/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.0.11...v4.7.8)

Updates `qs` from 6.1.2 to 6.5.1
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.1.2...v6.5.1)

Updates `tough-cookie` from 2.2.2 to 2.3.4
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v2.2.2...v2.3.4)

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-parser` from 3.1.3 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.1.3...4.2.4)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: request
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: "@types/request"
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: postcss
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: jquery
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: karma
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: browserify-sign
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: utilities
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: jake
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: fsevents
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: hoek
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: pouchdb
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: less
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: request
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: mkdirp
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: karma-mocha
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: mocha
  dependency-type: direct:development
  dependency-group: npm_and_yarn-security-group
- dependency-name: handlebars
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: qs
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: shell-quote
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
- dependency-name: socket.io-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2024
Copy link
Author

dependabot bot commented on behalf of github Mar 14, 2024

Superseded by #2.

@dependabot dependabot bot closed this Mar 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm_and_yarn-security-group-b83d974fcd branch March 14, 2024 17:58
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