mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-30 18:01:23 +08:00
chore: Bump strnum 2.2.3 → 2.4.2 (minor) to clear 1 Aikido finding (#36670)
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -219,7 +219,8 @@
|
||||
"@vitest/browser@<4.1.10": "4.1.10",
|
||||
"immutable": "5.1.8",
|
||||
"nanoid@<3.3.18": "catalog:",
|
||||
"@zone-eu/mailsplit@<5.4.15": "5.4.15"
|
||||
"@zone-eu/mailsplit@<5.4.15": "5.4.15",
|
||||
"strnum@<2.4.2": "2.4.2"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"axios": "patches/axios.patch",
|
||||
|
||||
Generated
+12
-4
@@ -818,6 +818,7 @@ overrides:
|
||||
immutable: 5.1.8
|
||||
nanoid@<3.3.18: 3.3.18
|
||||
'@zone-eu/mailsplit@<5.4.15': 5.4.15
|
||||
strnum@<2.4.2: 2.4.2
|
||||
|
||||
patchedDependencies:
|
||||
'@confluentinc/kafka-javascript@1.9.1':
|
||||
@@ -14307,6 +14308,9 @@ packages:
|
||||
any-promise@1.3.0:
|
||||
resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==}
|
||||
|
||||
anynum@1.0.1:
|
||||
resolution: {integrity: sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==}
|
||||
|
||||
app-builder-bin@5.0.0-alpha.12:
|
||||
resolution: {integrity: sha512-j87o0j6LqPL3QRr8yid6c+Tt5gC7xNfYo6uQIQkorAC6MpeayVMZrEDzKmJJ/Hlv7EnOQpaRm53k6ktDYZyB6w==}
|
||||
|
||||
@@ -21748,8 +21752,8 @@ packages:
|
||||
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
strnum@2.2.3:
|
||||
resolution: {integrity: sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==}
|
||||
strnum@2.4.2:
|
||||
resolution: {integrity: sha512-rDG3Ah4TV0k1hWvLSzkZtMmLN9+eS+h3knq4MP6A42Y3Yh5qGNnOUs1jJkoSr8FG5dsL28c7KgkIBzSEykqtuw==}
|
||||
|
||||
strtok3@10.3.5:
|
||||
resolution: {integrity: sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==}
|
||||
@@ -32310,6 +32314,8 @@ snapshots:
|
||||
|
||||
any-promise@1.3.0: {}
|
||||
|
||||
anynum@1.0.1: {}
|
||||
|
||||
app-builder-bin@5.0.0-alpha.12: {}
|
||||
|
||||
app-builder-lib@26.9.0(dmg-builder@26.9.0)(electron-builder-squirrel-windows@26.9.0):
|
||||
@@ -35315,7 +35321,7 @@ snapshots:
|
||||
'@nodable/entities': 2.1.0
|
||||
fast-xml-builder: 1.2.1
|
||||
path-expression-matcher: 1.5.0
|
||||
strnum: 2.2.3
|
||||
strnum: 2.4.2
|
||||
|
||||
fastest-levenshtein@1.0.16: {}
|
||||
|
||||
@@ -41351,7 +41357,9 @@ snapshots:
|
||||
|
||||
strip-json-comments@3.1.1: {}
|
||||
|
||||
strnum@2.2.3: {}
|
||||
strnum@2.4.2:
|
||||
dependencies:
|
||||
anynum: 1.0.1
|
||||
|
||||
strtok3@10.3.5:
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user