build(deps): bump jsonminify from 0.4.1 to 0.4.2 in /src

Bumps [jsonminify](https://github.com/fkei/JSON.minify) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/fkei/JSON.minify/releases)
- [Commits](https://github.com/fkei/JSON.minify/compare/0.4.1...0.4.2)

---
updated-dependencies:
- dependency-name: jsonminify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/5434/head
dependabot[bot] 2022-02-25 01:51:26 +00:00 committed by GitHub
parent 188d897f7e
commit 52eae298cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View File

@ -3915,9 +3915,9 @@
} }
}, },
"jsonminify": { "jsonminify": {
"version": "0.4.1", "version": "0.4.2",
"resolved": "https://registry.npmjs.org/jsonminify/-/jsonminify-0.4.1.tgz", "resolved": "https://registry.npmjs.org/jsonminify/-/jsonminify-0.4.2.tgz",
"integrity": "sha1-gF2vuzk5UYjO6atYLIHvlZ1+cQw=" "integrity": "sha512-mEtP5ECD0293D+s45JhDutqF5mFCkWY8ClrPFxjSFR2KUoantofky7noSzyKnAnD9Gd8pXHZSUd5bgzLDUBbfA=="
}, },
"jsonschema": { "jsonschema": {
"version": "1.2.4", "version": "1.2.4",

View File

@ -46,7 +46,7 @@
"http-errors": "^2.0.0", "http-errors": "^2.0.0",
"js-cookie": "^3.0.1", "js-cookie": "^3.0.1",
"jsdom": "^18.1.1", "jsdom": "^18.1.1",
"jsonminify": "0.4.1", "jsonminify": "0.4.2",
"languages4translatewiki": "0.1.3", "languages4translatewiki": "0.1.3",
"lodash.clonedeep": "4.5.0", "lodash.clonedeep": "4.5.0",
"log4js": "0.6.38", "log4js": "0.6.38",