netlify-cli 23.12.1 → 23.12.2
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 +10 -8
- package/package.json +3 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "23.12.
|
|
3
|
+
"version": "23.12.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "23.12.
|
|
9
|
+
"version": "23.12.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -7573,9 +7573,10 @@
|
|
|
7573
7573
|
}
|
|
7574
7574
|
},
|
|
7575
7575
|
"node_modules/glob": {
|
|
7576
|
-
"version": "10.
|
|
7577
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.
|
|
7578
|
-
"integrity": "sha512-
|
|
7576
|
+
"version": "10.5.0",
|
|
7577
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
7578
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
7579
|
+
"license": "ISC",
|
|
7579
7580
|
"dependencies": {
|
|
7580
7581
|
"foreground-child": "^3.1.0",
|
|
7581
7582
|
"jackspeak": "^3.1.2",
|
|
@@ -9692,9 +9693,10 @@
|
|
|
9692
9693
|
"integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q=="
|
|
9693
9694
|
},
|
|
9694
9695
|
"node_modules/node-forge": {
|
|
9695
|
-
"version": "1.3.
|
|
9696
|
-
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.
|
|
9697
|
-
"integrity": "sha512-
|
|
9696
|
+
"version": "1.3.2",
|
|
9697
|
+
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.2.tgz",
|
|
9698
|
+
"integrity": "sha512-6xKiQ+cph9KImrRh0VsjH2d8/GXA4FIMlgU4B757iI1ApvcyA9VlouP0yZJha01V+huImO+kKMU7ih+2+E14fw==",
|
|
9699
|
+
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
9698
9700
|
"engines": {
|
|
9699
9701
|
"node": ">= 6.13.0"
|
|
9700
9702
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
3
|
"description": "Netlify command line tool",
|
|
4
|
-
"version": "23.12.
|
|
4
|
+
"version": "23.12.2",
|
|
5
5
|
"author": "Netlify Inc.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
@@ -163,5 +163,6 @@
|
|
|
163
163
|
"verdaccio": {
|
|
164
164
|
"compression": "1.8.1"
|
|
165
165
|
}
|
|
166
|
-
}
|
|
166
|
+
},
|
|
167
|
+
"packageManager": "npm@10.9.4+sha512.3a7506f37e85c1ba1021baad79f0cd9724748131f321fc117c4dc3ba235ec01be7327584a41d15117c01945560aa9373220628fcc1e1dddd877a5fe9b336a900"
|
|
167
168
|
}
|