Skip to content

Commit 798b146

Browse files
Security vulnerabilities fixes (#121)
* security * bump
1 parent 26ac73b commit 798b146

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"cf-container-logger"
77
],
88
"resolutions": {
9-
"minimist": "^0.2.1",
9+
"minimist": "^1.2.6",
1010
"redis": "^3.1.1",
1111
"semver": "^7.5.2"
1212
},

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.10.3
1+
version: 1.10.4

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2447,10 +2447,10 @@ minimatch@^3.0.4, minimatch@^3.1.2:
24472447
dependencies:
24482448
brace-expansion "^1.1.7"
24492449

2450-
[email protected], minimist@^0.2.1, minimist@^1.2.0, minimist@~0.0.1:
2451-
version "0.2.1"
2452-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.1.tgz#827ba4e7593464e7c221e8c5bed930904ee2c455"
2453-
integrity sha512-GY8fANSrTMfBVfInqJAY41QkOM+upUTytK1jZ0c8+3HdHrJxBJ3rF5i9moClXTE8uUSnUo8cAsCoxDXvSY4DHg==
2450+
[email protected], minimist@^0.2.4, minimist@^1.2.0, minimist@~0.0.1:
2451+
version "0.2.4"
2452+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.4.tgz#0085d5501e29033748a2f2a4da0180142697a475"
2453+
integrity sha512-Pkrrm8NjyQ8yVt8Am9M+yUt74zE3iokhzbG1bFVNjLB92vwM71hf40RkEsryg98BujhVOncKm/C1xROxZ030LQ==
24542454

24552455
[email protected], mkdirp@^0.5.0, mkdirp@^0.5.1:
24562456
version "0.5.1"

0 commit comments

Comments
 (0)