From f3c37916978c593500c8713dd2a235604173bb21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 07:40:04 +0000 Subject: [PATCH] Bump @types/hast from 2.3.8 to 3.0.4 in /odd-platform-ui Bumps [@types/hast](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/hast) from 2.3.8 to 3.0.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/hast) --- updated-dependencies: - dependency-name: "@types/hast" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- odd-platform-ui/package.json | 2 +- odd-platform-ui/pnpm-lock.yaml | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/odd-platform-ui/package.json b/odd-platform-ui/package.json index d93c8a2a1..ea52cdc4d 100644 --- a/odd-platform-ui/package.json +++ b/odd-platform-ui/package.json @@ -100,7 +100,7 @@ "@types/d3-shape": "^3.1.6", "@types/d3-zoom": "^3.0.8", "@types/glob": "^8.1.0", - "@types/hast": "^2.3.8", + "@types/hast": "^3.0.4", "@types/jest": "^29.5.10", "@types/lodash": "^4.14.202", "@types/node": "^20.10.1", diff --git a/odd-platform-ui/pnpm-lock.yaml b/odd-platform-ui/pnpm-lock.yaml index db6253cd8..d3b5ff203 100644 --- a/odd-platform-ui/pnpm-lock.yaml +++ b/odd-platform-ui/pnpm-lock.yaml @@ -189,8 +189,8 @@ devDependencies: specifier: ^8.1.0 version: 8.1.0 '@types/hast': - specifier: ^2.3.8 - version: 2.3.8 + specifier: ^3.0.4 + version: 3.0.4 '@types/jest': specifier: ^29.5.10 version: 29.5.10 @@ -1935,6 +1935,13 @@ packages: resolution: {integrity: sha512-aMIqAlFd2wTIDZuvLbhUT+TGvMxrNC8ECUIVtH6xxy0sQLs3iu6NO8Kp/VT5je7i5ufnebXzdV1dNDMnvaH6IQ==} dependencies: '@types/unist': 2.0.7 + dev: false + + /@types/hast@3.0.4: + resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} + dependencies: + '@types/unist': 3.0.2 + dev: true /@types/hoist-non-react-statics@3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} @@ -2083,6 +2090,7 @@ packages: /@types/unist@2.0.7: resolution: {integrity: sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g==} + dev: false /@types/unist@3.0.2: resolution: {integrity: sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==}