@automattic/vip 3.23.4-dev.0 → 3.24.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/npm-shrinkwrap.json +9 -9
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.24.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@automattic/vip",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.24.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@apollo/client": "4.1.
|
|
13
|
+
"@apollo/client": "4.1.3",
|
|
14
14
|
"@automattic/vip-search-replace": "^2.0.0",
|
|
15
15
|
"@json2csv/plainjs": "^7.0.3",
|
|
16
16
|
"@wwa/single-line-log": "^1.1.4",
|
|
@@ -143,9 +143,9 @@
|
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
"node_modules/@apollo/client": {
|
|
146
|
-
"version": "4.1.
|
|
147
|
-
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.
|
|
148
|
-
"integrity": "sha512-
|
|
146
|
+
"version": "4.1.3",
|
|
147
|
+
"resolved": "https://registry.npmjs.org/@apollo/client/-/client-4.1.3.tgz",
|
|
148
|
+
"integrity": "sha512-2D0eN9R0IHj9qp1RwjM1/brKqcBGldlDfY0YiP5ecCj9FtVrhOtXqMj98SZ1CA0YGDY5X+dxx32Ljh7J0VHTfA==",
|
|
149
149
|
"license": "MIT",
|
|
150
150
|
"workspaces": [
|
|
151
151
|
"dist",
|
|
@@ -14023,9 +14023,9 @@
|
|
|
14023
14023
|
}
|
|
14024
14024
|
},
|
|
14025
14025
|
"node_modules/tar": {
|
|
14026
|
-
"version": "7.5.
|
|
14027
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
14028
|
-
"integrity": "sha512-
|
|
14026
|
+
"version": "7.5.7",
|
|
14027
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz",
|
|
14028
|
+
"integrity": "sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==",
|
|
14029
14029
|
"license": "BlueOak-1.0.0",
|
|
14030
14030
|
"dependencies": {
|
|
14031
14031
|
"@isaacs/fs-minipass": "^4.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.24.0",
|
|
4
4
|
"description": "The VIP Javascript library & CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"typescript": "^5.2.2"
|
|
139
139
|
},
|
|
140
140
|
"dependencies": {
|
|
141
|
-
"@apollo/client": "4.1.
|
|
141
|
+
"@apollo/client": "4.1.3",
|
|
142
142
|
"@automattic/vip-search-replace": "^2.0.0",
|
|
143
143
|
"@json2csv/plainjs": "^7.0.3",
|
|
144
144
|
"@wwa/single-line-log": "^1.1.4",
|