Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
899e8010e9 chore(deps-dev): bump eslint-plugin-n from 18.2.1 to 18.2.2
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 18.2.1 to 18.2.2.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v18.2.1...v18.2.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  dependency-version: 18.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-13 03:42:57 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -30,7 +30,7 @@
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^29.15.4",
"eslint-plugin-n": "^18.1.0",
"eslint-plugin-n": "^18.2.2",
"globals": "^17.7.0",
"husky": "^9.1.7",
"jest": "^30.4.2",
@@ -3410,9 +3410,9 @@
}
},
"node_modules/eslint-plugin-n": {
"version": "18.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.2.1.tgz",
"integrity": "sha512-aO3C9//yq8JIvYOi/T+jPvcZ9hZzpwzbR8esrYpFtgE9vpbyM8kn42AQOtIqYspVmpaSWr8X+nrlQuAJYxXAaw==",
"version": "18.2.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-18.2.2.tgz",
"integrity": "sha512-gOO0lIqwEjZ750kv9/SptCWArUoAZXJoBr0vYWTO2dCBxctHUXlBIigiC8xuxxr/NKqgIT6Ehz1xRcilj8a5cA==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -63,7 +63,7 @@
"eslint": "^10.5.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^29.15.4",
"eslint-plugin-n": "^18.1.0",
"eslint-plugin-n": "^18.2.2",
"globals": "^17.7.0",
"husky": "^9.1.7",
"jest": "^30.4.2",