Skip to content

Commit

Permalink
Bump constant-case from 3.0.4 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [constant-case](https://github.com/blakeembrey/change-case) from 3.0.4 to 4.0.0.
- [Release notes](https://github.com/blakeembrey/change-case/releases)
- [Commits](https://github.com/blakeembrey/change-case/compare/[email protected]@4.0.0)

---
updated-dependencies:
- dependency-name: constant-case
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 9a83ccf commit d7953a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"camel-case": "^4.1.2",
"constant-case": "^3.0.4",
"constant-case": "^4.0.0",
"pascal-case": "^3.1.2",
"snake-case": "^3.0.4"
},
Expand Down
24 changes: 10 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1369,14 +1369,12 @@ [email protected]:
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==

constant-case@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/constant-case/-/constant-case-3.0.4.tgz#3b84a9aeaf4cf31ec45e6bf5de91bdfb0589faf1"
integrity sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==
constant-case@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/constant-case/-/constant-case-4.0.0.tgz#9da201586d32d0b6eca1e17afd24ff7e392a6d4c"
integrity sha512-fAlGXwPwE6TpIrVOGu8Cmoa9QZg3m42GOOj7sKXROp7Es+bBCZdxRoDWjna5GwoqWt+tZ8m1w1EBeiB3rwD0eg==
dependencies:
no-case "^3.0.4"
tslib "^2.0.3"
upper-case "^2.0.2"
no-case "^4.0.0"

convert-source-map@^1.6.0, convert-source-map@^1.7.0:
version "1.8.0"
Expand Down Expand Up @@ -3186,6 +3184,11 @@ no-case@^3.0.4:
lower-case "^2.0.2"
tslib "^2.0.3"

no-case@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/no-case/-/no-case-4.0.0.tgz#d728c0ca7e7a5475e392738d94113c29509e5232"
integrity sha512-WmS3EUGw+vXHlTgiUPi3NzbZNwH6+uGX0QLGgqG+aFSJ5rkX/Ee0nuwHBJfZTfQwwR8lGO819NEIwQ7CGhkdEQ==

node-int64@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
Expand Down Expand Up @@ -3932,13 +3935,6 @@ update-browserslist-db@^1.0.11, update-browserslist-db@^1.0.9:
escalade "^3.1.1"
picocolors "^1.0.0"

upper-case@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/upper-case/-/upper-case-2.0.2.tgz#d89810823faab1df1549b7d97a76f8662bae6f7a"
integrity sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==
dependencies:
tslib "^2.0.3"

uri-js@^4.2.2:
version "4.4.1"
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
Expand Down

0 comments on commit d7953a6

Please sign in to comment.