Skip to content

Commit e9cd7f3

Browse files
angular-robotalan-agius4
authored andcommitted
build: update dependency npm-pick-manifest to v8
1 parent ce3f1bd commit e9cd7f3

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

packages/angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"inquirer": "8.2.4",
3333
"jsonc-parser": "3.2.0",
3434
"npm-package-arg": "9.1.2",
35-
"npm-pick-manifest": "7.0.2",
35+
"npm-pick-manifest": "8.0.0",
3636
"open": "8.4.0",
3737
"ora": "5.4.1",
3838
"pacote": "15.0.0",

yarn.lock

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7674,6 +7674,13 @@ npm-install-checks@^5.0.0:
76747674
dependencies:
76757675
semver "^7.1.1"
76767676

7677+
npm-install-checks@^6.0.0:
7678+
version "6.0.0"
7679+
resolved "https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-6.0.0.tgz#9a021d8e8b3956d61fd265c2eda4735bcd3d9b83"
7680+
integrity sha512-SBU9oFglRVZnfElwAtF14NivyulDqF1VKqqwNsFW9HDcbHMAPHpRSsVFgKuwFGq/hVvWZExz62Th0kvxn/XE7Q==
7681+
dependencies:
7682+
semver "^7.1.1"
7683+
76777684
npm-normalize-package-bin@^1.0.0, npm-normalize-package-bin@^1.0.1:
76787685
version "1.0.1"
76797686
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2"
@@ -7684,6 +7691,11 @@ npm-normalize-package-bin@^2.0.0:
76847691
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-2.0.0.tgz#9447a1adaaf89d8ad0abe24c6c84ad614a675fff"
76857692
integrity sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==
76867693

7694+
npm-normalize-package-bin@^3.0.0:
7695+
version "3.0.0"
7696+
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.0.tgz#6097436adb4ef09e2628b59a7882576fe53ce485"
7697+
integrity sha512-g+DPQSkusnk7HYXr75NtzkIP4+N81i3RPsGFidF3DzHd9MT9wWngmqoeg/fnHFz5MNdtG4w03s+QnhewSLTT2Q==
7698+
76877699
[email protected], npm-package-arg@^9.0.0, npm-package-arg@^9.0.1, npm-package-arg@^9.1.0:
76887700
version "9.1.2"
76897701
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-9.1.2.tgz#fc8acecb00235f42270dda446f36926ddd9ac2bc"
@@ -7711,7 +7723,17 @@ npm-packlist@^7.0.0:
77117723
dependencies:
77127724
ignore-walk "^5.0.1"
77137725

7714-
[email protected], npm-pick-manifest@^7.0.0, npm-pick-manifest@^7.0.2:
7726+
7727+
version "8.0.0"
7728+
resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-8.0.0.tgz#cf7743b00ae777215fa0c4233a346b5df8bc2af0"
7729+
integrity sha512-Tcy/Mdf9L5f09vaBZo/z9+eb+ZTDeXWZFuPD5PZ6grobO9E3tjaPH+jQOFXZNn3EcqaiRcROzKU1UU7mLTtC2w==
7730+
dependencies:
7731+
npm-install-checks "^6.0.0"
7732+
npm-normalize-package-bin "^3.0.0"
7733+
npm-package-arg "^9.0.0"
7734+
semver "^7.3.5"
7735+
7736+
npm-pick-manifest@^7.0.0, npm-pick-manifest@^7.0.2:
77157737
version "7.0.2"
77167738
resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-7.0.2.tgz#1d372b4e7ea7c6712316c0e99388a73ed3496e84"
77177739
integrity sha512-gk37SyRmlIjvTfcYl6RzDbSmS9Y4TOBXfsPnoYqTHARNgWbyDiCSMLUpmALDj4jjcTZpURiEfsSHJj9k7EV4Rw==

0 commit comments

Comments
 (0)