diff --git a/package-lock.json b/package-lock.json index 0a10806762..5a7f6ecf02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11539,11 +11539,11 @@ "dev": true }, "npm": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/npm/-/npm-7.6.0.tgz", - "integrity": "sha512-1Jexc9EoGJEMEdWWLQMs2a7a5nNtD0INmBY4Gzv+RI727VZO05kruXhL8NnHtsvBfVn+eoMmBJKzy1exJRfymQ==", + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/npm/-/npm-7.6.3.tgz", + "integrity": "sha512-+Cs8TEtkfdQGTIPw8AeqVtNNHyo1Zw8HATzAFFWYnK7jQYgT/CatEy85+BlEoEpqvga2uaKqVrXsTAYj28emjg==", "requires": { - "@npmcli/arborist": "^2.2.5", + "@npmcli/arborist": "^2.2.8", "@npmcli/ci-detect": "^1.2.0", "@npmcli/config": "^1.2.9", "@npmcli/run-script": "^1.8.3", @@ -11551,7 +11551,7 @@ "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", "archy": "~1.0.0", - "byte-size": "^7.0.0", + "byte-size": "^7.0.1", "cacache": "^15.0.5", "chalk": "^4.1.0", "chownr": "^2.0.0", @@ -11567,7 +11567,7 @@ "json-parse-even-better-errors": "^2.3.1", "leven": "^3.1.0", "libnpmaccess": "^4.0.1", - "libnpmdiff": "^2.0.3", + "libnpmdiff": "^2.0.4", "libnpmfund": "^1.0.2", "libnpmhook": "^6.0.1", "libnpmorg": "^2.0.1", @@ -11592,7 +11592,7 @@ "npm-user-validate": "^1.0.1", "npmlog": "~4.1.2", "opener": "^1.5.2", - "pacote": "^11.2.7", + "pacote": "^11.3.0", "parse-conflict-json": "^1.1.1", "qrcode-terminal": "^0.12.0", "read": "~1.0.7", @@ -11612,7 +11612,7 @@ }, "dependencies": { "@npmcli/arborist": { - "version": "2.2.5", + "version": "2.2.8", "bundled": true, "requires": { "@npmcli/installed-package-contents": "^1.0.7", @@ -11887,7 +11887,7 @@ "bundled": true }, "byte-size": { - "version": "7.0.0", + "version": "7.0.1", "bundled": true }, "cacache": { @@ -12466,14 +12466,16 @@ } }, "libnpmdiff": { - "version": "2.0.3", + "version": "2.0.4", "bundled": true, "requires": { "@npmcli/disparity-colors": "^1.0.1", + "@npmcli/installed-package-contents": "^1.0.7", "binary-extensions": "^2.2.0", "diff": "^5.0.0", "minimatch": "^3.0.4", - "pacote": "^11.2.3", + "npm-package-arg": "^8.1.1", + "pacote": "^11.3.0", "tar": "^6.1.0" } }, @@ -12826,7 +12828,7 @@ } }, "pacote": { - "version": "11.2.7", + "version": "11.3.0", "bundled": true, "requires": { "@npmcli/git": "^2.0.1", diff --git a/package.json b/package.json index cb27052871..d4bac97519 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "js-yaml": "^4.0.0", "lazysizes": "^5.3.0", "material-design-icons": "^3.0.1", - "npm": "^7.6.0", + "npm": "^7.6.3", "popper.js": "^1.16.1", "sweetalert2": "^10.15.4", "textfilljs": "^1.0.3-a",