Skip to content

Commit c97a2a6

Browse files
fix(deps): update dependency @softwareventures/array to v7
1 parent 69dde5b commit c97a2a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"node": "^14 || ^16 || >=18"
3434
},
3535
"dependencies": {
36-
"@softwareventures/array": "6.1.0",
36+
"@softwareventures/array": "7.0.1",
3737
"@softwareventures/chain": "3.0.0",
3838
"@softwareventures/nullable": "3.2.0",
3939
"cli-color": "2.0.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,10 @@
493493
lodash "^4.17.4"
494494
read-pkg-up "^7.0.0"
495495

496-
"@softwareventures/array@6.1.0":
497-
version "6.1.0"
498-
resolved "https://registry.yarnpkg.com/@softwareventures/array/-/array-6.1.0.tgz#377c9b99a71228dbd58301cc21f69939cfa9ab4e"
499-
integrity sha512-ZvN+BAIELx0kVi6U+KAMr89TP8pohl4scPRCslIArkFxwumeR2ZuEgHJLxoIyWyUIkcXH4fYR1LmhUf9Fv9/IQ==
496+
"@softwareventures/array@7.0.1":
497+
version "7.0.1"
498+
resolved "https://registry.yarnpkg.com/@softwareventures/array/-/array-7.0.1.tgz#c70d63c3a7ca53b41a8812977bc785a844227c41"
499+
integrity sha512-9quO63WbI1y79q5qWAlBcOSgIK1X01gJGx3kLg83FkL0qfFR5AR7lDkvuphjooo4fxIZmnbzl0GvdI/PHHPIkg==
500500
dependencies:
501501
"@softwareventures/nullable" "^1.0.0 || ^2.0.0 || ^3.0.0"
502502
"@softwareventures/ordered" "^1.1.0 || ^2.0.0"

0 commit comments

Comments
 (0)