Skip to content

Commit 67d30c5

Browse files
authored
Merge branch 'main' into renovate/minor-dependency-updates
2 parents af17244 + 514dbf3 commit 67d30c5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"resolutions": {
7070
"ansi-regex": "^5.0.1",
71-
"normalize-package-data": "^4.0.0",
71+
"normalize-package-data": "^5.0.0",
7272
"doctoc/underscore": "^1.13.1",
7373
"doctoc/**/trim": "^1.0.0",
7474
"postcss": "^8.2.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1704,10 +1704,10 @@ has@^1.0.3:
17041704
dependencies:
17051705
function-bind "^1.1.1"
17061706

1707-
hosted-git-info@^5.0.0:
1708-
version "5.0.0"
1709-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-5.0.0.tgz#df7a06678b4ebd722139786303db80fdf302ea56"
1710-
integrity sha512-rRnjWu0Bxj+nIfUOkz0695C0H6tRrN5iYIzYejb0tDEefe2AekHu/U5Kn9pEie5vsJqpNQU02az7TGSH3qpz4Q==
1707+
hosted-git-info@^6.0.0:
1708+
version "6.0.0"
1709+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-6.0.0.tgz#2e9b726a8ac0d68a907c6a8dc4abecac5e0ed69a"
1710+
integrity sha512-NURrKJX36ihI69iCqcvN4uuIk9fHcc1C+uax/5fPh4Tr5WJnATir+QM/CMJNKrcOOvxQDsAdS5C9oJliM80X7g==
17111711
dependencies:
17121712
lru-cache "^7.5.1"
17131713

@@ -2473,12 +2473,12 @@ nopt@^5.0.0:
24732473
dependencies:
24742474
abbrev "1"
24752475

2476-
normalize-package-data@^2.3.2, normalize-package-data@^4.0.0:
2477-
version "4.0.0"
2478-
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-4.0.0.tgz#1122d5359af21d4cd08718b92b058a658594177c"
2479-
integrity sha512-m+GL22VXJKkKbw62ZaBBjv8u6IE3UI4Mh5QakIqs3fWiKe0Xyi6L97hakwZK41/LD4R/2ly71Bayx0NLMwLA/g==
2476+
normalize-package-data@^2.3.2, normalize-package-data@^5.0.0:
2477+
version "5.0.0"
2478+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-5.0.0.tgz#abcb8d7e724c40d88462b84982f7cbf6859b4588"
2479+
integrity sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==
24802480
dependencies:
2481-
hosted-git-info "^5.0.0"
2481+
hosted-git-info "^6.0.0"
24822482
is-core-module "^2.8.1"
24832483
semver "^7.3.5"
24842484
validate-npm-package-license "^3.0.4"

0 commit comments

Comments
 (0)