From 096571ed6826994154389ad35e0cace35961ee1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 05:11:17 +0000 Subject: [PATCH] fix(deps): update dependency stnl to v1.3.2 --- package-lock.json | 35 +++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 28 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4f8318ca..57f967a2d 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.3.2", "succulent": "0.18.1", "superstruct": "2.0.2", "suretype": "2.4.1", @@ -8306,6 +8306,12 @@ "queue-microtask": "^1.2.2" } }, + "node_modules/runtime-compiler": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/runtime-compiler/-/runtime-compiler-1.2.7.tgz", + "integrity": "sha512-ZtHIJoHFKfQEv+pE56oUA/8aR9o2n+QKBsEh4y9WU0v5AI76J5xbHAi4aJcL2xdtk8vRa0BgzeIy7TXQMDQKqg==", + "optional": true + }, "node_modules/runtypes": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/runtypes/-/runtypes-6.7.0.tgz", @@ -8486,10 +8492,13 @@ "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.3.2", + "resolved": "https://registry.npmjs.org/stnl/-/stnl-1.3.2.tgz", + "integrity": "sha512-be2estbCdeGXPRXe0xTq/BTKHYdU/ogeV4Obo/K/yNNAc3GF5NYDEA+wwtpBiCFSzowhgfcEN1egbAvmck91pw==", + "optionalDependencies": { + "@standard-schema/spec": "^1.0.0", + "runtime-compiler": "^1.2.5" + } }, "node_modules/string_decoder": { "version": "1.3.0", @@ -16357,6 +16366,12 @@ "queue-microtask": "^1.2.2" } }, + "runtime-compiler": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/runtime-compiler/-/runtime-compiler-1.2.7.tgz", + "integrity": "sha512-ZtHIJoHFKfQEv+pE56oUA/8aR9o2n+QKBsEh4y9WU0v5AI76J5xbHAi4aJcL2xdtk8vRa0BgzeIy7TXQMDQKqg==", + "optional": true + }, "runtypes": { "version": "6.7.0", "resolved": "https://registry.npmjs.org/runtypes/-/runtypes-6.7.0.tgz", @@ -16507,9 +16522,13 @@ "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.3.2", + "resolved": "https://registry.npmjs.org/stnl/-/stnl-1.3.2.tgz", + "integrity": "sha512-be2estbCdeGXPRXe0xTq/BTKHYdU/ogeV4Obo/K/yNNAc3GF5NYDEA+wwtpBiCFSzowhgfcEN1egbAvmck91pw==", + "requires": { + "@standard-schema/spec": "^1.0.0", + "runtime-compiler": "^1.2.5" + } }, "string_decoder": { "version": "1.3.0", diff --git a/package.json b/package.json index d344fcfdb..dd22e0e7e 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.3.2", "succulent": "0.18.1", "superstruct": "2.0.2", "suretype": "2.4.1",