From de625e6e95e75ef747f8cb3723b5a90beae5e308 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 03:02:55 +0000 Subject: [PATCH] fix(deps): update dependency stnl to v1.2.3 --- bun.lock | 4 ++-- package-lock.json | 21 +++++++++++++-------- package.json | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/bun.lock b/bun.lock index 81ca71182..a7738348c 100644 --- a/bun.lock +++ b/bun.lock @@ -56,7 +56,7 @@ "runtypes": "6.7.0", "simple-runtypes": "7.1.3", "spectypes": "2.1.11", - "stnl": "1.1.6", + "stnl": "1.2.3", "succulent": "0.18.1", "superstruct": "2.0.2", "suretype": "2.4.1", @@ -1392,7 +1392,7 @@ "std-env": ["std-env@3.9.0", "", {}, "sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw=="], - "stnl": ["stnl@1.1.6", "", {}, "sha512-E6tfWe7z8B/1SwMo7lCUOoC940y6d+Y0EfdOaN3yUetkN0O9NZ+XdBirDzPZYQZp65Q33x0r8bnlhjC+YcRpXQ=="], + "stnl": ["stnl@1.2.3", "", { "optionalDependencies": { "@standard-schema/spec": "^1.0.0" } }, "sha512-OJCFqslUf34G0AJuXE1aYPlM9jsxaemS+xK0qT5rMiIlha3Gw4ddycH9bUR2h9LWOezZbZtvstiPsCmn4Uh9nw=="], "string-width": ["string-width@4.2.3", "", { "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" } }, "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g=="], diff --git a/package-lock.json b/package-lock.json index ca14ea7e6..2d5a0be71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "runtypes": "6.7.0", "simple-runtypes": "7.1.3", "spectypes": "2.1.11", - "stnl": "1.1.6", + "stnl": "1.2.3", "succulent": "0.18.1", "superstruct": "2.0.2", "suretype": "2.4.1", @@ -8481,10 +8481,12 @@ "dev": true }, "node_modules/stnl": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/stnl/-/stnl-1.1.6.tgz", - "integrity": "sha512-E6tfWe7z8B/1SwMo7lCUOoC940y6d+Y0EfdOaN3yUetkN0O9NZ+XdBirDzPZYQZp65Q33x0r8bnlhjC+YcRpXQ==", - "license": "MIT" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/stnl/-/stnl-1.2.3.tgz", + "integrity": "sha512-OJCFqslUf34G0AJuXE1aYPlM9jsxaemS+xK0qT5rMiIlha3Gw4ddycH9bUR2h9LWOezZbZtvstiPsCmn4Uh9nw==", + "optionalDependencies": { + "@standard-schema/spec": "^1.0.0" + } }, "node_modules/string_decoder": { "version": "1.3.0", @@ -16490,9 +16492,12 @@ "dev": true }, "stnl": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/stnl/-/stnl-1.1.6.tgz", - "integrity": "sha512-E6tfWe7z8B/1SwMo7lCUOoC940y6d+Y0EfdOaN3yUetkN0O9NZ+XdBirDzPZYQZp65Q33x0r8bnlhjC+YcRpXQ==" + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/stnl/-/stnl-1.2.3.tgz", + "integrity": "sha512-OJCFqslUf34G0AJuXE1aYPlM9jsxaemS+xK0qT5rMiIlha3Gw4ddycH9bUR2h9LWOezZbZtvstiPsCmn4Uh9nw==", + "requires": { + "@standard-schema/spec": "^1.0.0" + } }, "string_decoder": { "version": "1.3.0", diff --git a/package.json b/package.json index 0e78f6ca3..a4c30758a 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "runtypes": "6.7.0", "simple-runtypes": "7.1.3", "spectypes": "2.1.11", - "stnl": "1.1.6", + "stnl": "1.2.3", "succulent": "0.18.1", "superstruct": "2.0.2", "suretype": "2.4.1",