From dc6f60944ef6fdbeb4e7bfb9bbbbb1d0dca225f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Aug 2024 07:56:14 +0000 Subject: [PATCH] fix: upgrade unified from 11.0.4 to 11.0.5 Snyk has created this PR to upgrade unified from 11.0.4 to 11.0.5. See this package in npm: unified See this project in Snyk: https://app.snyk.io/org/ty-abbott/project/b910ac13-ae6d-4c94-b4e4-74abf90c30d6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3e563d..326ab73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "source-map-support": "^0.5.21", "to-vfile": "^8.0.0", "toml": "^3.0.0", - "unified": "^11.0.4", + "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "vfile": "^6.0.2", "workerpool": "^9.1.3", @@ -6205,9 +6205,10 @@ } }, "node_modules/unified": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.4.tgz", - "integrity": "sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz", + "integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==", + "license": "MIT", "dependencies": { "@types/unist": "^3.0.0", "bail": "^2.0.0", diff --git a/package.json b/package.json index b6c3a1d..484cd8b 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "source-map-support": "^0.5.21", "to-vfile": "^8.0.0", "toml": "^3.0.0", - "unified": "^11.0.4", + "unified": "^11.0.5", "unist-util-visit": "^5.0.0", "vfile": "^6.0.2", "workerpool": "^9.1.3",