From 8fabe9f6b5958f10c12c09e010281399c0a17256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 09:53:44 -0600 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley --- dependencies/package-lock.json | 84 +++++++++++++++++++++------------- dependencies/package.json | 2 +- 2 files changed, 52 insertions(+), 34 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 74fba3c2..6410cb30 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -23,7 +23,7 @@ "htmlhint": "^0.14.2", "immer": "^8.0.1", "ini": "^2.0.0", - "jscpd": "^3.3.21", + "jscpd": "^3.3.24", "jsonlint": "^1.6.3", "lodash": "^4.17.21", "markdownlint-cli": "^0.26.0", @@ -805,12 +805,12 @@ } }, "node_modules/@jscpd/finder": { - "version": "3.3.23", - "resolved": "https://registry.npmjs.org/@jscpd/finder/-/finder-3.3.23.tgz", - "integrity": "sha512-5VcfTWXK5GOIbfKXFN3C1q6/JLVzodfTtrPRrhBzLyJio+/zbBUVBzGchCOfxTrpEcWeK3N8EwRR/XkqVgOMpQ==", + "version": "3.3.24", + "resolved": "https://registry.npmjs.org/@jscpd/finder/-/finder-3.3.24.tgz", + "integrity": "sha512-TNuiSAUIYlVPMVnZGCWKIiBHX6cAcChixUt+1sqbzaPtVUCKEkI8QZq/90auq8iqCQwZU2PTQ4WYrDdtGIyTjw==", "dependencies": { "@jscpd/core": "^3.3.17", - "@jscpd/tokenizer": "^3.3.23", + "@jscpd/tokenizer": "^3.3.24", "blamer": "^1.0.1", "bytes": "^3.1.0", "cli-table3": "^0.6.0", @@ -840,8 +840,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/finder/node_modules/universalify": { @@ -893,9 +895,9 @@ } }, "node_modules/@jscpd/tokenizer": { - "version": "3.3.23", - "resolved": "https://registry.npmjs.org/@jscpd/tokenizer/-/tokenizer-3.3.23.tgz", - "integrity": "sha512-p3IHuOLUOLpgj8hCcrr6MCaeSarPyLXq7dHKeneO6dNr39p2GKo1MU//2nQ4G/yU/YbVbUU6Te93q4FcnFTESA==", + "version": "3.3.24", + "resolved": "https://registry.npmjs.org/@jscpd/tokenizer/-/tokenizer-3.3.24.tgz", + "integrity": "sha512-YzD4RSimSCe/BdC6EQemWBnnb71R474FPlAzsQvuN5bfq7arakm81ihc7tApofWi323gZNc/Pw11e3zslD+mFQ==", "dependencies": { "@jscpd/core": "^3.3.17", "reprism": "^0.0.11", @@ -2127,6 +2129,7 @@ "version": "2.6.12", "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", "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 }, "node_modules/babel-types": { @@ -2445,12 +2448,14 @@ "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.0.tgz", "integrity": "sha512-gnB85c3MGC7Nm9I/FkiasNBOKjOiO1RNuXXarQms37q4QMpWdlbBgD/VnOStA2faG1dpXMv31RFApjX1/QdgWQ==", "dependencies": { - "colors": "^1.1.2", "object-assign": "^4.1.0", "string-width": "^4.2.0" }, "engines": { "node": "10.* || >= 12.*" + }, + "optionalDependencies": { + "colors": "^1.1.2" } }, "node_modules/cliui": { @@ -4088,6 +4093,9 @@ }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, "node_modules/execall": { @@ -4414,6 +4422,9 @@ }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/get-uri": { @@ -5322,14 +5333,14 @@ "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" }, "node_modules/jscpd": { - "version": "3.3.23", - "resolved": "https://registry.npmjs.org/jscpd/-/jscpd-3.3.23.tgz", - "integrity": "sha512-mGHfjwSb/gnWzFZOD3B/lA6XC2SBVdlYXJO2JAMHnT1MGhC/71KU4pEdmOqoGCux9b9uvUCSSTNLMZIHbjk1Bw==", + "version": "3.3.24", + "resolved": "https://registry.npmjs.org/jscpd/-/jscpd-3.3.24.tgz", + "integrity": "sha512-1gG8r744BeRWgh2SuR5vIe28EIYsBHCPgVsXIfA0TPTXpUFBAHIEPROx9jWvuJahPtEpIHTX3Wc5C7HCUOlx0Q==", "dependencies": { "@jscpd/core": "^3.3.17", - "@jscpd/finder": "^3.3.23", + "@jscpd/finder": "^3.3.24", "@jscpd/html-reporter": "^3.3.22", - "@jscpd/tokenizer": "^3.3.23", + "@jscpd/tokenizer": "^3.3.24", "colors": "^1.4.0", "commander": "^5.0.0", "fs-extra": "^9.0.0", @@ -5747,6 +5758,10 @@ "integrity": "sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==", "dependencies": { "repeat-string": "^1.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, "node_modules/markdownlint": { @@ -6485,6 +6500,9 @@ }, "engines": { "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/optionator": { @@ -7316,9 +7334,9 @@ } }, "node_modules/pug-code-gen": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-2.0.2.tgz", - "integrity": "sha512-kROFWv/AHx/9CRgoGJeRSm+4mLWchbgpRzTEn8XCiwwOy6Vh0gAClS8Vh5TEJ9DBjaP8wCjS3J6HKsEsYdvaCw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-2.0.3.tgz", + "integrity": "sha512-r9sezXdDuZJfW9J91TN/2LFbiqDhmltTFmGpHTsGdrNGp3p4SxAjjXEfnuK2e4ywYsRIVP0NeLbSAMHUcaX1EA==", "dependencies": { "constantinople": "^3.1.2", "doctypes": "^1.1.0", @@ -10184,12 +10202,12 @@ } }, "@jscpd/finder": { - "version": "3.3.23", - "resolved": "https://registry.npmjs.org/@jscpd/finder/-/finder-3.3.23.tgz", - "integrity": "sha512-5VcfTWXK5GOIbfKXFN3C1q6/JLVzodfTtrPRrhBzLyJio+/zbBUVBzGchCOfxTrpEcWeK3N8EwRR/XkqVgOMpQ==", + "version": "3.3.24", + "resolved": "https://registry.npmjs.org/@jscpd/finder/-/finder-3.3.24.tgz", + "integrity": "sha512-TNuiSAUIYlVPMVnZGCWKIiBHX6cAcChixUt+1sqbzaPtVUCKEkI8QZq/90auq8iqCQwZU2PTQ4WYrDdtGIyTjw==", "requires": { "@jscpd/core": "^3.3.17", - "@jscpd/tokenizer": "^3.3.23", + "@jscpd/tokenizer": "^3.3.24", "blamer": "^1.0.1", "bytes": "^3.1.0", "cli-table3": "^0.6.0", @@ -10264,9 +10282,9 @@ } }, "@jscpd/tokenizer": { - "version": "3.3.23", - "resolved": "https://registry.npmjs.org/@jscpd/tokenizer/-/tokenizer-3.3.23.tgz", - "integrity": "sha512-p3IHuOLUOLpgj8hCcrr6MCaeSarPyLXq7dHKeneO6dNr39p2GKo1MU//2nQ4G/yU/YbVbUU6Te93q4FcnFTESA==", + "version": "3.3.24", + "resolved": "https://registry.npmjs.org/@jscpd/tokenizer/-/tokenizer-3.3.24.tgz", + "integrity": "sha512-YzD4RSimSCe/BdC6EQemWBnnb71R474FPlAzsQvuN5bfq7arakm81ihc7tApofWi323gZNc/Pw11e3zslD+mFQ==", "requires": { "@jscpd/core": "^3.3.17", "reprism": "^0.0.11", @@ -13796,14 +13814,14 @@ "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" }, "jscpd": { - "version": "3.3.23", - "resolved": "https://registry.npmjs.org/jscpd/-/jscpd-3.3.23.tgz", - "integrity": "sha512-mGHfjwSb/gnWzFZOD3B/lA6XC2SBVdlYXJO2JAMHnT1MGhC/71KU4pEdmOqoGCux9b9uvUCSSTNLMZIHbjk1Bw==", + "version": "3.3.24", + "resolved": "https://registry.npmjs.org/jscpd/-/jscpd-3.3.24.tgz", + "integrity": "sha512-1gG8r744BeRWgh2SuR5vIe28EIYsBHCPgVsXIfA0TPTXpUFBAHIEPROx9jWvuJahPtEpIHTX3Wc5C7HCUOlx0Q==", "requires": { "@jscpd/core": "^3.3.17", - "@jscpd/finder": "^3.3.23", + "@jscpd/finder": "^3.3.24", "@jscpd/html-reporter": "^3.3.22", - "@jscpd/tokenizer": "^3.3.23", + "@jscpd/tokenizer": "^3.3.24", "colors": "^1.4.0", "commander": "^5.0.0", "fs-extra": "^9.0.0", @@ -15412,9 +15430,9 @@ } }, "pug-code-gen": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-2.0.2.tgz", - "integrity": "sha512-kROFWv/AHx/9CRgoGJeRSm+4mLWchbgpRzTEn8XCiwwOy6Vh0gAClS8Vh5TEJ9DBjaP8wCjS3J6HKsEsYdvaCw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-2.0.3.tgz", + "integrity": "sha512-r9sezXdDuZJfW9J91TN/2LFbiqDhmltTFmGpHTsGdrNGp3p4SxAjjXEfnuK2e4ywYsRIVP0NeLbSAMHUcaX1EA==", "requires": { "constantinople": "^3.1.2", "doctypes": "^1.1.0", diff --git a/dependencies/package.json b/dependencies/package.json index b872aca2..cf3008cb 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -18,7 +18,7 @@ "htmlhint": "^0.14.2", "immer": "^8.0.1", "ini": "^2.0.0", - "jscpd": "^3.3.21", + "jscpd": "^3.3.24", "jsonlint": "^1.6.3", "lodash": "^4.17.21", "markdownlint-cli": "^0.26.0",