Skip to content

Commit 548f26c

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @data-structure-algebra/circularly-linked-list to v3
1 parent 4ea4d8b commit 548f26c

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
@@ -61,7 +61,7 @@
6161
"test": "ava"
6262
},
6363
"dependencies": {
64-
"@data-structure-algebra/circularly-linked-list": "^2.0.0"
64+
"@data-structure-algebra/circularly-linked-list": "^3.0.0"
6565
},
6666
"devDependencies": {
6767
"@babel/core": "7.14.8",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,10 +1129,10 @@
11291129
dependencies:
11301130
arrify "^1.0.1"
11311131

1132-
"@data-structure-algebra/circularly-linked-list@^2.0.0":
1133-
version "2.1.0"
1134-
resolved "https://registry.yarnpkg.com/@data-structure-algebra/circularly-linked-list/-/circularly-linked-list-2.1.0.tgz#a9856c512fa70a0ac98d59e37fb4468b58c22808"
1135-
integrity sha512-6uKt5l9Zc6HxQ+8wEbJQ+7F1n9F+dU8JNz8DC0MST9twGEn4b2FUmAraJl361sn8k4GQvau3rdWs7vJeJc0PGg==
1132+
"@data-structure-algebra/circularly-linked-list@^3.0.0":
1133+
version "3.0.0"
1134+
resolved "https://registry.yarnpkg.com/@data-structure-algebra/circularly-linked-list/-/circularly-linked-list-3.0.0.tgz#a9e96730c3f23129a204ca1e2e634dc8142993c5"
1135+
integrity sha512-+JcWBqmMOVogDPz2SLiOue4kGO2AEc6IgqlvAXVBeO+CBmP04MCL9vbC/Gte9g7dsTmRY9NXzGMLs9oJmmwx2A==
11361136

11371137
"@data-structure/deque@^9.0.0":
11381138
version "9.0.1"

0 commit comments

Comments
 (0)