From d38b7e15cbfe92c4ad20e47a291a82f9439b49cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 17:30:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 972102cd08ee..48233a8e2be6 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "mdast-util-from-markdown": "^0.8.5", "mdast-util-to-string": "^2.0.0", "morgan": "^1.10.0", - "next": "^11.0.0", + "next": "^12.0.8", "node-fetch": "^2.6.1", "parse5": "^6.0.1", "port-used": "^2.0.8", @@ -101,7 +101,7 @@ "@babel/plugin-transform-runtime": "^7.14.3", "@babel/preset-env": "^7.14.2", "@graphql-inspector/core": "^2.5.0", - "@graphql-tools/load": "^6.2.8", + "@graphql-tools/load": "^7.0.0", "@octokit/rest": "^18.5.3", "@types/github-slugger": "^1.3.0", "@types/imurmurhash": "^0.1.1", @@ -110,7 +110,7 @@ "@types/react": "^17.0.6", "@types/react-dom": "^17.0.5", "@types/uuid": "^8.3.0", - "@typescript-eslint/eslint-plugin": "^4.26.1", + "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^4.26.1", "async": "^3.2.0", "await-sleep": "0.0.1", @@ -144,7 +144,7 @@ "is-url": "^1.2.4", "japanese-characters": "^1.1.0", "javascript-stringify": "^2.1.0", - "jest": "^26.6.3", + "jest": "^29.0.0", "jest-expect-message": "^1.0.2", "jest-github-actions-reporter": "^1.0.3", "jest-slow-test-reporter": "^1.0.0",