diff --git a/package-lock.json b/package-lock.json index 1625dfea7..4546b0332 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "mongoose": "^7.5.0", "nanoid": "3.3.4", "nconf": "^0.12.0", - "npm": "^10.0.0", + "npm": "^10.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-frame-component": "^4.1.3", @@ -10796,9 +10796,9 @@ } }, "node_modules/npm": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/npm/-/npm-10.0.0.tgz", - "integrity": "sha512-15O/VIG6/zuZ8ui2YxHhcJcomoTKNqC8bC6hKlmazJooDbdWCoC5iZsNp9Jm8xqwVab60hiAkhDyAqh8W8yq/g==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/npm/-/npm-10.1.0.tgz", + "integrity": "sha512-pZ2xybXzNGbJFZEKNbPoEXsE38Xou9VTnxxBk+B3pz0ndsGCs7iWHoUCPSsISU2hjmkWfDkJo3bYKE8RDOg4eg==", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -10871,8 +10871,8 @@ ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^7.0.0", - "@npmcli/config": "^7.1.0", + "@npmcli/arborist": "^7.1.0", + "@npmcli/config": "^7.2.0", "@npmcli/fs": "^3.1.0", "@npmcli/map-workspaces": "^3.0.4", "@npmcli/package-json": "^5.0.0", @@ -10897,12 +10897,12 @@ "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^3.0.0", "libnpmaccess": "^8.0.0", - "libnpmdiff": "^6.0.0", - "libnpmexec": "^7.0.0", - "libnpmfund": "^4.1.0", + "libnpmdiff": "^6.0.1", + "libnpmexec": "^7.0.1", + "libnpmfund": "^4.1.1", "libnpmhook": "^10.0.0", "libnpmorg": "^6.0.0", - "libnpmpack": "^6.0.0", + "libnpmpack": "^6.0.1", "libnpmpublish": "^9.0.0", "libnpmsearch": "^7.0.0", "libnpmteam": "^6.0.0", @@ -11036,7 +11036,7 @@ "license": "ISC" }, "node_modules/npm/node_modules/@npmcli/agent": { - "version": "2.1.0", + "version": "2.1.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -11098,7 +11098,7 @@ } }, "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "7.0.0", + "version": "7.1.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -11144,7 +11144,7 @@ } }, "node_modules/npm/node_modules/@npmcli/config": { - "version": "7.1.0", + "version": "7.2.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -12247,11 +12247,11 @@ } }, "node_modules/npm/node_modules/libnpmdiff": { - "version": "6.0.0", + "version": "6.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^7.0.0", + "@npmcli/arborist": "^7.1.0", "@npmcli/disparity-colors": "^3.0.0", "@npmcli/installed-package-contents": "^2.0.2", "binary-extensions": "^2.2.0", @@ -12266,11 +12266,11 @@ } }, "node_modules/npm/node_modules/libnpmexec": { - "version": "7.0.0", + "version": "7.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^7.0.0", + "@npmcli/arborist": "^7.1.0", "@npmcli/run-script": "^7.0.1", "ci-info": "^3.7.1", "npm-package-arg": "^11.0.0", @@ -12287,11 +12287,11 @@ } }, "node_modules/npm/node_modules/libnpmfund": { - "version": "4.1.0", + "version": "4.1.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^7.0.0" + "@npmcli/arborist": "^7.1.0" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" @@ -12322,11 +12322,11 @@ } }, "node_modules/npm/node_modules/libnpmpack": { - "version": "6.0.0", + "version": "6.0.1", "inBundle": true, "license": "ISC", "dependencies": { - "@npmcli/arborist": "^7.0.0", + "@npmcli/arborist": "^7.1.0", "@npmcli/run-script": "^7.0.1", "npm-package-arg": "^11.0.0", "pacote": "^17.0.4" diff --git a/package.json b/package.json index 95f83b2eb..2cc63c9db 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "mongoose": "^7.5.0", "nanoid": "3.3.4", "nconf": "^0.12.0", - "npm": "^10.0.0", + "npm": "^10.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-frame-component": "^4.1.3",