From 0f190a2d7e0e1b01c87ecd05ea8caab5058407ce Mon Sep 17 00:00:00 2001 From: Alexandre Alves Date: Wed, 22 Jan 2025 13:15:19 +0000 Subject: [PATCH] add resolution for entities package (#66) * add resolution for entitites package * Create healthy-lemons-flow.md --- .changeset/healthy-lemons-flow.md | 7 +++++++ package.json | 3 ++- yarn.lock | 14 ++------------ 3 files changed, 11 insertions(+), 13 deletions(-) create mode 100644 .changeset/healthy-lemons-flow.md diff --git a/.changeset/healthy-lemons-flow.md b/.changeset/healthy-lemons-flow.md new file mode 100644 index 0000000..afbcc6a --- /dev/null +++ b/.changeset/healthy-lemons-flow.md @@ -0,0 +1,7 @@ +--- +"observability": patch +--- + +Add resolution for `entities` package to satisfy the constraints verified with the update of Rancher Dashboard to VueJS 3.5. + +Fixes https://github.com/rancher/dashboard/issues/13175 diff --git a/package.json b/package.json index f2aa40d..1ffdd24 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "@nuxtjs/eslint-config-typescript": "6.0.1" }, "resolutions": { - "@types/lodash": "4.14.184" + "@types/lodash": "4.14.184", + "entities": "4.5.0" }, "scripts": { "lint": "eslint --ext .ts,.js,.vue", diff --git a/yarn.lock b/yarn.lock index 1459be4..57d3593 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8142,21 +8142,11 @@ enquirer@^2.3.5, enquirer@^2.3.6, enquirer@^2.4.1: ansi-colors "^4.1.1" strip-ansi "^6.0.1" -entities@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" - integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== - -entities@^4.5.0: +entities@4.5.0, entities@^2.0.0, entities@^4.5.0, entities@~2.1.0: version "4.5.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" + resolved "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== -entities@~2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz#992d3129cf7df6870b96c57858c249a120f8b8b5" - integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== - error-ex@^1.3.1: version "1.3.2" resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"