mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Bump jscpd from 3.3.25 to 3.3.26 in /dependencies (#1574)
Bumps [jscpd](https://github.com/kucherenko/jscpd) from 3.3.25 to 3.3.26. - [Release notes](https://github.com/kucherenko/jscpd/releases) - [Changelog](https://github.com/kucherenko/jscpd/blob/master/CHANGELOG.md) - [Commits](https://github.com/kucherenko/jscpd/compare/v3.3.25...v3.3.26) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
cc842e2e8c
commit
fb1c94ddba
2 changed files with 27 additions and 25 deletions
50
dependencies/package-lock.json
generated
vendored
50
dependencies/package-lock.json
generated
vendored
|
@ -25,7 +25,7 @@
|
|||
"htmlhint": "^0.14.2",
|
||||
"immer": "^9.0.2",
|
||||
"ini": "^2.0.0",
|
||||
"jscpd": "^3.3.25",
|
||||
"jscpd": "^3.3.26",
|
||||
"jsonlint": "^1.6.3",
|
||||
"lodash": "^4.17.21",
|
||||
"markdownlint-cli": "^0.27.1",
|
||||
|
@ -825,9 +825,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@jscpd/finder": {
|
||||
"version": "3.3.25",
|
||||
"resolved": "https://registry.npmjs.org/@jscpd/finder/-/finder-3.3.25.tgz",
|
||||
"integrity": "sha512-Q7OFmLxzA7K6e4wcFj1kWTsofFeLUkPiNwA8CcSscwrsuWPyBwyAui/jEYvGQyIG06b4oCrrVF/V2iwQWx1sUw==",
|
||||
"version": "3.3.26",
|
||||
"resolved": "https://registry.npmjs.org/@jscpd/finder/-/finder-3.3.26.tgz",
|
||||
"integrity": "sha512-FGWIIhLELpeD2tkVjn+8QKnzX3nLAXkkcGTo+qWzEaqxvHsIGgeaP+TT3gHZM1Xm5eg6pb4j23nLY0h4UwEw0w==",
|
||||
"dependencies": {
|
||||
"@jscpd/core": "^3.3.17",
|
||||
"@jscpd/tokenizer": "^3.3.24",
|
||||
|
@ -875,9 +875,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@jscpd/html-reporter": {
|
||||
"version": "3.3.22",
|
||||
"resolved": "https://registry.npmjs.org/@jscpd/html-reporter/-/html-reporter-3.3.22.tgz",
|
||||
"integrity": "sha512-hn92VSK26XM+83FMhUSw9NLeruUK92S/DEJl/HFA/kkWleElk2HvSxOCtiyet0vsTdVPdp6cQBF+jVaxWsMvcg==",
|
||||
"version": "3.3.26",
|
||||
"resolved": "https://registry.npmjs.org/@jscpd/html-reporter/-/html-reporter-3.3.26.tgz",
|
||||
"integrity": "sha512-Ijpy6aW951P5NKZUYM+PTcNcqJGQx1+D+TU3HPRaOEGQfiD9i3pz/0VFs6oOVTuQBwWJSp4ojhaWfHo9GS45dg==",
|
||||
"dependencies": {
|
||||
"colors": "^1.4.0",
|
||||
"fs-extra": "^9.0.1"
|
||||
|
@ -902,8 +902,10 @@
|
|||
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
||||
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
||||
"dependencies": {
|
||||
"graceful-fs": "^4.1.6",
|
||||
"universalify": "^2.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"graceful-fs": "^4.1.6"
|
||||
}
|
||||
},
|
||||
"node_modules/@jscpd/html-reporter/node_modules/universalify": {
|
||||
|
@ -5142,13 +5144,13 @@
|
|||
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
|
||||
},
|
||||
"node_modules/jscpd": {
|
||||
"version": "3.3.25",
|
||||
"resolved": "https://registry.npmjs.org/jscpd/-/jscpd-3.3.25.tgz",
|
||||
"integrity": "sha512-xg+gGgmvx7gPnZjmcYqraQnk845AdvSJvHx3qrgKDjFfiY2e6dYzosPpSh6zuDEk2XT9cqHMrOliGbkuts/YEQ==",
|
||||
"version": "3.3.26",
|
||||
"resolved": "https://registry.npmjs.org/jscpd/-/jscpd-3.3.26.tgz",
|
||||
"integrity": "sha512-Til3rI11zsNHdHhlzfk3PDVdAgDTf3KVOF2Qw9Z+6u8vnTOdF9fHY0SrUFYWqCpEjbOOO0ToJAUgWPwkG/YYeg==",
|
||||
"dependencies": {
|
||||
"@jscpd/core": "^3.3.17",
|
||||
"@jscpd/finder": "^3.3.25",
|
||||
"@jscpd/html-reporter": "^3.3.22",
|
||||
"@jscpd/finder": "^3.3.26",
|
||||
"@jscpd/html-reporter": "^3.3.26",
|
||||
"@jscpd/tokenizer": "^3.3.24",
|
||||
"colors": "^1.4.0",
|
||||
"commander": "^5.0.0",
|
||||
|
@ -10050,9 +10052,9 @@
|
|||
}
|
||||
},
|
||||
"@jscpd/finder": {
|
||||
"version": "3.3.25",
|
||||
"resolved": "https://registry.npmjs.org/@jscpd/finder/-/finder-3.3.25.tgz",
|
||||
"integrity": "sha512-Q7OFmLxzA7K6e4wcFj1kWTsofFeLUkPiNwA8CcSscwrsuWPyBwyAui/jEYvGQyIG06b4oCrrVF/V2iwQWx1sUw==",
|
||||
"version": "3.3.26",
|
||||
"resolved": "https://registry.npmjs.org/@jscpd/finder/-/finder-3.3.26.tgz",
|
||||
"integrity": "sha512-FGWIIhLELpeD2tkVjn+8QKnzX3nLAXkkcGTo+qWzEaqxvHsIGgeaP+TT3gHZM1Xm5eg6pb4j23nLY0h4UwEw0w==",
|
||||
"requires": {
|
||||
"@jscpd/core": "^3.3.17",
|
||||
"@jscpd/tokenizer": "^3.3.24",
|
||||
|
@ -10094,9 +10096,9 @@
|
|||
}
|
||||
},
|
||||
"@jscpd/html-reporter": {
|
||||
"version": "3.3.22",
|
||||
"resolved": "https://registry.npmjs.org/@jscpd/html-reporter/-/html-reporter-3.3.22.tgz",
|
||||
"integrity": "sha512-hn92VSK26XM+83FMhUSw9NLeruUK92S/DEJl/HFA/kkWleElk2HvSxOCtiyet0vsTdVPdp6cQBF+jVaxWsMvcg==",
|
||||
"version": "3.3.26",
|
||||
"resolved": "https://registry.npmjs.org/@jscpd/html-reporter/-/html-reporter-3.3.26.tgz",
|
||||
"integrity": "sha512-Ijpy6aW951P5NKZUYM+PTcNcqJGQx1+D+TU3HPRaOEGQfiD9i3pz/0VFs6oOVTuQBwWJSp4ojhaWfHo9GS45dg==",
|
||||
"requires": {
|
||||
"colors": "^1.4.0",
|
||||
"fs-extra": "^9.0.1"
|
||||
|
@ -13445,13 +13447,13 @@
|
|||
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
|
||||
},
|
||||
"jscpd": {
|
||||
"version": "3.3.25",
|
||||
"resolved": "https://registry.npmjs.org/jscpd/-/jscpd-3.3.25.tgz",
|
||||
"integrity": "sha512-xg+gGgmvx7gPnZjmcYqraQnk845AdvSJvHx3qrgKDjFfiY2e6dYzosPpSh6zuDEk2XT9cqHMrOliGbkuts/YEQ==",
|
||||
"version": "3.3.26",
|
||||
"resolved": "https://registry.npmjs.org/jscpd/-/jscpd-3.3.26.tgz",
|
||||
"integrity": "sha512-Til3rI11zsNHdHhlzfk3PDVdAgDTf3KVOF2Qw9Z+6u8vnTOdF9fHY0SrUFYWqCpEjbOOO0ToJAUgWPwkG/YYeg==",
|
||||
"requires": {
|
||||
"@jscpd/core": "^3.3.17",
|
||||
"@jscpd/finder": "^3.3.25",
|
||||
"@jscpd/html-reporter": "^3.3.22",
|
||||
"@jscpd/finder": "^3.3.26",
|
||||
"@jscpd/html-reporter": "^3.3.26",
|
||||
"@jscpd/tokenizer": "^3.3.24",
|
||||
"colors": "^1.4.0",
|
||||
"commander": "^5.0.0",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -20,7 +20,7 @@
|
|||
"htmlhint": "^0.14.2",
|
||||
"immer": "^9.0.2",
|
||||
"ini": "^2.0.0",
|
||||
"jscpd": "^3.3.25",
|
||||
"jscpd": "^3.3.26",
|
||||
"jsonlint": "^1.6.3",
|
||||
"lodash": "^4.17.21",
|
||||
"markdownlint-cli": "^0.27.1",
|
||||
|
|
Loading…
Reference in a new issue