chore(deps): update dependency eslint-config-nodebb to v1.1.9

This commit is contained in:
renovate[bot] 2025-07-01 20:34:52 +00:00 committed by Misty (NodeBB Bot)
parent e1afd6769e
commit ddb7788fe0
2 changed files with 14 additions and 14 deletions

20
package-lock.json generated
View file

@ -238,9 +238,9 @@
"peer": true
},
"node_modules/@stylistic/eslint-plugin": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.0.0.tgz",
"integrity": "sha512-nVV2FSzeTJ3oFKw+3t9gQYQcrgbopgCASSY27QOtkhEGgSfdQQjDmzZd41NeT1myQ8Wc6l+pZllST9qIu4NKzg==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-5.1.0.tgz",
"integrity": "sha512-TJRJul4u/lmry5N/kyCU+7RWWOk0wyXN+BncRlDYBqpLFnzXkd7QGVfN7KewarFIXv0IX0jSF/Ksu7aHWEDeuw==",
"dev": true,
"license": "MIT",
"peer": true,
@ -296,9 +296,9 @@
"peer": true
},
"node_modules/@typescript-eslint/types": {
"version": "8.35.0",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.35.0.tgz",
"integrity": "sha512-0mYH3emanku0vHw2aRLNGqe7EXh9WHEhi7kZzscrMDf6IIRUQ5Jk4wp1QrledE/36KtdZrVfKnE32eZCf/vaVQ==",
"version": "8.35.1",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.35.1.tgz",
"integrity": "sha512-q/O04vVnKHfrrhNAscndAn1tuQhIkwqnaW+eu5waD5IPts2eX1dgJxgqcPx5BX109/qAz7IG6VrEPTOYKCNfRQ==",
"dev": true,
"license": "MIT",
"peer": true,
@ -1041,14 +1041,14 @@
}
},
"node_modules/eslint-config-nodebb": {
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/eslint-config-nodebb/-/eslint-config-nodebb-1.1.8.tgz",
"integrity": "sha512-cj/N9EXWL1tA1kUBlb19wkXjbTIjEWkqapxwz4hVUIQuB6olH5/MuI7+N67gqpWKp8/apjhEiqsLjC9BkjGWPQ==",
"version": "1.1.9",
"resolved": "https://registry.npmjs.org/eslint-config-nodebb/-/eslint-config-nodebb-1.1.9.tgz",
"integrity": "sha512-hlW1hDxzeTIxc/KhlkbDyK0C2OYWud0ESjkkNwqMA3qfRNlbbSgj0dRhFNQuXeRQ47N5+udVpfacB6GW5Ck6cA==",
"dev": true,
"license": "ISC",
"peerDependencies": {
"@eslint/js": "^9.x",
"@stylistic/eslint-plugin": "5.0.0",
"@stylistic/eslint-plugin": "5.1.0",
"eslint-plugin-import": "2.32.0"
}
},

View file

@ -222,10 +222,10 @@ escape-string-regexp@^4.0.0:
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==

eslint-config-nodebb@^1.1.4:
version "1.1.8"
resolved "https://registry.npmjs.org/eslint-config-nodebb/-/eslint-config-nodebb-1.1.8.tgz"
integrity sha512-cj/N9EXWL1tA1kUBlb19wkXjbTIjEWkqapxwz4hVUIQuB6olH5/MuI7+N67gqpWKp8/apjhEiqsLjC9BkjGWPQ==
eslint-config-nodebb@^1.1.9:
version "1.1.9"
resolved "https://registry.yarnpkg.com/eslint-config-nodebb/-/eslint-config-nodebb-1.1.9.tgz#79d00e61584cfec358347fedced919eff147f8ba"
integrity sha512-hlW1hDxzeTIxc/KhlkbDyK0C2OYWud0ESjkkNwqMA3qfRNlbbSgj0dRhFNQuXeRQ47N5+udVpfacB6GW5Ck6cA==

eslint-scope@^8.4.0:
version "8.4.0"