Skip to content

Commit 2e39714

Browse files
Bump camelcase-keys from 10.0.0 to 10.0.1 (#564)
Bumps [camelcase-keys](https://github.com/sindresorhus/camelcase-keys) from 10.0.0 to 10.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/camelcase-keys/releases">camelcase-keys's releases</a>.</em></p> <blockquote> <h2>v10.0.1</h2> <ul> <li>Fix preserving leading underscores and dollar signs 61e2436</li> <li>Fix preservation of numeric string keys 9c5e1af</li> <li>Fix <code>stopPaths</code> behavior with top-level arrays dab3a85</li> <li>Fix: Prevent deep conversion of built-in types 6d84702</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/camelcase-keys/compare/v10.0.0...v10.0.1">https://github.com/sindresorhus/camelcase-keys/compare/v10.0.0...v10.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/6a35bb190a494f233864a0d958fad162869e9603"><code>6a35bb1</code></a> 10.0.1</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/61e24369d182bbb493deb200815b23bc3cf02617"><code>61e2436</code></a> Fix preserving leading underscores and dollar signs</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/77641b0a1ad982e82e93c5a84b2971ad9b6a95f9"><code>77641b0</code></a> Document <code>as const</code> recommendation</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/9c5e1af73fedd2e1d0c746aa2a5d95517621a61b"><code>9c5e1af</code></a> Fix preservation of numeric string keys</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/dab3a85c420eb5566334514898dfef68fb27f537"><code>dab3a85</code></a> Document and fix <code>stopPaths</code> behavior with top-level arrays</li> <li><a href="https://github.com/sindresorhus/camelcase-keys/commit/6d847020cd63c2f7395323081d580cd94c860279"><code>6d84702</code></a> Prevent deep conversion of built-in types</li> <li>See full diff in <a href="https://github.com/sindresorhus/camelcase-keys/compare/v10.0.0...v10.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=camelcase-keys&package-manager=npm_and_yarn&previous-version=10.0.0&new-version=10.0.1)](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 59551ce commit 2e39714

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
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"ajv": "^8.17.1",
2929
"ajv-formats": "^3.0.1",
30-
"camelcase-keys": "^10.0.0",
30+
"camelcase-keys": "^10.0.1",
3131
"express": "^5.1.0",
3232
"fetch-retry": "^5.0.6",
3333
"form-data": "^4.0.4",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3044,15 +3044,15 @@ __metadata:
30443044
languageName: node
30453045
linkType: hard
30463046

3047-
"camelcase-keys@npm:^10.0.0":
3048-
version: 10.0.0
3049-
resolution: "camelcase-keys@npm:10.0.0"
3047+
"camelcase-keys@npm:^10.0.1":
3048+
version: 10.0.1
3049+
resolution: "camelcase-keys@npm:10.0.1"
30503050
dependencies:
30513051
camelcase: "npm:^8.0.0"
30523052
map-obj: "npm:5.0.2"
30533053
quick-lru: "npm:^7.1.0"
30543054
type-fest: "npm:^4.41.0"
3055-
checksum: 10c0/315a8e9baaea792535b965b6debad926937ce6dd2bc48f4082634977a75c7e7aa90957c53e86c72853c9f82e3b0664a95dbfc8c8579df78891dfc464aa50459c
3055+
checksum: 10c0/f48204c0809ba82e2862dd39ae04db8a35938c9670c3f6b525c9ed8e46136a69c80e052bd5c76711844e248d530aced5e42d25b21e5d701ae5bfddf18152a57b
30563056
languageName: node
30573057
linkType: hard
30583058

@@ -6005,7 +6005,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
60056005
"@types/supertest": "npm:^6.0.3"
60066006
ajv: "npm:^8.17.1"
60076007
ajv-formats: "npm:^3.0.1"
6008-
camelcase-keys: "npm:^10.0.0"
6008+
camelcase-keys: "npm:^10.0.1"
60096009
eslint: "npm:^8.57.1"
60106010
express: "npm:^5.1.0"
60116011
fetch-mock: "npm:^9.11.0"

0 commit comments

Comments
 (0)