Node 22.17.1

July security release:
https://nodejs.org/en/blog/vulnerability/july-2025-security-releases
This commit is contained in:
Jan Dvorak
2025-07-16 09:50:55 +02:00
parent 7c63ba045d
commit edd6e1f34e
3 changed files with 3 additions and 3 deletions

2
meteor
View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
BUNDLE_VERSION=22.17.0.1
BUNDLE_VERSION=22.17.1.0
# OS Check. Put here because here is where we download the precompiled
# bundles that are arch specific.

View File

@@ -5,7 +5,7 @@ set -u
UNAME=$(uname)
ARCH=$(uname -m)
NODE_VERSION=22.17.0
NODE_VERSION=22.17.1
MONGO_VERSION_64BIT=7.0.16
MONGO_VERSION_32BIT=3.2.22
NPM_VERSION=10.9.2

View File

@@ -1,6 +1,6 @@
---
meteor_version: 3.3.1
node_version: 22.17.0
node_version: 22.17.1
npm_version: 10.9.2
---
# Meteor 3.0 Migration Guide