From 53d7c1033a8961f66e35d8eccdd61dd8772c8efd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 16:51:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9c9e0b..e639b1b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Easy Search [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Build Status](https://travis-ci.org/matteodem/meteor-easy-search.svg?branch=master)](https://travis-ci.org/matteodem/meteor-easy-search) =====================", "main": "index.js", "dependencies": { - "conventional-changelog": "^1.0.1", + "conventional-changelog": "^3.1.10", "cz-conventional-changelog": "^1.1.5" }, "devDependencies": {