Christmas cookie ranking site
0
fork

Configure Feed

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

Bump js-yaml from 4.1.0 to 4.1.1

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

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

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

authored by

dependabot[bot] and committed by
GitHub
0bfe0d50 91a3297f

+4 -3
+4 -3
package-lock.json
··· 2861 2861 "integrity": "sha512-CuGrfNzJKE8TjDOywxxZPC9IpmFVDGOof6tL9vVO7UbXFKfnWdBMXAAF4qOOT+e4TK8cEfXaECPOdK5MuMzAXg==" 2862 2862 }, 2863 2863 "node_modules/js-yaml": { 2864 - "version": "4.1.0", 2865 - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", 2866 - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", 2864 + "version": "4.1.1", 2865 + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", 2866 + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", 2867 2867 "dev": true, 2868 + "license": "MIT", 2868 2869 "dependencies": { 2869 2870 "argparse": "^2.0.1" 2870 2871 },