Bump dependencies into the new year (#2788)

* Bump qs from 6.11.2 to 6.14.1

Bumps [qs](https://github.com/ljharb/qs) from 6.11.2 to 6.14.1.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.11.2...v6.14.1)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 6.14.1
  dependency-type: indirect
...

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

* Patch other dependencies

* Bump other dependencies

* Update year

* Bump eslint plugin not too far

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: veeck <gitkraken@veeck.de>
This commit is contained in:
Veeck
2026-01-03 14:52:26 +01:00
committed by GitHub
parent 1d4c9cee1f
commit 743092ebbb
3 changed files with 737 additions and 390 deletions

View File

@@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2025 The Modernizr Team | Modernizr 4.0.0-alpha
Copyright (c) 2026 The Modernizr Team | Modernizr 4.0.0-alpha
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

1111
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -50,9 +50,9 @@
"doctrine": "^3.0.0",
"file": "^0.2.2",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"mkdirp": "^3.0.1",
"requirejs": "^2.3.7",
"requirejs": "^2.3.8",
"yargs": "^17.7.2"
},
"devDependencies": {
@@ -60,13 +60,13 @@
"@babel/preset-env": "^7.28.5",
"@babel/register": "^7.28.3",
"auto-changelog": "^2.5.0",
"chai": "^4.3.7",
"chai": "^4.5.0",
"codecov": "^3.8.3",
"del": "^6.1.1",
"eslint": "^8.45.0",
"eslint-plugin-jsdoc": "^46.4.4",
"eslint": "^8.57.1",
"eslint-plugin-jsdoc": "^50.8.0",
"find-parent-dir": "^0.3.1",
"fs-extra": "^11.3.2",
"fs-extra": "^11.3.3",
"globby": "^11.1.0",
"gulp": "^5.0.1",
"gulp-connect": "^5.7.0",
@@ -80,7 +80,7 @@
"nyc": "^17.1.0",
"proxyquire": "^2.1.3",
"sinon": "^15.2.0",
"ua-parser-js": "^1.0.39"
"ua-parser-js": "^1.0.41"
},
"scripts": {
"--- DEFAULT SCRIPTS ---": "",