From 03e9993f81bfb4afd43fbb77d4ae1a9f0ffc9717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:48:10 +0000 Subject: [PATCH] Chore(deps-dev): bump the update-npm-dependencies group across 1 directory with 2 updates (#277) --- .ci/runChecks.sh | 2 +- package-lock.json | 126 ++++++++++++++++++++++++++++++++++++++-------- package.json | 4 +- 3 files changed, 108 insertions(+), 24 deletions(-) diff --git a/.ci/runChecks.sh b/.ci/runChecks.sh index 0a11fa8c..0fdfdcd9 100755 --- a/.ci/runChecks.sh +++ b/.ci/runChecks.sh @@ -11,4 +11,4 @@ npm run lint:prettier # auditing npx license-check --ignoreRegex @nmshd/connector -npx better-npm-audit audit --exclude 1096302,1098681,1093639,1099525 +npx better-npm-audit audit --exclude 1099846,1096302,1093639 diff --git a/package-lock.json b/package-lock.json index 6ad212ab..9d77b8dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "@types/jest": "^29.5.13", "@types/jest-json-schema": "^6.1.4", "@types/json-stringify-safe": "^5.0.3", - "@types/lodash": "^4.17.9", + "@types/lodash": "^4.17.10", "@types/luxon": "^3.4.2", "@types/nconf": "^0.10.7", "@types/node": "^22.7.4", @@ -64,7 +64,7 @@ "@types/swagger-ui-express": "^4.1.6", "@types/yamljs": "^0.2.34", "c8": "^10.1.2", - "cpx2": "^7.0.1", + "cpx2": "^8.0.0", "eslint": "^8.57.1", "jest": "^29.7.0", "jest-expect-message": "^1.1.3", @@ -2942,11 +2942,10 @@ "license": "MIT" }, "node_modules/@types/lodash": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.9.tgz", - "integrity": "sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==", - "dev": true, - "license": "MIT" + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", + "dev": true }, "node_modules/@types/lokijs": { "version": "1.5.14", @@ -4809,21 +4808,20 @@ } }, "node_modules/cpx2": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cpx2/-/cpx2-7.0.1.tgz", - "integrity": "sha512-ZgK/DRvPFM5ATZ5DQ5UzY6ajkBrI/p9Uc7VyLHc7b4OSFeBO4yOQz/GEmccc4Om6capGYlY4K1XX+BtYQiPPIA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cpx2/-/cpx2-8.0.0.tgz", + "integrity": "sha512-RxD9jrSVNSOmfcbiPlr3XnKbUKH9K1w2HCv0skczUKhsZTueiDBecxuaSAKQkYSLQaGVA4ZQJZlTj5hVNNEvKg==", "dev": true, - "license": "MIT", "dependencies": { "debounce": "^2.0.0", "debug": "^4.1.1", "duplexer": "^0.1.1", "fs-extra": "^11.1.0", - "glob": "^10.3.10", + "glob": "^11.0.0", "glob2base": "0.0.12", - "ignore": "^5.2.4", - "minimatch": "^9.0.0", - "p-map": "^6.0.0", + "ignore": "^6.0.2", + "minimatch": "^10.0.1", + "p-map": "^7.0.0", "resolve": "^1.12.0", "safe-buffer": "^5.2.0", "shell-quote": "^1.8.0", @@ -4833,10 +4831,97 @@ "cpx": "bin/index.js" }, "engines": { - "node": ">=18", + "node": "^20.0.0 || >=22.0.0", "npm": ">=10" } }, + "node_modules/cpx2/node_modules/glob": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz", + "integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^4.0.1", + "minimatch": "^10.0.0", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^2.0.0" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/cpx2/node_modules/ignore": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz", + "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/cpx2/node_modules/jackspeak": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.2.tgz", + "integrity": "sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==", + "dev": true, + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/cpx2/node_modules/lru-cache": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz", + "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==", + "dev": true, + "engines": { + "node": "20 || >=22" + } + }, + "node_modules/cpx2/node_modules/minimatch": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/cpx2/node_modules/path-scurry": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz", + "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==", + "dev": true, + "dependencies": { + "lru-cache": "^11.0.0", + "minipass": "^7.1.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/cpx2/node_modules/safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", @@ -10361,13 +10446,12 @@ } }, "node_modules/p-map": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-6.0.0.tgz", - "integrity": "sha512-T8BatKGY+k5rU+Q/GTYgrEf2r4xRMevAN5mtXc2aPc4rS1j3s+vWTaO2Wag94neXuCAUAs8cxBL9EeB5EA6diw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.2.tgz", + "integrity": "sha512-z4cYYMMdKHzw4O5UkWJImbZynVIo0lSGTXc7bzB1e/rrDqkgGUNysK/o4bTr+0+xKvvLoTyGqYC4Fgljy9qe1Q==", "dev": true, - "license": "MIT", "engines": { - "node": ">=16" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 3d2aa9de..840c37c1 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "@types/jest": "^29.5.13", "@types/jest-json-schema": "^6.1.4", "@types/json-stringify-safe": "^5.0.3", - "@types/lodash": "^4.17.9", + "@types/lodash": "^4.17.10", "@types/luxon": "^3.4.2", "@types/nconf": "^0.10.7", "@types/node": "^22.7.4", @@ -132,7 +132,7 @@ "@types/swagger-ui-express": "^4.1.6", "@types/yamljs": "^0.2.34", "c8": "^10.1.2", - "cpx2": "^7.0.1", + "cpx2": "^8.0.0", "eslint": "^8.57.1", "jest": "^29.7.0", "jest-expect-message": "^1.1.3",