deps(npm): bump jscpd from 4.0.4 to 4.0.5 in /dependencies (#5852)

Bumps [jscpd](https://github.com/kucherenko/jscpd) from 4.0.4 to 4.0.5.
- [Changelog](https://github.com/kucherenko/jscpd/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kucherenko/jscpd/commits)

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

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:
dependabot[bot] 2024-07-16 11:29:46 +00:00 committed by GitHub
parent 3fd69a107b
commit 042c6b1917
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
dependencies/package-lock.json generated vendored
View file

@ -28,7 +28,7 @@
"eslint-plugin-vue": "^9.26.0",
"gherkin-lint": "^4.2.4",
"htmlhint": "^1.1.4",
"jscpd": "^4.0.4",
"jscpd": "^4.0.5",
"markdownlint-cli": "^0.41.0",
"next": "^14.2.3",
"next-pwa": "^5.6.0",
@ -14787,9 +14787,9 @@
"optional": true
},
"node_modules/jscpd": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/jscpd/-/jscpd-4.0.4.tgz",
"integrity": "sha512-tmcB7uQPYzdIwc03Z7ngWCD3vrJ96B88kaAh86f9dQ7dz1Cikj29t9Lu8kzFf1NIyhdm1MMP8HHIAXUx0L9EhQ==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/jscpd/-/jscpd-4.0.5.tgz",
"integrity": "sha512-AzJlSLvKtXYkQm93DKE1cRN3rf6pkpv3fm5TVuvECwoqljQlCM/56ujHn9xPcE7wyUnH5+yHr7tcTiveIoMBoQ==",
"dependencies": {
"@jscpd/core": "4.0.1",
"@jscpd/finder": "4.0.1",

View file

@ -23,7 +23,7 @@
"eslint-plugin-vue": "^9.26.0",
"gherkin-lint": "^4.2.4",
"htmlhint": "^1.1.4",
"jscpd": "^4.0.4",
"jscpd": "^4.0.5",
"markdownlint-cli": "^0.41.0",
"next": "^14.2.3",
"next-pwa": "^5.6.0",