diff --git a/npm_and_yarn/helpers/package-lock.json b/npm_and_yarn/helpers/package-lock.json index 403c06668f2..c8557624c59 100644 --- a/npm_and_yarn/helpers/package-lock.json +++ b/npm_and_yarn/helpers/package-lock.json @@ -11,7 +11,7 @@ "@npmcli/arborist": "^9.1.3", "@pnpm/dependency-path": "^5.1.1", "@pnpm/lockfile-file": "^9.1.3", - "detect-indent": "^6.1.0", + "detect-indent": "^7.0.1", "nock": "^14.0.6", "npm": "6.14.18", "patch-package": "^8.0.0", @@ -4370,11 +4370,11 @@ } }, "node_modules/detect-indent": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", - "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.1.tgz", + "integrity": "sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==", "engines": { - "node": ">=8" + "node": ">=12.20" } }, "node_modules/detect-newline": { @@ -19020,9 +19020,9 @@ "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" }, "detect-indent": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz", - "integrity": "sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==" + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.1.tgz", + "integrity": "sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==" }, "detect-newline": { "version": "3.1.0", diff --git a/npm_and_yarn/helpers/package.json b/npm_and_yarn/helpers/package.json index 377f296ec64..6dc962d8c16 100644 --- a/npm_and_yarn/helpers/package.json +++ b/npm_and_yarn/helpers/package.json @@ -12,7 +12,7 @@ "dependencies": { "@dependabot/yarn-lib": "^1.22.22", "@npmcli/arborist": "^9.1.3", - "detect-indent": "^6.1.0", + "detect-indent": "^7.0.1", "nock": "^14.0.6", "npm": "6.14.18", "@pnpm/lockfile-file": "^9.1.3",