diff --git a/.github/scripts/package-lock.json b/.github/scripts/package-lock.json index 9846add..36278c1 100644 --- a/.github/scripts/package-lock.json +++ b/.github/scripts/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "mocha": "^11.7.5", - "nock": "^14.0.11", + "nock": "^14.0.12", "nyc": "^18.0.0", "uvu": "^0.5.6" } @@ -1911,9 +1911,9 @@ "license": "MIT" }, "node_modules/nock": { - "version": "14.0.11", - "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.11.tgz", - "integrity": "sha512-u5xUnYE+UOOBA6SpELJheMCtj2Laqx15Vl70QxKo43Wz/6nMHXS7PrEioXLjXAwhmawdEMNImwKCcPhBJWbKVw==", + "version": "14.0.12", + "resolved": "https://registry.npmjs.org/nock/-/nock-14.0.12.tgz", + "integrity": "sha512-kZM3bHV0KzhHH6E2eRszHyML/w87AUzLBwupNTHohtYWP9fZYgUPmCbSKq6ITfEEmHqN4/p0MscvUipT4P5Qsg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 1387c17..06c40e9 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -16,7 +16,7 @@ "license": "MIT", "devDependencies": { "mocha": "^11.7.5", - "nock": "^14.0.11", + "nock": "^14.0.12", "nyc": "^18.0.0", "uvu": "^0.5.6" },