@slicemachine/manager 0.22.3-alpha.xru-fix-vulns.1 → 0.22.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@slicemachine/manager",
|
3
|
-
"version": "0.22.3
|
3
|
+
"version": "0.22.3",
|
4
4
|
"description": "Manage all aspects of a Slice Machine project.",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -70,7 +70,7 @@
|
|
70
70
|
"@prismicio/mocks": "^2.4.0",
|
71
71
|
"@prismicio/types-internal": "^2.8.0",
|
72
72
|
"@segment/analytics-node": "^2.1.2",
|
73
|
-
"@slicemachine/plugin-kit": "0.4.57
|
73
|
+
"@slicemachine/plugin-kit": "0.4.57",
|
74
74
|
"cookie": "^1.0.1",
|
75
75
|
"cors": "^2.8.5",
|
76
76
|
"execa": "^7.1.1",
|
@@ -130,6 +130,5 @@
|
|
130
130
|
},
|
131
131
|
"publishConfig": {
|
132
132
|
"access": "public"
|
133
|
-
}
|
134
|
-
"stableVersion": "0.22.2"
|
133
|
+
}
|
135
134
|
}
|