mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-01 05:52:12 -04:00
chore(deps): fix vulnerable deps
This commit is contained in:
@@ -57,7 +57,9 @@
|
||||
"js-yaml@^4.0.0": "npm:@zkochan/js-yaml@0.0.5",
|
||||
"lodash@<4.17.19": "^4.17.9",
|
||||
"hosted-git-info@<3.0.8": "^3.0.8",
|
||||
"nopt@5": "npm:@pnpm/nopt@^0.2.1"
|
||||
"nopt@5": "npm:@pnpm/nopt@^0.2.1",
|
||||
"glob-parent@3": "^5.1.2",
|
||||
"trim-newlines@1": "^3.0.1"
|
||||
},
|
||||
"neverBuiltDependencies": [
|
||||
"core-js",
|
||||
|
||||
24
pnpm-lock.yaml
generated
24
pnpm-lock.yaml
generated
@@ -12,6 +12,8 @@ overrides:
|
||||
lodash@<4.17.19: ^4.17.9
|
||||
hosted-git-info@<3.0.8: ^3.0.8
|
||||
nopt@5: npm:@pnpm/nopt@^0.2.1
|
||||
glob-parent@3: ^5.1.2
|
||||
trim-newlines@1: ^3.0.1
|
||||
|
||||
importers:
|
||||
|
||||
@@ -7881,7 +7883,7 @@ packages:
|
||||
dependencies:
|
||||
'@mrmlnc/readdir-enhanced': 2.2.1
|
||||
'@nodelib/fs.stat': 1.1.3
|
||||
glob-parent: 3.1.0
|
||||
glob-parent: 5.1.2
|
||||
is-glob: 4.0.1
|
||||
merge2: 1.4.1
|
||||
micromatch: 3.1.10
|
||||
@@ -8384,13 +8386,6 @@ packages:
|
||||
resolution: {integrity: sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=}
|
||||
dev: true
|
||||
|
||||
/glob-parent/3.1.0:
|
||||
resolution: {integrity: sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=}
|
||||
dependencies:
|
||||
is-glob: 3.1.0
|
||||
path-dirname: 1.0.2
|
||||
dev: true
|
||||
|
||||
/glob-parent/5.1.2:
|
||||
resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==}
|
||||
engines: {node: '>= 6'}
|
||||
@@ -8403,7 +8398,7 @@ packages:
|
||||
dependencies:
|
||||
extend: 3.0.2
|
||||
glob: 7.1.7
|
||||
glob-parent: 3.1.0
|
||||
glob-parent: 5.1.2
|
||||
is-negated-glob: 1.0.0
|
||||
ordered-read-streams: 1.0.1
|
||||
pumpify: 1.5.1
|
||||
@@ -10453,7 +10448,7 @@ packages:
|
||||
object-assign: 4.1.1
|
||||
read-pkg-up: 1.0.1
|
||||
redent: 1.0.0
|
||||
trim-newlines: 1.0.0
|
||||
trim-newlines: 3.0.1
|
||||
dev: true
|
||||
|
||||
/meow/6.1.1:
|
||||
@@ -11396,10 +11391,6 @@ packages:
|
||||
resolution: {integrity: sha512-gds5iRhSeOcDtj8gfWkRHLtZKTPsFVuh7utbjYtvnclw4XM+ffRzJrwqMhOD1PVqef7nBLmgsu1vIujjvAJrAw==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
/path-dirname/1.0.2:
|
||||
resolution: {integrity: sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=}
|
||||
dev: true
|
||||
|
||||
/path-exists/2.1.0:
|
||||
resolution: {integrity: sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=}
|
||||
engines: {node: '>=0.10.0'}
|
||||
@@ -13450,11 +13441,6 @@ packages:
|
||||
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
|
||||
hasBin: true
|
||||
|
||||
/trim-newlines/1.0.0:
|
||||
resolution: {integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM=}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/trim-newlines/3.0.1:
|
||||
resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
Reference in New Issue
Block a user