Skip to content

Commit

Permalink
Merge pull request #13190 from rak-phillip/chore/shell-entities
Browse files Browse the repository at this point in the history
Add entities to shell dependencies
  • Loading branch information
rak-phillip authored Jan 23, 2025
2 parents 940d54d + aa5ecf7 commit 0e2ab4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rancher/shell",
"version": "3.0.2-rc.1",
"version": "3.0.2-rc.2",
"description": "Rancher Dashboard Shell",
"repository": "https://github.com/rancherlabs/dashboard",
"license": "Apache-2.0",
Expand Down Expand Up @@ -77,6 +77,7 @@
"diff2html": "3.4.24",
"dompurify": "2.5.4",
"element-matches": "^0.1.2",
"entities": "4.5.0",
"eslint-config-standard": "16.0.3",
"eslint-import-resolver-node": "0.3.4",
"eslint-module-utils": "2.6.1",
Expand Down
10 changes: 5 additions & 5 deletions shell/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7072,16 +7072,16 @@ enquirer@^2.3.5, enquirer@^2.3.6:
ansi-colors "^4.1.1"
strip-ansi "^6.0.1"

[email protected], entities@^4.5.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==

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:
version "4.5.0"
resolved "https://registry.yarnpkg.com/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"
Expand Down

0 comments on commit 0e2ab4e

Please sign in to comment.