diff --git a/package-lock.json b/package-lock.json index ca3d592..cd9b82d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "api-security-probe", - "version": "0.1.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "api-security-probe", - "version": "0.1.0", + "version": "0.2.1", "license": "MIT", "dependencies": { - "js-yaml": "^4.1.0" + "js-yaml": "^5.2.1" }, "bin": { "api-security-probe": "bin/cli.js" @@ -25,15 +25,25 @@ "license": "Python-2.0" }, "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": "5.2.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz", + "integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, "bin": { - "js-yaml": "bin/js-yaml.js" + "js-yaml": "bin/js-yaml.mjs" } } } diff --git a/package.json b/package.json index f5b7edf..7f757c0 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "node": ">=16" }, "dependencies": { - "js-yaml": "^4.1.0" + "js-yaml": "^5.2.1" } }