diff --git a/package-lock.json b/package-lock.json index c1d14d6..3ec47ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,12 +7,12 @@ "": { "name": "loot.github.io", "version": "1.0.0", - "license": "ISC", + "license": " GPL-3.0-only", "dependencies": { "@ltd/j-toml": "^1.33.0", "@octokit/plugin-throttling": "^11.0.0", "@octokit/rest": "^22.0.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.2.0", "material-design-lite": "^1.3.0" } }, @@ -37,7 +37,6 @@ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-7.0.6.tgz", "integrity": "sha512-DhGl4xMVFGVIyMwswXeyzdL4uXD5OGILGX5N8Y+f6W7LhC1Ze2poSNrkF/fedpVDHEEZ+PHFW0vL14I+mm8K3Q==", "license": "MIT", - "peer": true, "dependencies": { "@octokit/auth-token": "^6.0.0", "@octokit/graphql": "^9.0.3", @@ -229,9 +228,19 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/package.json b/package.json index ad84064..83b4b18 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@ltd/j-toml": "^1.33.0", "@octokit/plugin-throttling": "^11.0.0", "@octokit/rest": "^22.0.0", - "js-yaml": "^4.1.0", + "js-yaml": "^4.2.0", "material-design-lite": "^1.3.0" } }