Skip to content

Commit fbae26c

Browse files
renovate-botclydin
authored andcommitted
build: update npm-package-arg to version 8.1.2
1 parent 0931e37 commit fbae26c

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ini": "2.0.0",
3737
"inquirer": "8.0.0",
3838
"jsonc-parser": "3.0.0",
39-
"npm-package-arg": "8.1.1",
39+
"npm-package-arg": "8.1.2",
4040
"npm-pick-manifest": "6.1.0",
4141
"open": "8.0.3",
4242
"ora": "5.4.0",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6224,6 +6224,13 @@ hosted-git-info@^3.0.6:
62246224
dependencies:
62256225
lru-cache "^6.0.0"
62266226

6227+
hosted-git-info@^4.0.1:
6228+
version "4.0.1"
6229+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.1.tgz#710ef5452ea429a844abc33c981056e7371edab7"
6230+
integrity sha512-eT7NrxAsppPRQEBSwKSosReE+v8OzABwEScQYk5d4uxaEPlzxTIku7LINXtBGalthkLhJnq5lBI89PfK43zAKg==
6231+
dependencies:
6232+
lru-cache "^6.0.0"
6233+
62276234
hpack.js@^2.1.6:
62286235
version "2.1.6"
62296236
resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
@@ -8707,13 +8714,13 @@ npm-normalize-package-bin@^1.0.0, npm-normalize-package-bin@^1.0.1:
87078714
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2"
87088715
integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==
87098716

8710-
8711-
version "8.1.1"
8712-
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.1.1.tgz#00ebf16ac395c63318e67ce66780a06db6df1b04"
8713-
integrity sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg==
8717+
8718+
version "8.1.2"
8719+
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.1.2.tgz#b868016ae7de5619e729993fbd8d11dc3c52ab62"
8720+
integrity sha512-6Eem455JsSMJY6Kpd3EyWE+n5hC+g9bSyHr9K9U2zqZb7+02+hObQ2c0+8iDk/mNF+8r1MhY44WypKJAkySIYA==
87148721
dependencies:
8715-
hosted-git-info "^3.0.6"
8716-
semver "^7.0.0"
8722+
hosted-git-info "^4.0.1"
8723+
semver "^7.3.4"
87178724
validate-npm-package-name "^3.0.0"
87188725

87198726
"npm-package-arg@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0":

0 commit comments

Comments
 (0)