netlify 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 +2 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify",
|
|
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",
|
|
9
|
-
"version": "23.12.
|
|
9
|
+
"version": "23.12.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -7572,9 +7572,10 @@
|
|
|
7572
7572
|
}
|
|
7573
7573
|
},
|
|
7574
7574
|
"node_modules/glob": {
|
|
7575
|
-
"version": "10.
|
|
7576
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.
|
|
7577
|
-
"integrity": "sha512-
|
|
7575
|
+
"version": "10.5.0",
|
|
7576
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
7577
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
7578
|
+
"license": "ISC",
|
|
7578
7579
|
"dependencies": {
|
|
7579
7580
|
"foreground-child": "^3.1.0",
|
|
7580
7581
|
"jackspeak": "^3.1.2",
|
|
@@ -9691,9 +9692,10 @@
|
|
|
9691
9692
|
"integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q=="
|
|
9692
9693
|
},
|
|
9693
9694
|
"node_modules/node-forge": {
|
|
9694
|
-
"version": "1.3.
|
|
9695
|
-
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.
|
|
9696
|
-
"integrity": "sha512-
|
|
9695
|
+
"version": "1.3.2",
|
|
9696
|
+
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.2.tgz",
|
|
9697
|
+
"integrity": "sha512-6xKiQ+cph9KImrRh0VsjH2d8/GXA4FIMlgU4B757iI1ApvcyA9VlouP0yZJha01V+huImO+kKMU7ih+2+E14fw==",
|
|
9698
|
+
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
9697
9699
|
"engines": {
|
|
9698
9700
|
"node": ">= 6.13.0"
|
|
9699
9701
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify",
|
|
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": {
|
|
@@ -162,5 +162,6 @@
|
|
|
162
162
|
"compression": "1.8.1"
|
|
163
163
|
}
|
|
164
164
|
},
|
|
165
|
+
"packageManager": "npm@10.9.4+sha512.3a7506f37e85c1ba1021baad79f0cd9724748131f321fc117c4dc3ba235ec01be7327584a41d15117c01945560aa9373220628fcc1e1dddd877a5fe9b336a900",
|
|
165
166
|
"main": "./dist/index.js"
|
|
166
167
|
}
|