Skip to content

Commit

Permalink
build(deps): bump upper-case from 2.0.1 to 2.0.2 (#5164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 3, 2020
1 parent 17ccd4a commit e7f72d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"string-env-interpolation": "^1.0.1",
"ts-log": "^2.2.3",
"tslib": "~2.0.1",
"upper-case": "^2.0.1",
"upper-case": "^2.0.2",
"valid-url": "^1.0.9",
"wrap-ansi": "^7.0.0",
"yargs": "^16.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/plugins-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"param-case": "3.0.3",
"pascal-case": "3.1.1",
"tslib": "~2.0.1",
"upper-case": "2.0.1"
"upper-case": "2.0.2"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18283,12 +18283,12 @@ upper-case-first@^2.0.1:
dependencies:
tslib "^1.10.0"

upper-case@2.0.1, upper-case@^2.0.1:
version "2.0.1"
resolved "https://registry.npmjs.org/upper-case/-/upper-case-2.0.1.tgz#6214d05e235dc817822464ccbae85822b3d8665f"
integrity sha512-laAsbea9SY5osxrv7S99vH9xAaJKrw5Qpdh4ENRLcaxipjKsiaBwiAsxfa8X5mObKNTQPsupSq0J/VIxsSJe3A==
upper-case@2.0.2, upper-case@^2.0.1, 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 "^1.10.0"
tslib "^2.0.3"

uri-js@^4.2.2:
version "4.2.2"
Expand Down

0 comments on commit e7f72d1

Please sign in to comment.