3 Commits

Author SHA1 Message Date
dependabot[bot]
157ee2a3e9 Bump json5 from 2.1.1 to 2.2.3
Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.1.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-04 21:47:37 +00:00
Dominik Winter
e5fad1df74 release / 1.0.3 2020-03-14 12:33:32 +01:00
Dominik Winter
c8d98bf41d update / minimist to ^1.2.2 2020-03-14 12:32:33 +01:00
3 changed files with 12 additions and 16 deletions

View File

@@ -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```

View File

@@ -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": [

View File

@@ -2025,11 +2025,9 @@ json-stringify-safe@~5.0.1:
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
json5@^2.1.0:
version "2.1.1"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6"
integrity sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==
dependencies:
minimist "^1.2.0"
version "2.2.3"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
jsonfile@^4.0.0:
version "4.0.0"
@@ -2308,15 +2306,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"