mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Merge pull request #3156 from thelounge/renovate/package-json-6.x
Update dependency package-json to v6.3.0
This commit is contained in:
commit
a3bc59c36f
2 changed files with 10 additions and 10 deletions
|
@ -52,7 +52,7 @@
|
|||
"linkify-it": "2.1.0",
|
||||
"lodash": "4.17.11",
|
||||
"mime-types": "2.1.22",
|
||||
"package-json": "6.2.0",
|
||||
"package-json": "6.3.0",
|
||||
"read": "1.0.7",
|
||||
"read-chunk": "3.1.0",
|
||||
"request": "2.88.0",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -5904,13 +5904,13 @@ package-hash@^3.0.0:
|
|||
lodash.flattendeep "^4.4.0"
|
||||
release-zalgo "^1.0.0"
|
||||
|
||||
package-json@6.2.0:
|
||||
version "6.2.0"
|
||||
resolved "https://registry.yarnpkg.com/package-json/-/package-json-6.2.0.tgz#06ab45d593929f4d694cc113c3ea983554b151c1"
|
||||
integrity sha512-r9i1TSMI5x+0CtzP/hkpcmAoVtwTT7Vdy1UrkUxeSJ5N+Lzeg5+yUMlxD2FYFdOpt9Sb3QLLxdI2eosmRQGwBA==
|
||||
package-json@6.3.0:
|
||||
version "6.3.0"
|
||||
resolved "https://registry.yarnpkg.com/package-json/-/package-json-6.3.0.tgz#5ed793418b8322af7abfb985a19a20c2f40c2fb0"
|
||||
integrity sha512-XO7WS3EEXd48vmW633Y97Mh9xuENFiOevI9G+ExfTG/k6xuY9cBd3fxkAoDMSEsNZXasaVJIJ1rD/n7GMf18bA==
|
||||
dependencies:
|
||||
got "^9.6.0"
|
||||
registry-auth-token "^3.3.2"
|
||||
registry-auth-token "^3.4.0"
|
||||
registry-url "^5.0.0"
|
||||
semver "^5.6.0"
|
||||
|
||||
|
@ -6885,10 +6885,10 @@ regexpu-core@^4.5.4:
|
|||
unicode-match-property-ecmascript "^1.0.4"
|
||||
unicode-match-property-value-ecmascript "^1.1.0"
|
||||
|
||||
registry-auth-token@^3.3.2:
|
||||
version "3.3.2"
|
||||
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.3.2.tgz#851fd49038eecb586911115af845260eec983f20"
|
||||
integrity sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==
|
||||
registry-auth-token@^3.4.0:
|
||||
version "3.4.0"
|
||||
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.4.0.tgz#d7446815433f5d5ed6431cd5dca21048f66b397e"
|
||||
integrity sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A==
|
||||
dependencies:
|
||||
rc "^1.1.6"
|
||||
safe-buffer "^5.0.1"
|
||||
|
|
Loading…
Reference in a new issue