From 88a1f8e917efed9df9d1efa233f4eded63d89179 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 00:12:27 +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-IP-6240864 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-IP-7148531 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-CONVENTIONALCOMMITSPARSER-1766960 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 43e58660d..750bda5d3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "devDependencies": { "@octokit/auth": "^3.0.1", - "@pika/pack": "^0.3.7", + "@pika/pack": "^0.5.0", "@pika/plugin-build-node": "^0.9.0", "@pika/plugin-build-web": "^0.9.0", "@pika/plugin-ts-standard-pkg": "^0.9.0", @@ -42,15 +42,15 @@ "@types/jest": "^29.0.0", "@types/lolex": "^5.1.0", "@types/node": "^16.0.0", - "fetch-mock": "^9.0.0", + "fetch-mock": "^10.0.0", "http-proxy-agent": "^5.0.0", - "jest": "^29.0.0", + "jest": "^29.6.3", "lolex": "^6.0.0", "prettier": "2.7.1", "proxy": "^1.0.1", - "semantic-release": "^19.0.0", + "semantic-release": "^24.0.0", "semantic-release-plugin-update-version-in-files": "^1.0.0", - "ts-jest": "^29.0.0", + "ts-jest": "^29.1.1", "typescript": "^4.0.2" }, "jest": {