mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
fix(deps): update fast-deep-equal to v3.1.3
This commit is contained in:
5
.changeset/hip-chefs-jog.md
Normal file
5
.changeset/hip-chefs-jog.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/read-project-manifest": patch
|
||||
---
|
||||
|
||||
Update fast-deep-equal to v3.1.3.
|
||||
@@ -32,15 +32,15 @@
|
||||
"@pnpm/error": "workspace:1.2.0",
|
||||
"@pnpm/types": "workspace:^6.0.0",
|
||||
"@pnpm/write-project-manifest": "workspace:1.0.3",
|
||||
"detect-indent": "6.0.0",
|
||||
"fast-deep-equal": "3.1.1",
|
||||
"graceful-fs": "4.2.1",
|
||||
"is-windows": "1.0.2",
|
||||
"json5": "2.1.3",
|
||||
"parse-json": "5.0.0",
|
||||
"read-yaml-file": "2.0.0",
|
||||
"sort-keys": "4.0.0",
|
||||
"strip-bom": "4.0.0"
|
||||
"detect-indent": "^6.0.0",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"graceful-fs": "^4.2.1",
|
||||
"is-windows": "^1.0.2",
|
||||
"json5": "^2.1.3",
|
||||
"parse-json": "^5.0.0",
|
||||
"read-yaml-file": "^2.0.0",
|
||||
"sort-keys": "^4.0.0",
|
||||
"strip-bom": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/read-project-manifest": "link:",
|
||||
|
||||
26
pnpm-lock.yaml
generated
26
pnpm-lock.yaml
generated
@@ -2334,8 +2334,8 @@ importers:
|
||||
'@pnpm/types': 'link:../types'
|
||||
'@pnpm/write-project-manifest': 'link:../write-project-manifest'
|
||||
detect-indent: 6.0.0
|
||||
fast-deep-equal: 3.1.1
|
||||
graceful-fs: 4.2.1
|
||||
fast-deep-equal: 3.1.3
|
||||
graceful-fs: 4.2.4
|
||||
is-windows: 1.0.2
|
||||
json5: 2.1.3
|
||||
parse-json: 5.0.0
|
||||
@@ -2358,15 +2358,15 @@ importers:
|
||||
'@types/is-windows': ^1.0.0
|
||||
'@types/json5': 0.0.30
|
||||
'@types/parse-json': ^4.0.0
|
||||
detect-indent: 6.0.0
|
||||
fast-deep-equal: 3.1.1
|
||||
graceful-fs: 4.2.1
|
||||
is-windows: 1.0.2
|
||||
json5: 2.1.3
|
||||
parse-json: 5.0.0
|
||||
read-yaml-file: 2.0.0
|
||||
sort-keys: 4.0.0
|
||||
strip-bom: 4.0.0
|
||||
detect-indent: ^6.0.0
|
||||
fast-deep-equal: ^3.1.3
|
||||
graceful-fs: ^4.2.1
|
||||
is-windows: ^1.0.2
|
||||
json5: ^2.1.3
|
||||
parse-json: ^5.0.0
|
||||
read-yaml-file: ^2.0.0
|
||||
sort-keys: ^4.0.0
|
||||
strip-bom: ^4.0.0
|
||||
tempy: 0.5.0
|
||||
packages/read-projects-context:
|
||||
dependencies:
|
||||
@@ -6416,10 +6416,6 @@ packages:
|
||||
dev: true
|
||||
resolution:
|
||||
integrity: sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=
|
||||
/fast-deep-equal/3.1.1:
|
||||
dev: false
|
||||
resolution:
|
||||
integrity: sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
|
||||
/fast-deep-equal/3.1.3:
|
||||
resolution:
|
||||
integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
||||
|
||||
Reference in New Issue
Block a user