Skip to content

Commit 62af023

Browse files
Bump snakecase-keys from 9.0.1 to 9.0.2 (#527)
Bumps [snakecase-keys](https://github.com/bendrucker/snakecase-keys) from 9.0.1 to 9.0.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bendrucker/snakecase-keys/commit/ef30e6f04332787679b463968173e53232ff0d5f"><code>ef30e6f</code></a> 9.0.2</li> <li><a href="https://github.com/bendrucker/snakecase-keys/commit/d505bce98c032dd96eb947c21fd5ad990ed52414"><code>d505bce</code></a> pkg: fix exports order (<a href="https://redirect.github.com/bendrucker/snakecase-keys/issues/168">#168</a>)</li> <li>See full diff in <a href="https://github.com/bendrucker/snakecase-keys/compare/v9.0.1...v9.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=snakecase-keys&package-manager=npm_and_yarn&previous-version=9.0.1&new-version=9.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 8b9c397 commit 62af023

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"https-proxy-agent": "^7.0.6",
3838
"lodash": "^4.17.21",
3939
"morgan": "^1.10.0",
40-
"snakecase-keys": "^9.0.1",
40+
"snakecase-keys": "^9.0.2",
4141
"swagger-client": "^3.18.5",
4242
"winston": "^3.17.0",
4343
"yaml": "^2.8.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6011,7 +6011,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
60116011
lodash: "npm:^4.17.21"
60126012
morgan: "npm:^1.10.0"
60136013
prettier: "npm:^3.6.2"
6014-
snakecase-keys: "npm:^9.0.1"
6014+
snakecase-keys: "npm:^9.0.2"
60156015
swagger-client: "npm:^3.18.5"
60166016
typescript: "npm:^5.8.3"
60176017
winston: "npm:^3.17.0"
@@ -7570,14 +7570,14 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
75707570
languageName: node
75717571
linkType: hard
75727572

7573-
"snakecase-keys@npm:^9.0.1":
7574-
version: 9.0.1
7575-
resolution: "snakecase-keys@npm:9.0.1"
7573+
"snakecase-keys@npm:^9.0.2":
7574+
version: 9.0.2
7575+
resolution: "snakecase-keys@npm:9.0.2"
75767576
dependencies:
75777577
change-case: "npm:^5.4.4"
75787578
map-obj: "npm:^5.0.2"
75797579
type-fest: "npm:^4.15.0"
7580-
checksum: 10c0/7958ad0fae342de10419941b2e5a5d933bbcfb206ee4a448163fba1e33783b57ac1e5be825a671aaa73e3ca87360c7028db2d3c9af1d1c8074c3c93041fcac39
7580+
checksum: 10c0/1e2ea95d8d005501eca0f36e4da7e7fdce699a4a5f4af9561a9506c645b78071c28602957a09b0e44cd7d0532da6700f70a6eaf3c5edf851b3ee4b2443fba145
75817581
languageName: node
75827582
linkType: hard
75837583

0 commit comments

Comments
 (0)