Skip to content

Commit 4a47317

Browse files
committed
⬆️ deps: Upgrade dependency np to v10.0.1
1 parent 90556b3 commit 4a47317

File tree

2 files changed

+14
-48
lines changed

2 files changed

+14
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"husky": "9.0.11",
9999
"lint-staged": "15.2.2",
100100
"microbundle": "0.15.1",
101-
"np": "10.0.0",
101+
"np": "10.0.1",
102102
"pinst": "3.0.0",
103103
"power-assert": "1.6.1",
104104
"regenerator-runtime": "0.14.1",

yarn.lock

Lines changed: 13 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,7 +2638,7 @@
26382638
dependencies:
26392639
any-observable "^0.3.0"
26402640

2641-
"@sindresorhus/is@^5.2.0", "@sindresorhus/is@^5.3.0":
2641+
"@sindresorhus/is@^5.2.0":
26422642
version "5.3.0"
26432643
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-5.3.0.tgz#0ec9264cf54a527671d990eb874e030b55b70dcc"
26442644
integrity sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw==
@@ -3754,11 +3754,6 @@ callsites@^3.0.0:
37543754
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
37553755
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
37563756

3757-
callsites@^4.0.0:
3758-
version "4.0.0"
3759-
resolved "https://registry.yarnpkg.com/callsites/-/callsites-4.0.0.tgz#8014cea4fedfe681a30e2f7d2d557dd95808a92a"
3760-
integrity sha512-y3jRROutgpKdz5vzEhWM34TidDU8vkJppF8dszITeb1PQmSqV3DTxyV8G/lyO/DNvtE1YTedehmw9MPZsCBHxQ==
3761-
37623757
callsites@^4.1.0:
37633758
version "4.1.0"
37643759
resolved "https://registry.yarnpkg.com/callsites/-/callsites-4.1.0.tgz#de72b98612eed4e1e2564c952498677faa9d86c2"
@@ -4789,13 +4784,6 @@ dot-prop@^6.0.1:
47894784
dependencies:
47904785
is-obj "^2.0.0"
47914786

4792-
dot-prop@^7.2.0:
4793-
version "7.2.0"
4794-
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-7.2.0.tgz#468172a3529779814d21a779c1ba2f6d76609809"
4795-
integrity sha512-Ol/IPXUARn9CSbkrdV4VJo7uCy1I3VuSiWCaFSg+8BdUOzF9n3jefIpcgAydvUZbTdEBZs2vEiTiS9m61ssiDA==
4796-
dependencies:
4797-
type-fest "^2.11.2"
4798-
47994787
48004788
version "0.1.1"
48014789
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"
@@ -6500,10 +6488,10 @@ ignore-by-default@^2.1.0:
65006488
resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-2.1.0.tgz#c0e0de1a99b6065bdc93315a6f728867981464db"
65016489
integrity sha512-yiWd4GVmJp0Q6ghmM2B/V3oZGRmjrKLXvHR3TE1nfoXsmoggllfZUQe74EN0fJdPFZu2NIvNdrMMLm3OsV7Ohw==
65026490

6503-
ignore-walk@^6.0.3:
6504-
version "6.0.3"
6505-
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-6.0.3.tgz#0fcdb6decaccda35e308a7b0948645dd9523b7bb"
6506-
integrity sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==
6491+
ignore-walk@^6.0.4:
6492+
version "6.0.4"
6493+
resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-6.0.4.tgz#89950be94b4f522225eb63a13c56badb639190e9"
6494+
integrity sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==
65076495
dependencies:
65086496
minimatch "^9.0.0"
65096497

@@ -7653,11 +7641,6 @@ lodash.foreach@^4.3.0:
76537641
resolved "https://registry.yarnpkg.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz#1a6a35eace401280c7f06dddec35165ab27e3e53"
76547642
integrity sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM=
76557643

7656-
lodash.isequal@^4.5.0:
7657-
version "4.5.0"
7658-
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
7659-
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
7660-
76617644
lodash.isplainobject@^4.0.6:
76627645
version "4.0.6"
76637646
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
@@ -7912,7 +7895,7 @@ meow@^12.0.1:
79127895
type-fest "^3.9.0"
79137896
yargs-parser "^21.1.1"
79147897

7915-
meow@^13.1.0, meow@^13.2.0:
7898+
meow@^13.2.0:
79167899
version "13.2.0"
79177900
resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f"
79187901
integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==
@@ -8269,10 +8252,10 @@ normalize-url@^8.0.0:
82698252
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.0.tgz#593dbd284f743e8dcf6a5ddf8fadff149c82701a"
82708253
integrity sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==
82718254

8272-
8273-
version "10.0.0"
8274-
resolved "https://registry.yarnpkg.com/np/-/np-10.0.0.tgz#d6f7bd9a8e8e49f8418652a8a3a0cfdfbe1cd979"
8275-
integrity sha512-goe1G6f2pkx6dJaeMGi4WV6z/0eKI2dh+O9fzQVOwgYbP6fYi6lJvPF5yhcROqh50pg+94nZ2ZFo42Ogakz5FQ==
8255+
8256+
version "10.0.1"
8257+
resolved "https://registry.yarnpkg.com/np/-/np-10.0.1.tgz#550658afd94b6531562ca942ef762e411c03f41e"
8258+
integrity sha512-3yP6WBrbyEvjTBpOxVYtinFf+vGfX+XNZXC1+Jjj/TWJjbt/GIpUz1BNvuCi7sqHtpVBJnnOIkH7yg3d1aK9lg==
82768259
dependencies:
82778260
chalk "^5.3.0"
82788261
chalk-template "^1.1.0"
@@ -8284,7 +8267,7 @@ [email protected]:
82848267
exit-hook "^4.0.0"
82858268
github-url-from-git "^1.5.0"
82868269
hosted-git-info "^7.0.1"
8287-
ignore-walk "^6.0.3"
8270+
ignore-walk "^6.0.4"
82888271
import-local "^3.1.0"
82898272
inquirer "^9.2.15"
82908273
is-installed-globally "^1.0.0"
@@ -8294,12 +8277,11 @@ [email protected]:
82948277
listr "^0.14.3"
82958278
listr-input "^0.2.1"
82968279
log-symbols "^6.0.0"
8297-
meow "^13.1.0"
8280+
meow "^13.2.0"
82988281
new-github-release-url "^2.0.0"
82998282
npm-name "^8.0.0"
83008283
onetime "^7.0.0"
83018284
open "^10.0.4"
8302-
ow "^1.1.1"
83038285
p-memoize "^7.1.1"
83048286
p-timeout "^6.1.2"
83058287
path-exists "^5.0.0"
@@ -8575,17 +8557,6 @@ os-tmpdir@~1.0.2:
85758557
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
85768558
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
85778559

8578-
ow@^1.1.1:
8579-
version "1.1.1"
8580-
resolved "https://registry.yarnpkg.com/ow/-/ow-1.1.1.tgz#354a0f7df9d8d0cf961b29116daf972ef6be1632"
8581-
integrity sha512-sJBRCbS5vh1Jp9EOgwp1Ws3c16lJrUkJYlvWTYC03oyiYVwS/ns7lKRWow4w4XjDyTrA2pplQv4B2naWSR6yDA==
8582-
dependencies:
8583-
"@sindresorhus/is" "^5.3.0"
8584-
callsites "^4.0.0"
8585-
dot-prop "^7.2.0"
8586-
lodash.isequal "^4.5.0"
8587-
vali-date "^1.0.0"
8588-
85898560
p-cancelable@^3.0.0:
85908561
version "3.0.0"
85918562
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-3.0.0.tgz#63826694b54d61ca1c20ebcb6d3ecf5e14cd8050"
@@ -10732,7 +10703,7 @@ type-fest@^2.0.0:
1073210703
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.12.0.tgz#ce342f58cab9114912f54b493d60ab39c3fc82b6"
1073310704
integrity sha512-Qe5GRT+n/4GoqCNGGVp5Snapg1Omq3V7irBJB3EaKsp7HWDo5Gv2d/67gfNyV+d5EXD+x/RF5l1h4yJ7qNkcGA==
1073410705

10735-
type-fest@^2.11.2, type-fest@^2.13.0, type-fest@^2.5.0, type-fest@^2.5.1:
10706+
type-fest@^2.13.0, type-fest@^2.5.0, type-fest@^2.5.1:
1073610707
version "2.19.0"
1073710708
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b"
1073810709
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
@@ -10967,11 +10938,6 @@ v8-to-istanbul@^9.0.0:
1096710938
"@types/istanbul-lib-coverage" "^2.0.1"
1096810939
convert-source-map "^1.6.0"
1096910940

10970-
vali-date@^1.0.0:
10971-
version "1.0.0"
10972-
resolved "https://registry.yarnpkg.com/vali-date/-/vali-date-1.0.0.tgz#1b904a59609fb328ef078138420934f6b86709a6"
10973-
integrity sha1-G5BKWWCfsyjvB4E4Qgk09rhnCaY=
10974-
1097510941
validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4:
1097610942
version "3.0.4"
1097710943
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"

0 commit comments

Comments
 (0)