diff --git a/npm_and_yarn/helpers/package-lock.json b/npm_and_yarn/helpers/package-lock.json index 23c9c0755c2..6733de267ab 100644 --- a/npm_and_yarn/helpers/package-lock.json +++ b/npm_and_yarn/helpers/package-lock.json @@ -7,7 +7,7 @@ "name": "@dependabot/helper", "dependencies": { "@dependabot/yarn-lib": "^1.22.19", - "@npmcli/arborist": "^5.6.1", + "@npmcli/arborist": "^5.6.2", "detect-indent": "^6.1.0", "nock": "^13.2.9", "npm": "6.14.17", @@ -1689,9 +1689,9 @@ } }, "node_modules/@npmcli/arborist": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-5.6.1.tgz", - "integrity": "sha512-bFEihRTSzIpJY+EJjyUUiTHkuZfFyn6ROlPzyVVDsHmysN8JRZ0LdgA/cwNuTGndb1ddsUxhSENhLp5pJHhX3Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-5.6.2.tgz", + "integrity": "sha512-Lyj2g+foWKzrwW2bT/RGO982VR9vb5tlvfD88n4PwWJRrDttQbJoIdcQzN9b+NIBhI1/8iEhC5b8far9U0fQxA==", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/installed-package-contents": "^1.0.7", @@ -15579,9 +15579,9 @@ } }, "@npmcli/arborist": { - "version": "5.6.1", - "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-5.6.1.tgz", - "integrity": "sha512-bFEihRTSzIpJY+EJjyUUiTHkuZfFyn6ROlPzyVVDsHmysN8JRZ0LdgA/cwNuTGndb1ddsUxhSENhLp5pJHhX3Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-5.6.2.tgz", + "integrity": "sha512-Lyj2g+foWKzrwW2bT/RGO982VR9vb5tlvfD88n4PwWJRrDttQbJoIdcQzN9b+NIBhI1/8iEhC5b8far9U0fQxA==", "requires": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/installed-package-contents": "^1.0.7", diff --git a/npm_and_yarn/helpers/package.json b/npm_and_yarn/helpers/package.json index 2d20409f4ce..f3781f27cc2 100644 --- a/npm_and_yarn/helpers/package.json +++ b/npm_and_yarn/helpers/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@dependabot/yarn-lib": "^1.22.19", - "@npmcli/arborist": "^5.6.1", + "@npmcli/arborist": "^5.6.2", "detect-indent": "^6.1.0", "nock": "^13.2.9", "npm": "6.14.17",