build(deps-dev): bump eslint-plugin-unicorn from 62.0.0 to 63.0.0 (#5067)

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 62.0.0 to 63.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v62.0.0...v63.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-version: 63.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-11 22:36:14 +00:00
committed by GitHub
parent e1adace0f5
commit 8c18432dd6
2 changed files with 5 additions and 7 deletions

10
package-lock.json generated
View File

@@ -35,7 +35,7 @@
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^62.5.4",
"eslint-plugin-n": "^17.23.2",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-unicorn": "^63.0.0",
"globals": "^17.3.0",
"husky": "^9.1.7",
"jquery": "^4.0.0",
@@ -3173,20 +3173,18 @@
}
},
"node_modules/eslint-plugin-unicorn": {
"version": "62.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-62.0.0.tgz",
"integrity": "sha512-HIlIkGLkvf29YEiS/ImuDZQbP12gWyx5i3C6XrRxMvVdqMroCI9qoVYCoIl17ChN+U89pn9sVwLxhIWj5nEc7g==",
"version": "63.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-63.0.0.tgz",
"integrity": "sha512-Iqecl9118uQEXYh7adylgEmGfkn5es3/mlQTLLkd4pXkIk9CTGrAbeUux+YljSa2ohXCBmQQ0+Ej1kZaFgcfkA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/helper-validator-identifier": "^7.28.5",
"@eslint-community/eslint-utils": "^4.9.0",
"@eslint/plugin-kit": "^0.4.0",
"change-case": "^5.4.4",
"ci-info": "^4.3.1",
"clean-regexp": "^1.0.0",
"core-js-compat": "^3.46.0",
"esquery": "^1.6.0",
"find-up-simple": "^1.0.1",
"globals": "^16.4.0",
"indent-string": "^5.0.0",

View File

@@ -145,7 +145,7 @@
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^62.5.4",
"eslint-plugin-n": "^17.23.2",
"eslint-plugin-unicorn": "^62.0.0",
"eslint-plugin-unicorn": "^63.0.0",
"globals": "^17.3.0",
"husky": "^9.1.7",
"jquery": "^4.0.0",