@automattic/vip 3.5.1 → 3.7.0

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.5.1",
3
+ "version": "3.7.0",
4
4
  "description": "The VIP Javascript library & CLI",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -107,10 +107,10 @@
107
107
  },
108
108
  "homepage": "https://github.com/Automattic/vip#readme",
109
109
  "devDependencies": {
110
- "@automattic/eslint-plugin-wpvip": "0.12.0",
111
- "@babel/cli": "7.24.7",
112
- "@babel/core": "7.24.7",
113
- "@babel/preset-env": "7.24.7",
110
+ "@automattic/eslint-plugin-wpvip": "0.13.0",
111
+ "@babel/cli": "7.24.8",
112
+ "@babel/core": "7.24.9",
113
+ "@babel/preset-env": "7.24.8",
114
114
  "@babel/preset-typescript": "7.24.7",
115
115
  "@jest/globals": "^29.7.0",
116
116
  "@jest/test-sequencer": "^29.7.0",
@@ -138,7 +138,7 @@
138
138
  "jest": "^29.7.0",
139
139
  "nock": "13.5.4",
140
140
  "prettier": "npm:wp-prettier@2.8.5",
141
- "rimraf": "5.0.7",
141
+ "rimraf": "5.0.8",
142
142
  "typescript": "^5.2.2"
143
143
  },
144
144
  "dependencies": {
@@ -175,7 +175,7 @@
175
175
  "socket.io-stream": "npm:@wearemothership/socket.io-stream@^0.9.1",
176
176
  "socks-proxy-agent": "^5.0.1",
177
177
  "tar": "^7.4.0",
178
- "update-notifier": "7.0.0",
178
+ "update-notifier": "7.1.0",
179
179
  "uuid": "10.0.0",
180
180
  "xdg-basedir": "^4.0.0",
181
181
  "xml2js": "^0.5.0"