mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-22 06:02:29 +00:00
fix(deps): update dependency js-beautify to v1.10.3
This commit is contained in:
parent
7237921979
commit
9e94d1127f
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -3835,9 +3835,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"js-beautify": {
|
"js-beautify": {
|
||||||
"version": "1.10.2",
|
"version": "1.10.3",
|
||||||
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.10.2.tgz",
|
"resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.10.3.tgz",
|
||||||
"integrity": "sha512-ZtBYyNUYJIsBWERnQP0rPN9KjkrDfJcMjuVGcvXOUJrD1zmOGwhRwQ4msG+HJ+Ni/FA7+sRQEMYVzdTQDvnzvQ==",
|
"integrity": "sha512-wfk/IAWobz1TfApSdivH5PJ0miIHgDoYb1ugSqHcODPmaYu46rYe5FVuIEkhjg8IQiv6rDNPyhsqbsohI/C2vQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"config-chain": "^1.1.12",
|
"config-chain": "^1.1.12",
|
||||||
"editorconfig": "^0.15.3",
|
"editorconfig": "^0.15.3",
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
"am-i-a-dependency": "1.1.2",
|
"am-i-a-dependency": "1.1.2",
|
||||||
"check-more-types": "2.24.0",
|
"check-more-types": "2.24.0",
|
||||||
"its-name": "1.0.0",
|
"its-name": "1.0.0",
|
||||||
"js-beautify": "1.10.2",
|
"js-beautify": "1.10.3",
|
||||||
"lazy-ass": "1.6.0",
|
"lazy-ass": "1.6.0",
|
||||||
"snap-shot-compare": "2.8.3",
|
"snap-shot-compare": "2.8.3",
|
||||||
"snap-shot-store": "1.2.3"
|
"snap-shot-store": "1.2.3"
|
||||||
|
|
Loading…
Reference in a new issue