Skip to content

Commit

Permalink
minimist dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
yesoreyeram committed Apr 14, 2022
1 parent 727bf30 commit d0a0b3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"watch": "grafana-toolkit plugin:dev --watch",
"start": "yarn watch",
"spellcheck": "cspell -c cspell.config.js \"**/*.{ts,tsx,js,go,md,mdx,yml,yaml,json,scss,css}\"",
"lint": "yarn spellcheck",
"lint": "yarn spellcheck && yarn audit-ci",
"test": "yarn lint && grafana-toolkit plugin:test",
"e2e": "yarn lint && grafana-e2e run",
"e2e:open": "yarn lint && grafana-e2e open",
Expand Down Expand Up @@ -87,6 +87,7 @@
"typescript": "4.4.3"
},
"resolutions": {
"rxjs": "6.6.3"
"rxjs": "6.6.3",
"minimist": "1.2.6"
}
}
13 changes: 4 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11504,15 +11504,10 @@ minimatch@3.0.4, minimatch@^3.0.4:
dependencies:
brace-expansion "^1.1.7"

minimist@0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=

minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@~1.2.5:
version "1.2.5"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
minimist@0.0.8, minimist@1.2.6, minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.5, minimist@~1.2.5:
version "1.2.6"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==

minipass-collect@^1.0.2:
version "1.0.2"
Expand Down

1 comment on commit d0a0b3e

@vercel
Copy link

@vercel vercel bot commented on d0a0b3e Apr 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.