diff --git a/npm_and_yarn/helpers/package-lock.json b/npm_and_yarn/helpers/package-lock.json index 53efe64d521..b030c3dc215 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.21.1", - "@npmcli/arborist": "^5.0.6", + "@npmcli/arborist": "^5.1.0", "detect-indent": "^6.1.0", "npm": "6.14.16", "semver": "^7.3.7" @@ -1545,9 +1545,9 @@ } }, "node_modules/@npmcli/arborist": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-5.0.6.tgz", - "integrity": "sha512-byBsiOgwEHb0zeEEYTkyyRiHIkvD/EoNpfUy71mrrMcBMWkaaVJoJHvJHu46MVPgz8WUdqJMwl8HhrHauY/TPg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-5.1.0.tgz", + "integrity": "sha512-MMutHkOmGyLJTBGXeeZ7khANmjlJtuqHScDATXaxChHMLF6MhAlw2Cca4TXlbeJuq0X1s7wm6ODa/vnBS3DVAw==", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/installed-package-contents": "^1.0.7", @@ -15403,9 +15403,9 @@ } }, "@npmcli/arborist": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-5.0.6.tgz", - "integrity": "sha512-byBsiOgwEHb0zeEEYTkyyRiHIkvD/EoNpfUy71mrrMcBMWkaaVJoJHvJHu46MVPgz8WUdqJMwl8HhrHauY/TPg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-5.1.0.tgz", + "integrity": "sha512-MMutHkOmGyLJTBGXeeZ7khANmjlJtuqHScDATXaxChHMLF6MhAlw2Cca4TXlbeJuq0X1s7wm6ODa/vnBS3DVAw==", "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 c77a78e1c97..710d4470ffc 100644 --- a/npm_and_yarn/helpers/package.json +++ b/npm_and_yarn/helpers/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@dependabot/yarn-lib": "^1.21.1", - "@npmcli/arborist": "^5.0.6", + "@npmcli/arborist": "^5.1.0", "detect-indent": "^6.1.0", "npm": "6.14.16", "semver": "^7.3.7"