From 0a8c0a33417d7ce2b4b32acde8c7a393458deb37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:38:42 +0000 Subject: [PATCH] chore(deps): bump spawnpoint from 2.2.0 to 2.2.1 Bumps [spawnpoint](https://github.com/nodecraft/spawnpoint) from 2.2.0 to 2.2.1. - [Commits](https://github.com/nodecraft/spawnpoint/commits) --- updated-dependencies: - dependency-name: spawnpoint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++---------------- package.json | 2 +- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6dd60a4..0bafb26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1231,9 +1231,9 @@ } }, "dayjs": { - "version": "1.11.10", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", - "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + "version": "1.11.11", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", + "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" }, "debug": { "version": "2.6.9", @@ -2887,8 +2887,7 @@ "minimist": { "version": "1.2.8", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" }, "ms": { "version": "2.0.0", @@ -3466,12 +3465,12 @@ "dev": true }, "spawnpoint": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/spawnpoint/-/spawnpoint-2.2.0.tgz", - "integrity": "sha512-0lLqdn3dz5qlUgjOC+J2RrIJwat2Vyg5hoZi3bzyy7qFXh9XZFyH80K9cliHu5lVbERwL41NI6g4uf5l0Ym+6w==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/spawnpoint/-/spawnpoint-2.2.1.tgz", + "integrity": "sha512-5B3+axW328/b79zzXYRCZ6MjRCQ1npkVvNBnww+HCr//xGf3Rm8CNu0OYNA5PuPgo3pcE1oVycANM1e3fFvfBw==", "requires": { "async": "^2.6.4", - "dayjs": "^1.11.10", + "dayjs": "^1.11.11", "json-lint": "^0.1.0", "kleur": "^4.1.5", "lodash": "^4.17.21", @@ -3479,13 +3478,6 @@ "nanoid": "^3.3.7", "string-template": "^1.0.0", "strip-json-comments": "^3.1.1" - }, - "dependencies": { - "minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" - } } }, "spawnpoint-express": { diff --git a/package.json b/package.json index afaafec..2071c56 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "lodash": "^4.17.21", "slack-webhook": "^1.0.0", - "spawnpoint": "^2.2.0", + "spawnpoint": "^2.2.1", "spawnpoint-express": "^3.0.2" }, "devDependencies": {