mirror of
https://github.com/sydev/decrypt-dlc-cli
synced 2026-01-11 04:18:03 +00:00
Compare commits
3 Commits
1.0.2
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b7d55b835 | ||
|
|
e5fad1df74 | ||
|
|
c8d98bf41d |
@@ -43,6 +43,8 @@ $ npm test
|
||||
|
||||
## Release Notes
|
||||
|
||||
- ```1.0.3```
|
||||
- Update [minimist](https://www.npmjs.com/package/minimist) to `^1.2.2`
|
||||
- ```1.0.2```
|
||||
- Update [acorn](https://www.npmjs.com/package/acorn) to `^6.4.1`
|
||||
- ```1.0.0```
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "decrypt-dlc-cli",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"bin": {
|
||||
@@ -42,7 +42,8 @@
|
||||
"execa": "^1.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"acorn": "^6.4.1"
|
||||
"acorn": "^6.4.1",
|
||||
"minimist": "^1.2.2"
|
||||
},
|
||||
"ava": {
|
||||
"files": [
|
||||
|
||||
19
yarn.lock
19
yarn.lock
@@ -2308,15 +2308,10 @@ minimist-options@^3.0.1:
|
||||
arrify "^1.0.1"
|
||||
is-plain-obj "^1.1.0"
|
||||
|
||||
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.2.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
|
||||
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
|
||||
minimist@0.0.8, minimist@^1.2.0, minimist@^1.2.2:
|
||||
version "1.2.5"
|
||||
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
||||
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
||||
|
||||
mkdirp@^0.5.1:
|
||||
version "0.5.1"
|
||||
@@ -2585,9 +2580,9 @@ path-key@^2.0.0, path-key@^2.0.1:
|
||||
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
|
||||
|
||||
path-parse@^1.0.6:
|
||||
version "1.0.6"
|
||||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
|
||||
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
|
||||
version "1.0.7"
|
||||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
||||
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
||||
|
||||
path-type@^3.0.0:
|
||||
version "3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user