Skip to content

Commit

Permalink
bump version and reduce colors package
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed Jan 10, 2022
1 parent d876b47 commit 7da3d1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dotenv-from-k8s",
"description": "A commandline cli tool to fetch, merge and convert secrets and config maps in k8s to dot env property file.",
"version": "1.4.2",
"version": "1.4.3",
"main": "dist/cli.js",
"bin": {
"dotenv-from-k8s": "./dist/cli.js"
Expand Down Expand Up @@ -33,6 +33,6 @@
"js-yaml": "^4.1.0"
},
"resolutions": {
"colors": "1.4.0"
"colors": "1.3.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -565,10 +565,10 @@ colorette@^1.0.1:
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40"
integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==

[email protected], colors@1.4.0, colors@^1.1.2:
version "1.4.0"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
[email protected], colors@1.3.3, colors@^1.1.2:
version "1.3.3"
resolved "https://registry.yarnpkg.com/colors/-/colors-1.3.3.tgz#39e005d546afe01e01f9c4ca8fa50f686a01205d"
integrity sha512-mmGt/1pZqYRjMxB1axhTo16/snVZ5krrKkcmMeVKxzECMMXoCgnvTPp10QgHfcbQZw8Dq2jMNG6je4JlWU0gWg==

combined-stream@^1.0.6, combined-stream@~1.0.6:
version "1.0.8"
Expand Down

0 comments on commit 7da3d1d

Please sign in to comment.