[READ-ONLY] Mirror of https://github.com/lion-byte/eslint-config. ESLint config for personal projects
eslint-config personal-config
0

Configure Feed

Select the types of activity you want to include in your feed.

build(deps-dev): bump js-yaml from 4.1.1 to 4.2.0

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/commits)

---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.2.0
dependency-type: indirect
...

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

authored by

dependabot[bot] and committed by
GitHub
(Jun 17, 2026, 8:16 PM UTC) ba5963b9 6e48b3ad

+13 -3
+13 -3
package-lock.json
··· 3317 3317 "license": "MIT" 3318 3318 }, 3319 3319 "node_modules/js-yaml": { 3320 - "version": "4.1.1", 3321 - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", 3322 - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", 3320 + "version": "4.2.0", 3321 + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", 3322 + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", 3323 3323 "dev": true, 3324 + "funding": [ 3325 + { 3326 + "type": "github", 3327 + "url": "https://github.com/sponsors/puzrin" 3328 + }, 3329 + { 3330 + "type": "github", 3331 + "url": "https://github.com/sponsors/nodeca" 3332 + } 3333 + ], 3324 3334 "license": "MIT", 3325 3335 "dependencies": { 3326 3336 "argparse": "^2.0.1"