From 118b5f550cb2b7256a2cb363ea08385b53c5c73c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 03:59:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 - https://snyk.io/vuln/SNYK-JS-GETFUNCNAME-5923417 - https://snyk.io/vuln/SNYK-JS-LODASH-567746 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534478 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534988 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/npm:marked:20180225 - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1056767 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-567742 - https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-PATHVAL-596926 - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-JSYAML-174129 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1279029 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 - https://snyk.io/vuln/SNYK-JS-ACORN-559469 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-480388 - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-PATHPARSE-1077067 - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/SNYK-JS-ESLINTUTILS-460220 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-173692 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-174183 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-469063 - https://snyk.io/vuln/SNYK-JS-NWSAPI-2841516 - https://snyk.io/vuln/SNYK-JS-JSYAML-173999 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 3ab013c..bd79fc4 100644 --- a/package.json +++ b/package.json @@ -33,21 +33,21 @@ "twig": "^1.11.0" }, "devDependencies": { - "@babel/core": "^7.1.0", - "@babel/preset-env": "^7.1.0", - "@babel/register": "^7.0.0", + "@babel/core": "^7.23.2", + "@babel/preset-env": "^7.22.6", + "@babel/register": "^7.13.16", "babel-eslint": "^10.0.1", - "chai": "^4.1.2", + "chai": "^4.3.10", "chai-as-promised": "^7.1.1", - "codecov": "^3.1.0", - "cross-env": "^5.2.0", - "eslint": "^5.6.0", + "codecov": "^3.5.0", + "cross-env": "^6.0.0", + "eslint": "^8.46.0", "greenkeeper-lockfile": "^1.15.1", "jquery": "^3.3.1", - "jsdoc": "^3.5.5", - "jsdom": "^13.0.0", + "jsdoc": "^3.6.4", + "jsdom": "^24.1.1", "mocha": "^5.2.0", - "nyc": "^13.0.1", + "nyc": "^17.0.0", "rollup": "^0.67.0", "rollup-plugin-babel": "^4.0.3", "sinon": "^6.3.4",