chore: update dependency traverse to ^0.6.8

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-21 00:58:34 +00:00
parent da0863edf0
commit 0c9aca3b36
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View File

@ -20,7 +20,7 @@
"nanoid": "^3.3.7",
"qs": "^6.11.2",
"strong-globalize": "^6.0.6",
"traverse": "^0.6.7",
"traverse": "^0.6.8",
"uuid": "^9.0.1"
},
"devDependencies": {
@ -5379,9 +5379,12 @@
}
},
"node_modules/traverse": {
"version": "0.6.7",
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.7.tgz",
"integrity": "sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg==",
"version": "0.6.8",
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.8.tgz",
"integrity": "sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==",
"engines": {
"node": ">= 0.4"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}

View File

@ -62,7 +62,7 @@
"nanoid": "^3.3.7",
"qs": "^6.11.2",
"strong-globalize": "^6.0.6",
"traverse": "^0.6.7",
"traverse": "^0.6.8",
"uuid": "^9.0.1"
},
"license": "MIT"