Skip to content

Commit

Permalink
fix(deps): update dependency traverse to v0.6.11 (#1333)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 0d31e43 commit 8a7c2e1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"p-queue": "6.6.2",
"promise-rat-race": "1.5.1",
"throttled-queue": "^2.1.4",
"traverse": "0.6.10",
"traverse": "0.6.11",
"truncate-utf8-bytes": "1.0.2"
},
"devDependencies": {
Expand Down
34 changes: 18 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9355,7 +9355,7 @@ __metadata:
renovate-config-algolia: 2.2.0
semantic-release: 22.0.12
throttled-queue: ^2.1.4
traverse: 0.6.10
traverse: 0.6.11
truncate-utf8-bytes: 1.0.2
ts-jest: 29.2.5
ts-node: 10.9.2
Expand Down Expand Up @@ -12203,14 +12203,14 @@ __metadata:
languageName: node
linkType: hard

"traverse@npm:0.6.10":
version: 0.6.10
resolution: "traverse@npm:0.6.10"
"traverse@npm:0.6.11":
version: 0.6.11
resolution: "traverse@npm:0.6.11"
dependencies:
gopd: ^1.0.1
typedarray.prototype.slice: ^1.0.3
which-typed-array: ^1.1.15
checksum: ff25d30726db4867c01ff1f1bd8a5e3356b920c4d674ddf6c3764179bb54766cf1ad0158bbd65667e1f5fbde2d4efbd814d7b24d44149cc31255f0cfe2ab2095
gopd: ^1.2.0
typedarray.prototype.slice: ^1.0.5
which-typed-array: ^1.1.18
checksum: 7cb89a604b0f09096a553497f9f0b80288ce41f869cafe2183c36a942b3b45133382e50d6d0f9f064fb2713b21813ace02a467e4b432e28623d5273236bfb2bf
languageName: node
linkType: hard

Expand Down Expand Up @@ -12607,17 +12607,19 @@ __metadata:
languageName: node
linkType: hard

"typedarray.prototype.slice@npm:^1.0.3":
version: 1.0.3
resolution: "typedarray.prototype.slice@npm:1.0.3"
"typedarray.prototype.slice@npm:^1.0.5":
version: 1.0.5
resolution: "typedarray.prototype.slice@npm:1.0.5"
dependencies:
call-bind: ^1.0.7
call-bind: ^1.0.8
define-properties: ^1.2.1
es-abstract: ^1.23.0
es-abstract: ^1.23.9
es-errors: ^1.3.0
typed-array-buffer: ^1.0.2
typed-array-byte-offset: ^1.0.2
checksum: 07bfebdfb7a67b2a80557bf4f1061d8a68ee847d7f04c91c7aa327aa90681f97e1ea3efef17b3b8f336a7f2da1d2ff95dd92de59a4788b4e6373318b27fca2c1
get-proto: ^1.0.1
math-intrinsics: ^1.1.0
typed-array-buffer: ^1.0.3
typed-array-byte-offset: ^1.0.4
checksum: 51e5f1fd49e45cc6006fa3f6ad65cbb11a493529a53e4d82b993c34fe21f40c325cfca127a4cf6b6b36d49425e192cc90a1e306c6ed47649bd4b2870e040146d
languageName: node
linkType: hard

Expand Down

0 comments on commit 8a7c2e1

Please sign in to comment.