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

Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

Bumps the npm_and_yarn group with 41 updates in the / directory:

Package From To
express 4.17.1 4.20.0
flat 5.0.0 5.0.1
got 9.6.0 14.4.4
domwaiter 1.1.0 1.4.0
nodemon 2.0.4 2.0.22
lodash 4.17.19 4.17.21
airtable 0.9.0 0.12.2
node-fetch 2.6.1 2.7.0
pa11y-ci 2.3.0 2.4.2
semver 5.7.1 5.7.2
ajv 6.11.0 6.12.6
async 3.2.0 3.2.2
aws-sdk 2.610.0 2.814.0
webpack-dev-middleware 3.7.2 5.3.4
@actions/core 1.2.6 1.11.1
@babel/traverse 7.8.3 7.25.9
json5 1.0.1 1.0.2
algoliasearch-helper 3.2.2 3.22.5
minimist 1.2.5 1.2.8
npm-merge-driver-install 1.1.1 3.0.0
qs 6.5.2 6.5.3
browserify-sign 4.2.0 4.2.3
browserslist 4.8.6 4.24.2
decode-uri-component 0.2.0 0.2.2
elliptic 6.5.3 6.6.1
es5-ext 0.10.53 0.10.64
follow-redirects 1.5.10 1.15.9
start-server-and-test 1.11.3 1.15.4
minimatch 3.0.4 3.0.5
replace 1.2.0 1.2.2
tar 6.0.5 6.2.1
tar 4.4.13 6.2.1
request 2.88.0 removed
jsdom 16.2.2 16.7.0
jest-puppeteer 4.4.0 10.1.4
website-scraper 4.2.0 5.3.1
object-path 0.11.4 removed
resolve-url-loader 3.1.1 3.1.5
ws 6.2.1 6.2.3
terser 4.8.0 4.8.1
ua-parser-js 0.7.19 0.7.39
xml2js 0.4.19 0.6.2
aws-sdk 2.814.0 2.1692.0

Updates express from 4.17.1 to 4.20.0

Release notes

Sourced from express's releases.

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

New Contributors

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

... (truncated)

Changelog

Sourced from express's changelog.

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

4.18.2 / 2022-10-08

... (truncated)

Commits
Maintainer changes

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


Updates flat from 5.0.0 to 5.0.1

Commits
Maintainer changes

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


Updates got from 9.6.0 to 14.4.4

Release notes

Sourced from got's releases.

v14.4.4

  • Fix support for AbortSignal#timeout() (#2388) 92b378e

sindresorhus/got@v14.4.3...v14.4.4

v14.4.3

  • Fix cache with HTTP2 (#2380) f2f8cb2

sindresorhus/got@v14.4.2...v14.4.3

v14.4.2

  • Fix handling of invalid arguments (#2367) f44ef43

sindresorhus/got@v14.4.1...v14.4.2

v14.4.1

  • Fix missing dependency dfc54d9

sindresorhus/got@v14.4.0...v14.4.1

v14.4.0

  • Improve TypeScript types with generic extend (#2353) 15ca4a0

sindresorhus/got@v14.3.0...v14.4.0

v14.3.0

  • Update dependencies dbab6c3

sindresorhus/got@v14.2.1...v14.3.0

v14.2.1

  • Fix error handling when UTF-8 decoding fails (#2336) c81a611

sindresorhus/got@v14.2.0...v14.2.1

v14.2.0

  • Add cause property with the original error to RequestError (#2327) 4cbd01d

sindresorhus/got@v14.1.0...v14.2.0

v14.1.0

  • Allow typing the body of a RequestError response (#2325) 5e4f6ff

sindresorhus/got@v14.0.0...v14.1.0

v14.0.0

Breaking

  • Require Node.js 20 (#2313) a004263
    • Why not target the oldest active Node.js LTS, which is Node.js 18? I usually strictly follow this convention in my packages. However, this package is the exception because the HTTP part of Node.js is consistently buggy, and I don't have time to work around issues in older Node.js releases. I you need to still support Node.js 18, I suggest staying on Got v13, which is quite stable. Node.js 18 will be out of active LTS in 5 months.

... (truncated)

Commits

Updates domwaiter from 1.1.0 to 1.4.0

Release notes

Sourced from domwaiter's releases.

v1.4.0

1.4.0 (2022-09-26)

Features

v1.3.0

1.3.0 (2020-07-26)

Features

v1.2.0

1.2.0 (2020-07-25)

Features

Commits

Updates nodemon from 2.0.4 to 2.0.22

Release notes

Sourced from nodemon's releases.

v2.0.22

2.0.22 (2023-03-22)

Bug Fixes

  • remove ts mapping if loader present (f7816e4), closes #2083

v2.0.21

2.0.21 (2023-03-02)

Bug Fixes

  • remove ts mapping if loader present (1468397), closes #2083

v2.0.20

2.0.20 (2022-09-16)

Bug Fixes

  • remove postinstall script (e099e91)

v2.0.19

2.0.19 (2022-07-05)

Bug Fixes

v2.0.18

2.0.18 (2022-06-23)

Bug Fixes

  • revert update-notifier forcing esm (1b3bc8c)

v2.0.17

2.0.17 (2022-06-23)

Bug Fixes

v2.0.16

... (truncated)

Commits
  • c971fdc Merge branch 'main' of github.com:remy/nodemon
  • b9679a2 chore: supporters
  • f7816e4 fix: remove ts mapping if loader present
  • 9f3ffdb One more fix
  • abc8522 Get rid of spawning shell windows if nodemon is started without console.
  • b11ddd1 Merge branch 'main' of github.com:remy/nodemon
  • 204af11 chore: missing supporters
  • 1468397 fix: remove ts mapping if loader present
  • 26b1f0f chore: add conventional commit check
  • adaafa1 One more fix
  • Additional commits viewable in compare view

Updates lodash from 4.17.19 to 4.17.21

Commits
  • f299b52 Bump to v4.17.21
  • c4847eb Improve performance of toNumber, trim and trimEnd on large input strings
  • 3469357 Prevent command injection through _.template's variable option
  • ded9bc6 Bump to v4.17.20.
  • 63150ef Documentation fixes.
  • 00f0f62 test.js: Remove trailing comma.
  • 846e434 Temporarily use a custom fork of lodash-cli.
  • 5d046f3 Re-enable Travis tests on 4.17 branch.
  • aa816b3 Remove /npm-package.
  • See full diff in compare view
Maintainer changes

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


Updates airtable from 0.9.0 to 0.12.2

Release notes

Sourced from airtable's releases.

v0.12.2

Fix invalid URL error in abort-controller

v0.12.1

  • Add recordMetadata param to table.select(params) in order to fetch comment counts, available as record.commentCount.

v0.11.6

  • Remove behavior of including AIRTABLE_API_KEY in airtable.browser.js via envify
  • Add web worker compatibility

v0.11.5

  • Update select() and list() to support to use POST endpoint when GET url length would exceed Airtable's 16k character limit
  • Update select() and list() to explicitly choose to use GET or POST endpoint via new 'method' arg

v0.11.4

Add support for returnFieldsByFieldId param.

v0.11.3

Adds a UMD build to use for browser-targeted builds. This fixes an issue where other apps that use airtable.js as a dependency were bundling code that expects to run in a node environment when building for a browser enviornment.

v0.11.2

Bump NPM package versions (Airtable/airtable.js#276 , Airtable/airtable.js#281 , Airtable/airtable.js#293 , Airtable/airtable.js#296 , Airtable/airtable.js#297 , Airtable/airtable.js#298 )

v0.11.1

Bump NPM package versions (#250, #253, #266, #267, #268)

v0.11.0

  • Add support for custom headers
  • Allow requestTimeout to be configured like other AirtableOptions
  • Fix type warnings

v0.10.1

  • Fix error handler in updating an array (#223)
  • Fix binding fetch to window (#235)
  • Update lodash and node-fetch dependencies
  • Widen @​types/node dependency

v0.10.0

  • Convert to TypeScript. The project now comes with .d.ts typescript definition files.
Changelog

Sourced from airtable's changelog.

v0.12.2

  • Fix invalid URL error in abort-controller

v0.12.1

  • Add recordMetadata param to table.select(params) in order to fetch comment counts, available as record.commentCount.

v0.11.6

  • Remove behavior of including AIRTABLE_API_KEY in airtable.browser.js via envify
  • Add web worker compatibility

v0.11.5

  • Update select() and list() to support to use POST endpoint when GET url length would exceed Airtable's 16k character limit
  • Update select() and list() to explicitly choose to use GET or POST endpoint via new 'method' arg

v0.11.4

  • Add support for returnFieldsByFieldId param.

v0.11.3

  • Add a UMD build to use for browser-targeted builds. This fixes an issue where other apps that use airtable.js as a dependency were bundling code that expects to run in a node environment when building for a browser enviornment.

v0.11.2

v0.11.1

v0.11.0

  • Add support for custom headers
  • Allow requestTimeout to be configured like other AirtableOptions
  • Fix type warnings

v0.10.1

  • Fix error handler in updating an array (#223)
  • Fix binding fetch to window (#235)
  • Update lodash and node-fetch dependencies
  • Widen @​types/node dependency

v0.10.0

  • Convert to TypeScript. The project now comes with .d.ts typescript definition files.
Commits
Maintainer changes

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


Updates node-fetch from 2.6.1 to 2.7.0

Release notes

Sourced from node-fetch's releases.

v2.7.0

2.7.0 (2023-08-23)

Features

v2.6.13

2.6.13 (2023-08-18)

Bug Fixes

v2.6.12

2.6.12 (2023-06-29)

Bug Fixes

v2.6.11

2.6.11 (2023-05-09)

Reverts

v2.6.10

2.6.10 (2023-05-08)

Bug Fixes

v2.6.9

2.6.9 (2023-01-30)

Bug Fixes

v2.6.8

2.6.8 (2023-01-13)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.


Updates pa11y-ci from 2.3.0 to 2.4.2

Changelog

Sourced from pa11y-ci's changelog.

2.4.2 (2021-06-28)

  • If Chrome crashes during startup, pa11y-ci will now retry to launch Chrome once before bailing out instead of giving up straight away
  • Add Docker examples to documentation
  • Reduce size of npm package (thanks @​mfranzke)

2.4.1 (2021-04-25)

  • Upgrades pa11y to the latest 5.3.1 version
  • Fix a bug related to having to download puppeteer twice since pa11y 5.3.1 was release (#131)

2.4.0 (2020-08-18)

  • Adds support for parsing sitemapindex (Thanks @​42tte)
  • Better test coverage (Thanks @​kkoskelin)
  • Updated dependencies and devDependencies
  • Less eslint warnings
  • Restrict dependency upgrades to bugfixes to avoid potential breakages when updating or integrating with other apps
  • Minor documentation improvements and fixes

2.3.1 (2020-08-17)

Add missing puppeteer dependency

Commits
  • 9de41f3 Version 2.4.2
  • 7cb5bd8 Replace npmignore with allow list for consistency
  • fefa70b Retry launching browser if first time fails
  • 6846233 Adds example of running pa11y-ci in Docker (#137)
  • 00ac4f9 refactor(npm): remove unnecessary files from package (#126)
  • 18f1e60 Version 2.4.1 (#135)
  • d0843ab Pin puppeteer version to avoid downloading twice (#134)
  • 830d5a6 Update integration tests to remove DNS dependencies (#133)
  • cda8b5a Replace Travis with GH Actions
  • 7da3907 Version 2.4.0 (#119)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by joseluisbolos, a new releaser for pa11y-ci since your current version.


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 ajv from 6.11.0 to 6.12.6

Release notes

Sourced from ajv's releases.

v6.12.6

Fix performance issue of "url" format.

v6.12.5

Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords option (#1270)

v6.12.4

Fix: coercion of one-item arrays to scalar that should fail validation (failing example).

v6.12.3

Pass schema object to processCode function Option for strictNumbers (@​issacgerges, #1128) Fixed vulnerability related to untrusted schemas (CVE-2020-15366)

v6.12.2

Removed post-install script

v6.12.1

Docs and dependency updates

v6.12.0

Improved hostname validation (@​sambauers, #1143) Option keywords to add custom keywords (@​franciscomorais, #1137) Types fixes (@​boenrobot, @​MattiAstedrone) Docs:

Commits
  • fe59143 6.12.6
  • d580d3e Merge pull request #1298 from ajv-validator/fix-url
  • fd36389 fix: regular expression for "url" format
  • 490e34c docs: link to v7-beta branch
  • 9cd93a1 docs: note about v7 in readme
  • 877d286 Merge pull request #1262 from b4h0-c4t/refactor-opt-object-type
  • f1c8e45 6.12.5
  • 764035e Merge branch 'ChALkeR-chalker/fix-comma'
  • 3798160 Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR...
  • a3c7eba Merge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac...
  • Additional commits viewable in compare view

Updates async from 3.2.0 to 3.2.2

Changelog

Sourced from async's changelog.

v3.2.2

  • Fix potential prototype pollution exploit

v3.2.1

Commits

Updates aws-sdk from 2.610.0 to 2.814.0

Changelog

Sourced from aws-sdk's changelog.

2.814.0

  • bugfix: Credentials: SDK will throw if shared ini file's profile name can be resolved to proto
  • feature: EC2: EBS io2 volumes now supports Multi-Attach
  • feature: PersonalizeRuntime: Updated FilterValues regex pattern to align with Filter Expression.
  • feature: RDS: Adds IAM DB authentication information to the PendingModifiedValues output of the DescribeDBInstances API. Adds ClusterPendingModifiedValues information to the output of the DescribeDBClusters API.

2.813.0

  • feature: ConfigService: Adding PutExternalEvaluation API which grants permission to deliver evaluation result to AWS Config
  • feature: DLM: Provide Cross-account copy event based policy support in DataLifecycleManager (DLM)
  • feature: EC2: C6gn instances are powered by AWS Graviton2 processors and offer 100 Gbps networking bandwidth. These instances deliver up to 40% better price-performance benefit versus comparable x86-based instances
  • feature: Imagebuilder: This release adds support for building and distributing container images within EC2 Image Builder.
  • feature: KMS: Added CreationDate and LastUpdatedDate timestamps to ListAliases API response
  • feature: Route53: This release adds support for DNSSEC signing in Amazon Route 53.
  • feature: Route53Resolver: Route 53 Resolver adds support for enabling resolver DNSSEC validation in virtual private cloud (VPC).
  • feature: SQS: Amazon SQS adds queue attributes to enabl...

    Description has been truncated

Bumps the npm_and_yarn group with 41 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [express](https://github.com/expressjs/express) | `4.17.1` | `4.20.0` |
| [flat](https://github.com/hughsk/flat) | `5.0.0` | `5.0.1` |
| [got](https://github.com/sindresorhus/got) | `9.6.0` | `14.4.4` |
| [domwaiter](https://github.com/zeke/domwaiter) | `1.1.0` | `1.4.0` |
| [nodemon](https://github.com/remy/nodemon) | `2.0.4` | `2.0.22` |
| [lodash](https://github.com/lodash/lodash) | `4.17.19` | `4.17.21` |
| [airtable](https://github.com/airtable/airtable.js) | `0.9.0` | `0.12.2` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `2.6.1` | `2.7.0` |
| [pa11y-ci](https://github.com/pa11y/pa11y-ci) | `2.3.0` | `2.4.2` |
| [semver](https://github.com/npm/node-semver) | `5.7.1` | `5.7.2` |
| [ajv](https://github.com/ajv-validator/ajv) | `6.11.0` | `6.12.6` |
| [async](https://github.com/caolan/async) | `3.2.0` | `3.2.2` |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.610.0` | `2.814.0` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `3.7.2` | `5.3.4` |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `1.2.6` | `1.11.1` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.8.3` | `7.25.9` |
| [json5](https://github.com/json5/json5) | `1.0.1` | `1.0.2` |
| [algoliasearch-helper](https://github.com/algolia/instantsearch) | `3.2.2` | `3.22.5` |
| [minimist](https://github.com/minimistjs/minimist) | `1.2.5` | `1.2.8` |
| [npm-merge-driver-install](https://github.com/brandonocasey/npm-merge-driver-install) | `1.1.1` | `3.0.0` |
| [qs](https://github.com/ljharb/qs) | `6.5.2` | `6.5.3` |
| [browserify-sign](https://github.com/crypto-browserify/browserify-sign) | `4.2.0` | `4.2.3` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.8.6` | `4.24.2` |
| [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) | `0.2.0` | `0.2.2` |
| [elliptic](https://github.com/indutny/elliptic) | `6.5.3` | `6.6.1` |
| [es5-ext](https://github.com/medikoo/es5-ext) | `0.10.53` | `0.10.64` |
| [follow-redirects](https://github.com/follow-redirects/follow-redirects) | `1.5.10` | `1.15.9` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `1.11.3` | `1.15.4` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.0.4` | `3.0.5` |
| [replace](https://github.com/ALMaclaine/replace) | `1.2.0` | `1.2.2` |
| [tar](https://github.com/isaacs/node-tar) | `6.0.5` | `6.2.1` |
| [tar](https://github.com/isaacs/node-tar) | `4.4.13` | `6.2.1` |
| [request](https://github.com/request/request) | `2.88.0` | `removed` |
| [jsdom](https://github.com/jsdom/jsdom) | `16.2.2` | `16.7.0` |
| [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) | `4.4.0` | `10.1.4` |
| [website-scraper](https://github.com/website-scraper/node-website-scraper) | `4.2.0` | `5.3.1` |
| [object-path](https://github.com/mariocasciaro/object-path) | `0.11.4` | `removed` |
| [resolve-url-loader](https://github.com/bholloway/resolve-url-loader/tree/HEAD/packages/resolve-url-loader) | `3.1.1` | `3.1.5` |
| [ws](https://github.com/websockets/ws) | `6.2.1` | `6.2.3` |
| [terser](https://github.com/terser/terser) | `4.8.0` | `4.8.1` |
| [ua-parser-js](https://github.com/faisalman/ua-parser-js) | `0.7.19` | `0.7.39` |
| [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) | `0.4.19` | `0.6.2` |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.814.0` | `2.1692.0` |



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

Updates `flat` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/hughsk/flat/releases)
- [Commits](hughsk/flat@5.0.0...5.0.1)

Updates `got` from 9.6.0 to 14.4.4
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](sindresorhus/got@v9.6.0...v14.4.4)

Updates `domwaiter` from 1.1.0 to 1.4.0
- [Release notes](https://github.com/zeke/domwaiter/releases)
- [Commits](zeke/domwaiter@v1.1.0...v1.4.0)

Updates `nodemon` from 2.0.4 to 2.0.22
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v2.0.4...v2.0.22)

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

Updates `airtable` from 0.9.0 to 0.12.2
- [Release notes](https://github.com/airtable/airtable.js/releases)
- [Changelog](https://github.com/Airtable/airtable.js/blob/master/CHANGELOG.md)
- [Commits](Airtable/airtable.js@v0.9.0...v0.12.2)

Updates `node-fetch` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.1...v2.7.0)

Updates `pa11y-ci` from 2.3.0 to 2.4.2
- [Release notes](https://github.com/pa11y/pa11y-ci/releases)
- [Changelog](https://github.com/pa11y/pa11y-ci/blob/main/CHANGELOG.md)
- [Commits](pa11y/pa11y-ci@2.3.0...2.4.2)

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 `ajv` from 6.11.0 to 6.12.6
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](ajv-validator/ajv@v6.11.0...v6.12.6)

Updates `async` from 3.2.0 to 3.2.2
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
- [Commits](caolan/async@v3.2.0...v3.2.2)

Updates `aws-sdk` from 2.610.0 to 2.814.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/v2.814.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.610.0...v2.814.0)

Updates `webpack-dev-middleware` from 3.7.2 to 5.3.4
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v3.7.2...v5.3.4)

Updates `@actions/core` from 1.2.6 to 1.11.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Updates `@babel/traverse` from 7.8.3 to 7.25.9
- [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.9/packages/babel-traverse)

Updates `json5` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

Updates `algoliasearch-helper` from 3.2.2 to 3.22.5
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/commits/[email protected])

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

Updates `npm-merge-driver-install` from 1.1.1 to 3.0.0
- [Changelog](https://github.com/brandonocasey/npm-merge-driver-install/blob/master/CHANGELOG.md)
- [Commits](brandonocasey/npm-merge-driver-install@v1.1.1...v3.0.0)

Updates `body-parser` from 1.19.0 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.19.0...1.20.3)

Updates `qs` from 6.5.2 to 6.5.3
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

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

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

Updates `cross-spawn` from 5.1.0 to 6.0.5
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@5.1.0...v6.0.5)

Updates `decode-uri-component` from 0.2.0 to 0.2.2
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

Updates `elliptic` from 6.5.3 to 6.6.1
- [Commits](indutny/elliptic@v6.5.3...v6.6.1)

Updates `es5-ext` from 0.10.53 to 0.10.64
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.53...v0.10.64)

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

Updates `start-server-and-test` from 1.11.3 to 1.15.4
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v1.11.3...v1.15.4)

Updates `minimatch` from 3.0.4 to 3.0.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.0.5)

Updates `replace` from 1.2.0 to 1.2.2
- [Commits](https://github.com/ALMaclaine/replace/commits)

Updates `tar` from 6.0.5 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.0.5...v6.2.1)

Updates `tar` from 4.4.13 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.0.5...v6.2.1)

Updates `http-cache-semantics` from 4.0.3 to 4.1.1
- [Commits](kornelski/http-cache-semantics@v4.0.3...v4.1.1)

Removes `request`

Updates `jsdom` from 16.2.2 to 16.7.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@16.2.2...16.7.0)

Updates `jest-puppeteer` from 4.4.0 to 10.1.4
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v10.1.4/packages/jest-puppeteer)

Updates `website-scraper` from 4.2.0 to 5.3.1
- [Release notes](https://github.com/website-scraper/node-website-scraper/releases)
- [Changelog](https://github.com/website-scraper/node-website-scraper/blob/master/CHANGELOG.md)
- [Commits](website-scraper/node-website-scraper@v4.2.0...v5.3.1)

Updates `tough-cookie` from 2.4.3 to 2.5.0
- [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.4.3...v2.5.0)

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

Removes `object-path`

Updates `resolve-url-loader` from 3.1.1 to 3.1.5
- [Release notes](https://github.com/bholloway/resolve-url-loader/releases)
- [Changelog](https://github.com/bholloway/resolve-url-loader/blob/v5/packages/resolve-url-loader/CHANGELOG.md)
- [Commits](https://github.com/bholloway/resolve-url-loader/commits/3.1.5/packages/resolve-url-loader)

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

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 7.0.21 to 7.0.32
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@7.0.21...7.0.32)

Updates `serve-static` from 1.14.1 to 1.16.0
- [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.14.1...1.16.0)

Updates `terser` from 4.8.0 to 4.8.1
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](terser/terser@v4.8.0...v4.8.1)

Updates `ua-parser-js` from 0.7.19 to 0.7.39
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/CHANGELOG.md)
- [Commits](faisalman/ua-parser-js@0.7.19...0.7.39)

Updates `xml2js` from 0.4.19 to 0.6.2
- [Commits](Leonidas-from-XIV/node-xml2js@0.4.19...0.6.2)

Updates `aws-sdk` from 2.814.0 to 2.1692.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/v2.814.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-js@v2.610.0...v2.814.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: flat
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: got
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: domwaiter
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: nodemon
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: airtable
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: node-fetch
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: pa11y-ci
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: ajv
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: async
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: aws-sdk
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: webpack-dev-middleware
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@actions/core"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: json5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: algoliasearch-helper
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: npm-merge-driver-install
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: body-parser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: browserify-sign
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: browserslist
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: decode-uri-component
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: elliptic
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: es5-ext
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: follow-redirects
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: start-server-and-test
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: replace
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: http-cache-semantics
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: request
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jsdom
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: website-scraper
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: y18n
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: object-path
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: resolve-url-loader
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: ws
  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: serve-static
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: terser
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ua-parser-js
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: xml2js
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: aws-sdk
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant