diff --git a/package-lock.json b/package-lock.json index a35aa7b9e..75d38a226 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2450,9 +2450,9 @@ "dev": true }, "@weareopensource/conventional-changelog": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@weareopensource/conventional-changelog/-/conventional-changelog-1.5.0.tgz", - "integrity": "sha512-CAViOlcZ1XBfrOcj5M0WUqy2Ko2p7PircM+KkO5av/DdKUJIF54hmXsz9vWiKB4eQ5cyZL7Eun+jTypCw9UojA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@weareopensource/conventional-changelog/-/conventional-changelog-1.7.0.tgz", + "integrity": "sha512-Zdx/DEgPW9O6mXEONmVGzJQIS0gRCJh+0b8xXJ/0K/0Az5YMLBIT8E6kCuTnBbusi99Li3JNl218tW1KtzEe6Q==", "dev": true, "requires": { "chalk": "^4.1.0", @@ -2498,9 +2498,9 @@ }, "dependencies": { "@sindresorhus/is": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-3.0.0.tgz", - "integrity": "sha512-kqA5I6Yun7PBHk8WN9BBP1c7FfN2SrD05GuVSEYPqDb4nerv7HqYfgBfMIKmT/EuejURkJKLZuLyGKGs6WEG9w==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-3.1.0.tgz", + "integrity": "sha512-n4J+zu52VdY43kdi/XdI9DzuMr1Mur8zFL5ZRG2opCans9aiFwkPxHYFEb5Xgy7n1Z4K6WfI4FpqUqsh3E8BPQ==" }, "@szmarczak/http-timer": { "version": "4.0.5", @@ -20999,9 +20999,9 @@ } }, "snyk": { - "version": "1.366.0", - "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.366.0.tgz", - "integrity": "sha512-tXDUXE1TIo22zIfTAQNvtpk0IpgrGtw2MT5V56Nl1pS+6yxG8IX7jbYpomDCT5KOfglMmSphG1YVnEtfKO6zQw==", + "version": "1.366.2", + "resolved": "https://registry.npmjs.org/snyk/-/snyk-1.366.2.tgz", + "integrity": "sha512-XkqZK7Q38z65/0B5xDo9pIACC3xu1x08gl32KP6L2U8X8dsbvx8V21fkOB82Br96OYW4reNA9kc+mGsL7dJy7A==", "requires": { "@snyk/cli-interface": "2.8.1", "@snyk/dep-graph": "1.18.3", diff --git a/package.json b/package.json index 88fa51f64..9ff9cf147 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "save": "^2.4.0", "sequelize": "^6.3.3", "sharp": "^0.25.4", - "snyk": "^1.363.0", + "snyk": "^1.366.2", "supertest": "^4.0.2", "swig": "^1.4.2", "winston": "3.3.3", @@ -98,7 +98,7 @@ "@commitlint/cli": "^9.1.1", "@commitlint/config-conventional": "^9.1.1", "@semantic-release/changelog": "^5.0.1", - "@weareopensource/conventional-changelog": "^1.3.0", + "@weareopensource/conventional-changelog": "^1.7.0", "commitizen": "^4.1.2", "coveralls": "~3.1.0", "eslint": "^7.5.0", @@ -110,7 +110,7 @@ "gulp-nodemon": "~2.5.0", "gulp-refresh": "~1.1.0", "husky": "^4.2.5", - "inquirer": "^7.3.2", + "inquirer": "^7.3.3", "jest-cli": "24.9.0", "standard-version": "^8.0.2", "semantic-release": "^17.1.1"