@automattic/vip 3.8.3 → 3.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/vip",
3
- "version": "3.8.3",
3
+ "version": "3.8.5",
4
4
  "description": "The VIP Javascript library & CLI",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -108,10 +108,10 @@
108
108
  "homepage": "https://github.com/Automattic/vip#readme",
109
109
  "devDependencies": {
110
110
  "@automattic/eslint-plugin-wpvip": "0.13.0",
111
- "@babel/cli": "7.25.6",
112
- "@babel/core": "7.25.2",
113
- "@babel/preset-env": "7.25.4",
114
- "@babel/preset-typescript": "7.24.7",
111
+ "@babel/cli": "7.25.9",
112
+ "@babel/core": "7.26.0",
113
+ "@babel/preset-env": "7.26.0",
114
+ "@babel/preset-typescript": "7.26.0",
115
115
  "@jest/globals": "^29.7.0",
116
116
  "@jest/test-sequencer": "^29.7.0",
117
117
  "@types/adm-zip": "^0.5.5",
@@ -123,7 +123,7 @@
123
123
  "@types/ejs": "^3.1.5",
124
124
  "@types/jest": "^29.5.8",
125
125
  "@types/js-yaml": "^4.0.9",
126
- "@types/node": "^18.19.5",
126
+ "@types/node": "^22.5.5",
127
127
  "@types/node-fetch": "^2.6.9",
128
128
  "@types/proxy-from-env": "^1.0.4",
129
129
  "@types/semver": "^7.5.5",
@@ -131,14 +131,13 @@
131
131
  "@types/single-line-log": "1.1.2",
132
132
  "@types/tar": "^6.1.13",
133
133
  "@types/update-notifier": "^6.0.8",
134
- "@types/uuid": "^10.0.0",
135
134
  "@types/xml2js": "^0.4.14",
136
135
  "dockerode": "^4.0.0",
137
136
  "eslint": "^8.35.0",
138
137
  "jest": "^29.7.0",
139
- "nock": "13.5.5",
138
+ "nock": "13.5.6",
140
139
  "prettier": "npm:wp-prettier@2.8.5",
141
- "rimraf": "5.0.8",
140
+ "rimraf": "6.0.1",
142
141
  "typescript": "^5.2.2"
143
142
  },
144
143
  "dependencies": {
@@ -164,7 +163,7 @@
164
163
  "ini": "5.0.0",
165
164
  "js-yaml": "^4.1.0",
166
165
  "jwt-decode": "4.0.0",
167
- "lando": "github:automattic/lando-cli.git#4d8465e",
166
+ "lando": "github:automattic/lando-cli.git#6ca2668",
168
167
  "node-fetch": "^2.6.1",
169
168
  "open": "^10.0.0",
170
169
  "proxy-from-env": "^1.1.0",
@@ -176,7 +175,7 @@
176
175
  "socks-proxy-agent": "^5.0.1",
177
176
  "tar": "^7.4.0",
178
177
  "update-notifier": "7.3.1",
179
- "uuid": "10.0.0",
178
+ "uuid": "11.0.3",
180
179
  "xdg-basedir": "^4.0.0",
181
180
  "xml2js": "^0.5.0"
182
181
  },