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

Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Conversation

@dependabot
Copy link

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

Bumps the npm_and_yarn group with 58 updates:

Package From To
lazysizes 4.0.2 5.2.1
node-fetch 2.1.2 2.6.7
semver 5.5.0 5.7.2
@babel/traverse 7.0.0-beta.42 7.24.8
babel-eslint 8.2.2 10.1.0
ansi-html 0.0.7 removed
webpack-dev-server 2.11.2 5.0.4
browserify-sign 4.0.4 4.2.3
css-what 2.1.0 6.1.0
debug 2.6.8 2.6.9
decode-uri-component 0.2.0 0.2.2
deep-extend 0.4.2 0.6.0
rc 1.2.1 1.2.8
ejs 2.5.7 removed
webpack-bundle-analyzer 2.11.1 4.10.2
es5-ext 0.10.42 0.10.64
express 4.16.3 4.19.2
fsevents 1.1.3 1.2.13
fstream 1.0.11 1.0.12
hoek 2.16.3 removed
workbox-webpack-plugin 3.6.3 7.1.0
html-minifier 3.5.12 removed
html-webpack-plugin 2.30.1 5.6.0
ini 1.3.4 1.3.8
json-schema 0.2.3 0.4.0
jsprim 1.4.0 1.4.2
loader-utils 0.2.17 1.1.0
lodash.template 3.6.2 removed
imagemin-mozjpeg 7.0.0 10.0.0
lodash 4.17.5 4.17.21
mem 1.1.0 removed
webpack 3.11.0 5.93.0
minimatch 3.0.4 3.0.8
minimist 1.2.0 1.2.8
mkdirp 0.5.1 0.5.6
loader-fs-cache 1.0.1 1.0.3
node-forge 0.7.1 1.3.1
postcss 5.2.18 8.4.39
critical 1.3.10 7.1.2
autoprefixer 7.2.6 10.4.19
css-loader 0.28.11 7.1.2
optimize-css-assets-webpack-plugin 3.2.0 3.2.1
postcss-import 11.1.0 16.1.0
postcss-loader 2.1.3 8.1.1
postcss-url 7.3.1 10.1.3
vue-loader 13.7.1 17.4.2
qs 6.3.2 6.3.3
request 2.79.0 removed
node-sass 4.14.1 9.0.0
set-value 2.0.0 2.0.1
union-value 1.0.0 1.0.1
tar 2.2.1 6.2.1
tough-cookie 2.3.2 4.1.4
url-parse 1.0.5 1.5.10
webpack-dev-middleware 1.12.2 7.2.1
ws 3.3.3 6.2.3
y18n 3.2.1 4.0.0
yargs-parser 4.2.1 18.1.3

Updates lazysizes from 4.0.2 to 5.2.1

Changelog

Sourced from lazysizes's changelog.

5.2.1

  • BlurUp-Plugin: Copy style attribute (#764)
  • Fixes minor security issue with video-embed plugin (#764)
  • Built: Update dependencies (#774, #756)
  • Fixes diverse issues with old AMD module pattern (#780, #779)

5.2.0

  • Fix wrong window context under very rare SSR (fixes #717)
  • Fix Safari Back-Forward Cache issue with lazyloading image elements (fixes #711)
  • Add lazyload of autoplay videos to unveilhooks (fixes #697)

5.1.2

  • Fix visibility check (fixes #709)

5.1.1

  • Fix ratio calculation in rias plugin (fixed in #685 by tikotzky)
  • Make thumb size for youtube poster image in video-embed plugin configurable (see #681 thx to @​nikitasol)

5.1.0

  • Allow import/execution in node environment
  • Use "hqdefault" for youtube poster image in video-embed plugin fixes #666

5.0.0

  • Use width/height content attributes to detect physical aspect ratio of image candidates, if data-aspectratio and h/w descriptors are missing. #642
  • Do not leak global lazySizesConfig anymore fixes #647
  • Improve handling of cloned object-fit images fixes #648
  • Improve blur-up/effect plugin.
  • Add support for native loading="lazy" feature as a native loading plugin.

4.1.8

  • Added the class ls-is-cached to already cached images.
  • Added h descriptor parsing fix plugin for MS edge (was already included in respimg polyfill.)
  • Effects-Plugin/Blur Up plugin: Remove [].find because IE..., fixes #631
  • Documentation stuff
  • Bring back *.min.js files to npm package, but don't use them in your import/require. These are mostly for CDNs. Not for Common JS bundlers.

4.1.7

  • Blur Up plugin: make blur up mode configurable by script
  • Unload Plugin: Fix unload plugin not knowing current expand, fixes #608
  • simplify resetPreloading and switchLoadingClass, fixes #614

4.1.6

... (truncated)

Commits

Updates node-fetch from 2.1.2 to 2.6.7

Release notes

Sourced from node-fetch's releases.

v2.6.7

Security patch release

Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th party host while a redirect occurred

What's Changed

Full Changelog: node-fetch/node-fetch@v2.6.6...v2.6.7

v2.6.6

What's Changed

Full Changelog: node-fetch/node-fetch@v2.6.5...v2.6.6

v2.6.2

fixed main path in package.json

v2.6.1

This is an important security release. It is strongly recommended to update as soon as possible.

See CHANGELOG for details.

v2.6.0

See CHANGELOG.

v2.5.0

See CHANGELOG.

v2.4.1

See CHANGELOG.

v2.4.0

See CHANGELOG.

v2.3.0

See CHANGELOG.

v2.2.1

See CHANGELOG.

Commits
  • 1ef4b56 backport of #1449 (#1453)
  • 8fe5c4e 2.x: Specify encoding as an optional peer dependency in package.json (#1310)
  • f56b0c6 fix(URL): prefer built in URL version when available and fallback to whatwg (...
  • b5417ae fix: import whatwg-url in a way compatible with ESM Node (#1303)
  • 18193c5 fix v2.6.3 that did not sending query params (#1301)
  • ace7536 fix: properly encode url with unicode characters (#1291)
  • 152214c Fix(package.json): Corrected main file path in package.json (#1274)
  • b5e2e41 update version number
  • 2358a6c Honor the size option after following a redirect and revert data uri support
  • 8c197f8 docs: Fix typos and grammatical errors in README.md (#686)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates semver from 5.5.0 to 5.7.2

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

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

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

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

5.0

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

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


Updates @babel/traverse from 7.0.0-beta.42 to 7.24.8

Release notes

Sourced from @​babel/traverse's releases.

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

Committers: 9

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

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

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.24.8 (2024-07-11)

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

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

v7.24.6 (2024-05-24)

🐛 Bug Fix

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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nicolo-ribaudo, a new releaser for @​babel/traverse since your current version.


Updates babel-eslint from 8.2.2 to 10.1.0

Release notes

Sourced from babel-eslint's releases.

v10.1.0

v10.0.3

Fixes babel/babel-eslint#791, also eslint/eslint#12117

Some context: babel/babel-eslint#793

We ended up going with @​JLHwung's PR babel/babel-eslint#794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.

babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.

v10.0.2

Fixes babel/babel-eslint#772

v10.0.1

The TypeAlias "conversion" to a function has issues. Sounds like we need to rethink the change, most likely we can just actually change the scoping rather than hardcode an AST change.

v10.0.0

Small breaking change: add a peerDependency starting from the ESLint version that added a parser feature that we were monkeypatching before (and drop that code). If already using ESLint 5 shouldn't be any different.

/* @flow */
type Node<T> = { head: T; tail: Node<T> }
// or
type File = {chunks: Array<Chunk>}
type Chunk = {file: File}

v9.0.0

We've released v7: https://twitter.com/left_pad/status/1034204330352500736, so this just updates babel-eslint to use those versions internally. That in itself doesn't break anything but:

  • Babel now supports the new decorators proposal by default, so we need to switch between the new and the old proposal. This is a breaking change.

To enable the legacy decorators proposal users should add a specific parser option:

{
</tr></table> 

... (truncated)

Commits

Removes ansi-html

Updates webpack-dev-server from 2.11.2 to 5.0.4

Release notes

Sourced from webpack-dev-server's releases.

v5.0.4

5.0.4 (2024-03-19)

Bug Fixes

v5.0.3

5.0.3 (2024-03-12)

Bug Fixes

v5.0.2

5.0.2 (2024-02-16)

Bug Fixes

v5.0.1

5.0.1 (2024-02-13)

Bug Fixes

v5.0.0

5.0.0 (2024-02-12)

Migration Guide and Changes.

v4.15.2

4.15.2 (2024-03-20)

Bug Fixes

  • security: bump webpack-dev-middleware (4116209)

v4.15.1

4.15.1 (2023-06-09)

... (truncated)

Changelog

Sourced from webpack-dev-server's changelog.

5.0.4 (2024-03-19)

Bug Fixes

5.0.3 (2024-03-12)

Bug Fixes

5.0.2 (2024-02-16)

Bug Fixes

5.0.1 (2024-02-13)

Bug Fixes

5.0.0 (2024-02-12)

Migration Guide and Changes.

4.15.1 (2023-06-09)

Bug Fixes

  • replace :: with localhost before openBrowser() (#4856) (874c44b)
  • types: compatibility with @types/ws (#4899) (34bcec2)

4.15.0 (2023-05-07)

Features

  • overlay displays unhandled promise rejection (#4849) (d1dd430)

4.14.0 (2023-05-06)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for webpack-dev-server since your current version.


Updates browserify-sign from 4.0.4 to 4.2.3

Changelog

Sourced from browserify-sign's changelog.

v4.2.3 - 2024-03-05

Commits

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

... (truncated)

Commits
  • bf2c3ec v4.2.3
  • 9247adf [patch] widen support to 0.12
  • f427270 [Deps] update `parse-asn1
  • 87f3a35 [Dev Deps] update aud, npmignore, tape
  • fb261ce [Deps] update elliptic
  • 4d0ee49 [patch] drop minimum node support to v1
  • 9e2bf12 [Deps] pin hash-base to ~3.0, due to a breaking change
  • 168e16f [Deps] pin elliptic due to a breaking change
  • 37a4758 [actions] remove redundant finisher
  • 4af5a90 v4.2.2
  • 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.


Updates css-what from 2.1.0 to 6.1.0

Release notes

Sourced from css-what's releases.

v6.1.0

  • feat: Support pseudo elements with data (#762) 3be227a

fb55/css-what@v6.0.1...v6.1.0

v6.0.1

  • Fix parsing column combinators after tag names 503570e

fb55/css-what@v6.0.0...v6.0.1

v6.0.0

Breaking Changes

  • Added ES6 module export (by @​spocke, fb55/css-what#680)
    • CommonJS is still provided for earlier NodeJS versions, but this change might cause issues with your build system. If they aren't trivially resolved, please open an issue!
  • Removed all options 5cad07b
    • BREAKING: Added a new value for ignoreCase: 'quirks' should ignore the case only in quirks mode.
    • BREAKING: Tags and attributes aren't lowercased anymore
  • Made selector types & actions enums 65121fe
  • Set empty namespace to null in attributes de367ca
  • Simplify stringify output 8a29466 b3e5e59

Features

  • Support parsing column combinators 8030f67

Fixes

  • Strip leading whitespace encapsulated in comments a812a1c
    • This used to be a way to sneak in descendant operators in front of selectors.

Refactors

  • Switched parsing to numbers 65121fe
  • Restructured the parser to a big switch statement 7b6cc76

Other

  • Adopted CSS Selector parsing tests from WPT 1881bba
  • Updated README to reflect changes b165a8d

New Contributors

Full Changelog: fb55/css-what@v5.1.0...v6.0.0

v5.1.0

What's Changed

Full Changelog: fb55/css-what@v5.0.1...v5.1.0

v5.0.1

Fixes:

... (truncated)

Commits
  • ee41dda 6.1.0
  • 3be227a feat: Support pseudo elements with data (#762)
  • 13ffc5b build(deps-dev): bump @​typescript-eslint/parser from 5.16.0 to 5.17.0 (#760)
  • 7d0cc2f build(deps-dev): bump @​typescript-eslint/eslint-plugin (#759)
  • 389d1b3 build(deps-dev): bump eslint from 8.11.0 to 8.12.0 (#758)
  • afd14e7 build(deps-dev): bump prettier from 2.6.0 to 2.6.1 (#757)
  • a1542de build(deps-dev): bump typescript from 4.6.2 to 4.6.3 (#756)
  • 41d9752 build(deps-dev): bump ts-jest from 27.1.3 to 27.1.4 (#755)
  • fed0407 build(deps): bump minimist from 1.2.5 to 1.2.6 (#754)
  • 96a2408 build(deps-dev): bump @​types/node from 17.0.22 to 17.0.23 (#753)
  • Additional commits viewable in compare view

Updates debug from 2.6.8 to 2.6.9

Release notes

Sourced from debug's releases.

2.6.9

Patches

  • Remove ReDoS regexp in %o formatter: #504

Credits

Huge thanks to @​zhuangya for their help!

Changelog

Sourced from debug's changelog.

2.6.9 / 2017-09-22

  • remove ReDoS regexp in %o formatter (#504)
Commits

Update...

Description has been truncated

Bumps the npm_and_yarn group with 58 updates:

| Package | From | To |
| --- | --- | --- |
| [lazysizes](https://github.com/aFarkas/lazysizes) | `4.0.2` | `5.2.1` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `2.1.2` | `2.6.7` |
| [semver](https://github.com/npm/node-semver) | `5.5.0` | `5.7.2` |
| [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.0.0-beta.42` | `7.24.8` |
| [babel-eslint](https://github.com/babel/babel-eslint) | `8.2.2` | `10.1.0` |
| [ansi-html](https://github.com/Tjatse/ansi-html) | `0.0.7` | `removed` |
| [webpack-dev-server](https://github.com/webpack/webpack-dev-server) | `2.11.2` | `5.0.4` |
| [browserify-sign](https://github.com/crypto-browserify/browserify-sign) | `4.0.4` | `4.2.3` |
| [css-what](https://github.com/fb55/css-what) | `2.1.0` | `6.1.0` |
| [debug](https://github.com/debug-js/debug) | `2.6.8` | `2.6.9` |
| [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) | `0.2.0` | `0.2.2` |
| [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` |
| [ejs](https://github.com/mde/ejs) | `2.5.7` | `removed` |
| [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) | `2.11.1` | `4.10.2` |
| [es5-ext](https://github.com/medikoo/es5-ext) | `0.10.42` | `0.10.64` |
| [express](https://github.com/expressjs/express) | `4.16.3` | `4.19.2` |
| [fsevents](https://github.com/fsevents/fsevents) | `1.1.3` | `1.2.13` |
| [fstream](https://github.com/npm/fstream) | `1.0.11` | `1.0.12` |
| [hoek](https://github.com/hapijs/hoek) | `2.16.3` | `removed` |
| [workbox-webpack-plugin](https://github.com/googlechrome/workbox) | `3.6.3` | `7.1.0` |
| [html-minifier](https://github.com/kangax/html-minifier) | `3.5.12` | `removed` |
| [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) | `2.30.1` | `5.6.0` |
| [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.0` | `1.4.2` |
| [loader-utils](https://github.com/webpack/loader-utils) | `0.2.17` | `1.1.0` |
| [lodash.template](https://github.com/lodash/lodash) | `3.6.2` | `removed` |
| [imagemin-mozjpeg](https://github.com/imagemin/imagemin-mozjpeg) | `7.0.0` | `10.0.0` |
| [lodash](https://github.com/lodash/lodash) | `4.17.5` | `4.17.21` |
| [mem](https://github.com/sindresorhus/mem) | `1.1.0` | `removed` |
| [webpack](https://github.com/webpack/webpack) | `3.11.0` | `5.93.0` |
| [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` |
| [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache) | `1.0.1` | `1.0.3` |
| [node-forge](https://github.com/digitalbazaar/forge) | `0.7.1` | `1.3.1` |
| [postcss](https://github.com/postcss/postcss) | `5.2.18` | `8.4.39` |
| [critical](https://github.com/addyosmani/critical) | `1.3.10` | `7.1.2` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `7.2.6` | `10.4.19` |
| [css-loader](https://github.com/webpack-contrib/css-loader) | `0.28.11` | `7.1.2` |
| [optimize-css-assets-webpack-plugin](https://github.com/NMFR/optimize-css-assets-webpack-plugin) | `3.2.0` | `3.2.1` |
| [postcss-import](https://github.com/postcss/postcss-import) | `11.1.0` | `16.1.0` |
| [postcss-loader](https://github.com/webpack-contrib/postcss-loader) | `2.1.3` | `8.1.1` |
| [postcss-url](https://github.com/postcss/postcss-url) | `7.3.1` | `10.1.3` |
| [vue-loader](https://github.com/vuejs/vue-loader) | `13.7.1` | `17.4.2` |
| [qs](https://github.com/ljharb/qs) | `6.3.2` | `6.3.3` |
| [request](https://github.com/request/request) | `2.79.0` | `removed` |
| [node-sass](https://github.com/sass/node-sass) | `4.14.1` | `9.0.0` |
| [set-value](https://github.com/jonschlinkert/set-value) | `2.0.0` | `2.0.1` |
| [union-value](https://github.com/jonschlinkert/union-value) | `1.0.0` | `1.0.1` |
| [tar](https://github.com/isaacs/node-tar) | `2.2.1` | `6.2.1` |
| [tough-cookie](https://github.com/salesforce/tough-cookie) | `2.3.2` | `4.1.4` |
| [url-parse](https://github.com/unshiftio/url-parse) | `1.0.5` | `1.5.10` |
| [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) | `1.12.2` | `7.2.1` |
| [ws](https://github.com/websockets/ws) | `3.3.3` | `6.2.3` |
| [y18n](https://github.com/yargs/y18n) | `3.2.1` | `4.0.0` |
| [yargs-parser](https://github.com/yargs/yargs-parser) | `4.2.1` | `18.1.3` |


Updates `lazysizes` from 4.0.2 to 5.2.1
- [Release notes](https://github.com/aFarkas/lazysizes/releases)
- [Changelog](https://github.com/aFarkas/lazysizes/blob/gh-pages/CHANGELOG.md)
- [Commits](aFarkas/lazysizes@4.0.2...5.2.1)

Updates `node-fetch` from 2.1.2 to 2.6.7
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.1.2...v2.6.7)

Updates `semver` from 5.5.0 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.5.0...v5.7.2)

Updates `@babel/traverse` from 7.0.0-beta.42 to 7.24.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-traverse)

Updates `babel-eslint` from 8.2.2 to 10.1.0
- [Release notes](https://github.com/babel/babel-eslint/releases)
- [Commits](babel/babel-eslint@v8.2.2...v10.1.0)

Removes `ansi-html`

Updates `webpack-dev-server` from 2.11.2 to 5.0.4
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v2.11.2...v5.0.4)

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 `css-what` from 2.1.0 to 6.1.0
- [Release notes](https://github.com/fb55/css-what/releases)
- [Commits](fb55/css-what@v2.1.0...v6.1.0)

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 `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 `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)

Removes `ejs`

Updates `webpack-bundle-analyzer` from 2.11.1 to 4.10.2
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-bundle-analyzer@v2.11.1...v4.10.2)

Updates `es5-ext` from 0.10.42 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.42...v0.10.64)

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

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

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

Removes `hoek`

Updates `workbox-webpack-plugin` from 3.6.3 to 7.1.0
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v3.6.3...v7.1.0)

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

Removes `html-minifier`

Updates `html-webpack-plugin` from 2.30.1 to 5.6.0
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](jantimon/html-webpack-plugin@v2.30.1...v5.6.0)

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.0 to 1.4.2
- [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md)
- [Commits](TritonDataCenter/node-jsprim@v1.4.0...v1.4.2)

Updates `loader-utils` from 0.2.17 to 1.1.0
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/master/CHANGELOG.md)
- [Commits](webpack/loader-utils@v0.2.17...v1.1.0)

Removes `lodash.template`

Updates `imagemin-mozjpeg` from 7.0.0 to 10.0.0
- [Release notes](https://github.com/imagemin/imagemin-mozjpeg/releases)
- [Commits](imagemin/imagemin-mozjpeg@v7.0.0...v10.0.0)

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)

Removes `mem`

Updates `webpack` from 3.11.0 to 5.93.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v3.11.0...v5.93.0)

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 `loader-fs-cache` from 1.0.1 to 1.0.3
- [Commits](https://github.com/viankakrisna/loader-fs-cache/commits)

Updates `node-forge` from 0.7.1 to 1.3.1
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@0.7.1...v1.3.1)

Updates `postcss` from 5.2.18 to 8.4.39
- [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.39)

Updates `critical` from 1.3.10 to 7.1.2
- [Release notes](https://github.com/addyosmani/critical/releases)
- [Changelog](https://github.com/addyosmani/critical/blob/master/CHANGELOG.md)
- [Commits](addyosmani/critical@v1.3.10...v7.1.2)

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

Updates `css-loader` from 0.28.11 to 7.1.2
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack/css-loader@v0.28.11...v7.1.2)

Updates `optimize-css-assets-webpack-plugin` from 3.2.0 to 3.2.1
- [Commits](NMFR/optimize-css-assets-webpack-plugin@v3.2.0...v3.2.1)

Updates `postcss-import` from 11.1.0 to 16.1.0
- [Release notes](https://github.com/postcss/postcss-import/releases)
- [Changelog](https://github.com/postcss/postcss-import/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-import@11.1.0...16.1.0)

Updates `postcss-loader` from 2.1.3 to 8.1.1
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](webpack/postcss-loader@v2.1.3...v8.1.1)

Updates `postcss-url` from 7.3.1 to 10.1.3
- [Release notes](https://github.com/postcss/postcss-url/releases)
- [Changelog](https://github.com/postcss/postcss-url/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-url@7.3.1...10.1.3)

Updates `vue-loader` from 13.7.1 to 17.4.2
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/commits/v17.4.2)

Updates `qs` from 6.3.2 to 6.3.3
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.3.2...v6.3.3)

Removes `request`

Updates `node-sass` from 4.14.1 to 9.0.0
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](sass/node-sass@v4.14.1...v9.0.0)

Updates `set-value` from 2.0.0 to 2.0.1
- [Commits](jonschlinkert/set-value@2.0.0...2.0.1)

Updates `union-value` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/jonschlinkert/union-value/releases)
- [Commits](jonschlinkert/union-value@1.0.0...1.0.1)

Updates `tar` from 2.2.1 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@v2.2.1...v6.2.1)

Updates `tough-cookie` from 2.3.2 to 4.1.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.3.2...v4.1.4)

Updates `url-parse` from 1.0.5 to 1.5.10
- [Commits](unshiftio/url-parse@1.0.5...1.5.10)

Updates `webpack-dev-middleware` from 1.12.2 to 7.2.1
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-middleware@v1.12.2...v7.2.1)

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

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)

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

---
updated-dependencies:
- dependency-name: lazysizes
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: node-fetch
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: semver
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@babel/traverse"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: babel-eslint
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: ansi-html
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack-dev-server
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: browserify-sign
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: css-what
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: debug
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: decode-uri-component
  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: ejs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: es5-ext
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: express
  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: hoek
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: workbox-webpack-plugin
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: fsevents
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: html-minifier
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: html-webpack-plugin
  dependency-type: direct:development
  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: loader-utils
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash.template
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: imagemin-mozjpeg
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: mem
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack
  dependency-type: direct:development
  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: loader-fs-cache
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-forge
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: postcss
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: critical
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: autoprefixer
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: css-loader
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: optimize-css-assets-webpack-plugin
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: postcss-import
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: postcss-loader
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: postcss-url
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vue-loader
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: request
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: node-sass
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: set-value
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: union-value
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: url-parse
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: y18n
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: yargs-parser
  dependency-type: indirect
  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 Jul 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants