chore(deps): bump entities from 4.5.0 to 5.0.0 (#16011)
* chore(deps): bump entities from 4.5.0 to 5.0.0 Bumps [entities](https://github.com/fb55/entities) from 4.5.0 to 5.0.0. - [Release notes](https://github.com/fb55/entities/releases) - [Commits](https://github.com/fb55/entities/compare/v4.5.0...v5.0.0) --- updated-dependencies: - dependency-name: entities dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8dfaaf0f5d
commit
0b8effc1ff
|
|
@ -70,7 +70,7 @@
|
|||
"destr": "2.0.3",
|
||||
"directory-import": "3.3.1",
|
||||
"dotenv": "16.4.5",
|
||||
"entities": "4.5.0",
|
||||
"entities": "5.0.0",
|
||||
"etag": "1.8.1",
|
||||
"fanfou-sdk": "5.0.0",
|
||||
"form-data": "4.0.0",
|
||||
|
|
|
|||
|
|
@ -69,8 +69,8 @@ importers:
|
|||
specifier: 16.4.5
|
||||
version: 16.4.5
|
||||
entities:
|
||||
specifier: 4.5.0
|
||||
version: 4.5.0
|
||||
specifier: 5.0.0
|
||||
version: 5.0.0
|
||||
etag:
|
||||
specifier: 1.8.1
|
||||
version: 1.8.1
|
||||
|
|
@ -3076,6 +3076,10 @@ packages:
|
|||
resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==}
|
||||
engines: {node: '>=0.12'}
|
||||
|
||||
entities@5.0.0:
|
||||
resolution: {integrity: sha512-BeJFvFRJddxobhvEdm5GqHzRV/X+ACeuw0/BuuxsCh1EUZcAIz8+kYmBp/LrQuloy6K1f3a0M7+IhmZ7QnkISA==}
|
||||
engines: {node: '>=0.12'}
|
||||
|
||||
env-paths@2.2.1:
|
||||
resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==}
|
||||
engines: {node: '>=6'}
|
||||
|
|
@ -9849,6 +9853,8 @@ snapshots:
|
|||
|
||||
entities@4.5.0: {}
|
||||
|
||||
entities@5.0.0: {}
|
||||
|
||||
env-paths@2.2.1: {}
|
||||
|
||||
error-ex@1.3.2:
|
||||
|
|
|
|||
Loading…
Reference in New Issue