mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Bump jscpd from 3.3.23 to 3.3.24 in /dependencies (#1282)
Bumps [jscpd](https://github.com/kucherenko/jscpd) from 3.3.23 to 3.3.24. - [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.23...v3.3.24) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
parent
fa364172e9
commit
8fabe9f6b5
2 changed files with 52 additions and 34 deletions
84
dependencies/package-lock.json
generated
vendored
84
dependencies/package-lock.json
generated
vendored
|
@ -23,7 +23,7 @@
|
||||||
"htmlhint": "^0.14.2",
|
"htmlhint": "^0.14.2",
|
||||||
"immer": "^8.0.1",
|
"immer": "^8.0.1",
|
||||||
"ini": "^2.0.0",
|
"ini": "^2.0.0",
|
||||||
"jscpd": "^3.3.21",
|
"jscpd": "^3.3.24",
|
||||||
"jsonlint": "^1.6.3",
|
"jsonlint": "^1.6.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"markdownlint-cli": "^0.26.0",
|
"markdownlint-cli": "^0.26.0",
|
||||||
|
@ -805,12 +805,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@jscpd/finder": {
|
"node_modules/@jscpd/finder": {
|
||||||
"version": "3.3.23",
|
"version": "3.3.24",
|
||||||
"resolved": "https://registry.npmjs.org/@jscpd/finder/-/finder-3.3.23.tgz",
|
"resolved": "https://registry.npmjs.org/@jscpd/finder/-/finder-3.3.24.tgz",
|
||||||
"integrity": "sha512-5VcfTWXK5GOIbfKXFN3C1q6/JLVzodfTtrPRrhBzLyJio+/zbBUVBzGchCOfxTrpEcWeK3N8EwRR/XkqVgOMpQ==",
|
"integrity": "sha512-TNuiSAUIYlVPMVnZGCWKIiBHX6cAcChixUt+1sqbzaPtVUCKEkI8QZq/90auq8iqCQwZU2PTQ4WYrDdtGIyTjw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jscpd/core": "^3.3.17",
|
"@jscpd/core": "^3.3.17",
|
||||||
"@jscpd/tokenizer": "^3.3.23",
|
"@jscpd/tokenizer": "^3.3.24",
|
||||||
"blamer": "^1.0.1",
|
"blamer": "^1.0.1",
|
||||||
"bytes": "^3.1.0",
|
"bytes": "^3.1.0",
|
||||||
"cli-table3": "^0.6.0",
|
"cli-table3": "^0.6.0",
|
||||||
|
@ -840,8 +840,10 @@
|
||||||
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
||||||
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"graceful-fs": "^4.1.6",
|
|
||||||
"universalify": "^2.0.0"
|
"universalify": "^2.0.0"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"graceful-fs": "^4.1.6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@jscpd/finder/node_modules/universalify": {
|
"node_modules/@jscpd/finder/node_modules/universalify": {
|
||||||
|
@ -893,9 +895,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@jscpd/tokenizer": {
|
"node_modules/@jscpd/tokenizer": {
|
||||||
"version": "3.3.23",
|
"version": "3.3.24",
|
||||||
"resolved": "https://registry.npmjs.org/@jscpd/tokenizer/-/tokenizer-3.3.23.tgz",
|
"resolved": "https://registry.npmjs.org/@jscpd/tokenizer/-/tokenizer-3.3.24.tgz",
|
||||||
"integrity": "sha512-p3IHuOLUOLpgj8hCcrr6MCaeSarPyLXq7dHKeneO6dNr39p2GKo1MU//2nQ4G/yU/YbVbUU6Te93q4FcnFTESA==",
|
"integrity": "sha512-YzD4RSimSCe/BdC6EQemWBnnb71R474FPlAzsQvuN5bfq7arakm81ihc7tApofWi323gZNc/Pw11e3zslD+mFQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jscpd/core": "^3.3.17",
|
"@jscpd/core": "^3.3.17",
|
||||||
"reprism": "^0.0.11",
|
"reprism": "^0.0.11",
|
||||||
|
@ -2127,6 +2129,7 @@
|
||||||
"version": "2.6.12",
|
"version": "2.6.12",
|
||||||
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
|
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
|
||||||
"integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
|
"integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
|
||||||
|
"deprecated": "core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.",
|
||||||
"hasInstallScript": true
|
"hasInstallScript": true
|
||||||
},
|
},
|
||||||
"node_modules/babel-types": {
|
"node_modules/babel-types": {
|
||||||
|
@ -2445,12 +2448,14 @@
|
||||||
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.0.tgz",
|
||||||
"integrity": "sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==",
|
"integrity": "sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"colors": "^1.1.2",
|
|
||||||
"object-assign": "^4.1.0",
|
"object-assign": "^4.1.0",
|
||||||
"string-width": "^4.2.0"
|
"string-width": "^4.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "10.* || >= 12.*"
|
"node": "10.* || >= 12.*"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"colors": "^1.1.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/cliui": {
|
"node_modules/cliui": {
|
||||||
|
@ -4088,6 +4093,9 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10"
|
"node": ">=10"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/execall": {
|
"node_modules/execall": {
|
||||||
|
@ -4414,6 +4422,9 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=8"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/get-uri": {
|
"node_modules/get-uri": {
|
||||||
|
@ -5322,14 +5333,14 @@
|
||||||
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
|
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
|
||||||
},
|
},
|
||||||
"node_modules/jscpd": {
|
"node_modules/jscpd": {
|
||||||
"version": "3.3.23",
|
"version": "3.3.24",
|
||||||
"resolved": "https://registry.npmjs.org/jscpd/-/jscpd-3.3.23.tgz",
|
"resolved": "https://registry.npmjs.org/jscpd/-/jscpd-3.3.24.tgz",
|
||||||
"integrity": "sha512-mGHfjwSb/gnWzFZOD3B/lA6XC2SBVdlYXJO2JAMHnT1MGhC/71KU4pEdmOqoGCux9b9uvUCSSTNLMZIHbjk1Bw==",
|
"integrity": "sha512-1gG8r744BeRWgh2SuR5vIe28EIYsBHCPgVsXIfA0TPTXpUFBAHIEPROx9jWvuJahPtEpIHTX3Wc5C7HCUOlx0Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@jscpd/core": "^3.3.17",
|
"@jscpd/core": "^3.3.17",
|
||||||
"@jscpd/finder": "^3.3.23",
|
"@jscpd/finder": "^3.3.24",
|
||||||
"@jscpd/html-reporter": "^3.3.22",
|
"@jscpd/html-reporter": "^3.3.22",
|
||||||
"@jscpd/tokenizer": "^3.3.23",
|
"@jscpd/tokenizer": "^3.3.24",
|
||||||
"colors": "^1.4.0",
|
"colors": "^1.4.0",
|
||||||
"commander": "^5.0.0",
|
"commander": "^5.0.0",
|
||||||
"fs-extra": "^9.0.0",
|
"fs-extra": "^9.0.0",
|
||||||
|
@ -5747,6 +5758,10 @@
|
||||||
"integrity": "sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==",
|
"integrity": "sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"repeat-string": "^1.0.0"
|
"repeat-string": "^1.0.0"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/wooorm"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/markdownlint": {
|
"node_modules/markdownlint": {
|
||||||
|
@ -6485,6 +6500,9 @@
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/optionator": {
|
"node_modules/optionator": {
|
||||||
|
@ -7316,9 +7334,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/pug-code-gen": {
|
"node_modules/pug-code-gen": {
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-2.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-2.0.3.tgz",
|
||||||
"integrity": "sha512-kROFWv/AHx/9CRgoGJeRSm+4mLWchbgpRzTEn8XCiwwOy6Vh0gAClS8Vh5TEJ9DBjaP8wCjS3J6HKsEsYdvaCw==",
|
"integrity": "sha512-r9sezXdDuZJfW9J91TN/2LFbiqDhmltTFmGpHTsGdrNGp3p4SxAjjXEfnuK2e4ywYsRIVP0NeLbSAMHUcaX1EA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"constantinople": "^3.1.2",
|
"constantinople": "^3.1.2",
|
||||||
"doctypes": "^1.1.0",
|
"doctypes": "^1.1.0",
|
||||||
|
@ -10184,12 +10202,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jscpd/finder": {
|
"@jscpd/finder": {
|
||||||
"version": "3.3.23",
|
"version": "3.3.24",
|
||||||
"resolved": "https://registry.npmjs.org/@jscpd/finder/-/finder-3.3.23.tgz",
|
"resolved": "https://registry.npmjs.org/@jscpd/finder/-/finder-3.3.24.tgz",
|
||||||
"integrity": "sha512-5VcfTWXK5GOIbfKXFN3C1q6/JLVzodfTtrPRrhBzLyJio+/zbBUVBzGchCOfxTrpEcWeK3N8EwRR/XkqVgOMpQ==",
|
"integrity": "sha512-TNuiSAUIYlVPMVnZGCWKIiBHX6cAcChixUt+1sqbzaPtVUCKEkI8QZq/90auq8iqCQwZU2PTQ4WYrDdtGIyTjw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jscpd/core": "^3.3.17",
|
"@jscpd/core": "^3.3.17",
|
||||||
"@jscpd/tokenizer": "^3.3.23",
|
"@jscpd/tokenizer": "^3.3.24",
|
||||||
"blamer": "^1.0.1",
|
"blamer": "^1.0.1",
|
||||||
"bytes": "^3.1.0",
|
"bytes": "^3.1.0",
|
||||||
"cli-table3": "^0.6.0",
|
"cli-table3": "^0.6.0",
|
||||||
|
@ -10264,9 +10282,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@jscpd/tokenizer": {
|
"@jscpd/tokenizer": {
|
||||||
"version": "3.3.23",
|
"version": "3.3.24",
|
||||||
"resolved": "https://registry.npmjs.org/@jscpd/tokenizer/-/tokenizer-3.3.23.tgz",
|
"resolved": "https://registry.npmjs.org/@jscpd/tokenizer/-/tokenizer-3.3.24.tgz",
|
||||||
"integrity": "sha512-p3IHuOLUOLpgj8hCcrr6MCaeSarPyLXq7dHKeneO6dNr39p2GKo1MU//2nQ4G/yU/YbVbUU6Te93q4FcnFTESA==",
|
"integrity": "sha512-YzD4RSimSCe/BdC6EQemWBnnb71R474FPlAzsQvuN5bfq7arakm81ihc7tApofWi323gZNc/Pw11e3zslD+mFQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jscpd/core": "^3.3.17",
|
"@jscpd/core": "^3.3.17",
|
||||||
"reprism": "^0.0.11",
|
"reprism": "^0.0.11",
|
||||||
|
@ -13796,14 +13814,14 @@
|
||||||
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
|
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
|
||||||
},
|
},
|
||||||
"jscpd": {
|
"jscpd": {
|
||||||
"version": "3.3.23",
|
"version": "3.3.24",
|
||||||
"resolved": "https://registry.npmjs.org/jscpd/-/jscpd-3.3.23.tgz",
|
"resolved": "https://registry.npmjs.org/jscpd/-/jscpd-3.3.24.tgz",
|
||||||
"integrity": "sha512-mGHfjwSb/gnWzFZOD3B/lA6XC2SBVdlYXJO2JAMHnT1MGhC/71KU4pEdmOqoGCux9b9uvUCSSTNLMZIHbjk1Bw==",
|
"integrity": "sha512-1gG8r744BeRWgh2SuR5vIe28EIYsBHCPgVsXIfA0TPTXpUFBAHIEPROx9jWvuJahPtEpIHTX3Wc5C7HCUOlx0Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@jscpd/core": "^3.3.17",
|
"@jscpd/core": "^3.3.17",
|
||||||
"@jscpd/finder": "^3.3.23",
|
"@jscpd/finder": "^3.3.24",
|
||||||
"@jscpd/html-reporter": "^3.3.22",
|
"@jscpd/html-reporter": "^3.3.22",
|
||||||
"@jscpd/tokenizer": "^3.3.23",
|
"@jscpd/tokenizer": "^3.3.24",
|
||||||
"colors": "^1.4.0",
|
"colors": "^1.4.0",
|
||||||
"commander": "^5.0.0",
|
"commander": "^5.0.0",
|
||||||
"fs-extra": "^9.0.0",
|
"fs-extra": "^9.0.0",
|
||||||
|
@ -15412,9 +15430,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pug-code-gen": {
|
"pug-code-gen": {
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-2.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-2.0.3.tgz",
|
||||||
"integrity": "sha512-kROFWv/AHx/9CRgoGJeRSm+4mLWchbgpRzTEn8XCiwwOy6Vh0gAClS8Vh5TEJ9DBjaP8wCjS3J6HKsEsYdvaCw==",
|
"integrity": "sha512-r9sezXdDuZJfW9J91TN/2LFbiqDhmltTFmGpHTsGdrNGp3p4SxAjjXEfnuK2e4ywYsRIVP0NeLbSAMHUcaX1EA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"constantinople": "^3.1.2",
|
"constantinople": "^3.1.2",
|
||||||
"doctypes": "^1.1.0",
|
"doctypes": "^1.1.0",
|
||||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -18,7 +18,7 @@
|
||||||
"htmlhint": "^0.14.2",
|
"htmlhint": "^0.14.2",
|
||||||
"immer": "^8.0.1",
|
"immer": "^8.0.1",
|
||||||
"ini": "^2.0.0",
|
"ini": "^2.0.0",
|
||||||
"jscpd": "^3.3.21",
|
"jscpd": "^3.3.24",
|
||||||
"jsonlint": "^1.6.3",
|
"jsonlint": "^1.6.3",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"markdownlint-cli": "^0.26.0",
|
"markdownlint-cli": "^0.26.0",
|
||||||
|
|
Loading…
Reference in a new issue