@automattic/vip 2.36.2 → 2.36.3

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": "2.36.2",
3
+ "version": "2.36.3",
4
4
  "description": "The VIP Javascript library & CLI",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -103,10 +103,10 @@
103
103
  },
104
104
  "homepage": "https://github.com/Automattic/vip#readme",
105
105
  "devDependencies": {
106
- "@automattic/eslint-plugin-wpvip": "0.9.0",
106
+ "@automattic/eslint-plugin-wpvip": "0.9.1",
107
107
  "@babel/cli": "7.23.4",
108
- "@babel/core": "7.23.3",
109
- "@babel/preset-env": "7.23.3",
108
+ "@babel/core": "7.23.5",
109
+ "@babel/preset-env": "7.23.5",
110
110
  "@babel/preset-typescript": "7.23.3",
111
111
  "@jest/globals": "^29.7.0",
112
112
  "@jest/test-sequencer": "^29.7.0",
@@ -129,7 +129,7 @@
129
129
  "dockerode": "^4.0.0",
130
130
  "eslint": "^8.35.0",
131
131
  "jest": "^29.7.0",
132
- "nock": "13.3.8",
132
+ "nock": "13.4.0",
133
133
  "prettier": "npm:wp-prettier@2.8.5",
134
134
  "rimraf": "5.0.5",
135
135
  "typescript": "^5.2.2"
@@ -156,7 +156,7 @@
156
156
  "ini": "4.1.1",
157
157
  "js-yaml": "^4.1.0",
158
158
  "jwt-decode": "4.0.0",
159
- "lando": "github:automattic/lando-cli.git#b0a4382",
159
+ "lando": "github:automattic/lando-cli.git#25fcd83",
160
160
  "node-fetch": "^2.6.1",
161
161
  "open": "^9.1.0",
162
162
  "proxy-from-env": "^1.1.0",
@@ -186,7 +186,6 @@
186
186
  }
187
187
  },
188
188
  "publishConfig": {
189
- "access": "public",
190
- "provenance": true
189
+ "access": "public"
191
190
  }
192
191
  }