@depup/netlify-cli 24.9.0-depup.0 → 24.9.0-depup.1

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/README.md CHANGED
@@ -41,7 +41,7 @@ npm install @depup/netlify-cli
41
41
  | raw-body | 3.0.1 | ^3.0.2 |
42
42
  | readdirp | 4.1.2 | ^5.0.0 |
43
43
  | semver | 7.7.2 | ^7.7.4 |
44
- | toml | 3.0.0 | ^4.0.1 |
44
+ | toml | 3.0.0 | ^4.1.1 |
45
45
  | ulid | 3.0.1 | ^3.0.2 |
46
46
  | write-file-atomic | 5.0.1 | ^7.0.1 |
47
47
  | ws | 8.19.0 | ^8.20.0 |
package/changes.json CHANGED
@@ -78,7 +78,7 @@
78
78
  },
79
79
  "toml": {
80
80
  "from": "3.0.0",
81
- "to": "^4.0.1"
81
+ "to": "^4.1.1"
82
82
  },
83
83
  "ulid": {
84
84
  "from": "3.0.1",
@@ -93,6 +93,6 @@
93
93
  "to": "^8.20.0"
94
94
  }
95
95
  },
96
- "timestamp": "2026-04-01T00:43:33.396Z",
96
+ "timestamp": "2026-04-01T05:05:09.360Z",
97
97
  "totalUpdated": 23
98
98
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@depup/netlify-cli",
3
- "version": "24.9.0-depup.0",
3
+ "version": "24.9.0-depup.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@depup/netlify-cli",
9
- "version": "24.9.0-depup.0",
9
+ "version": "24.9.0-depup.1",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@fastify/static": "9.0.0",
@@ -99,7 +99,7 @@
99
99
  "semver": "^7.7.4",
100
100
  "source-map-support": "0.5.21",
101
101
  "terminal-link": "5.0.0",
102
- "toml": "^4.0.1",
102
+ "toml": "^4.1.1",
103
103
  "tomlify-j0.4": "3.0.0",
104
104
  "ulid": "^3.0.2",
105
105
  "update-notifier": "7.3.1",
@@ -11777,9 +11777,9 @@
11777
11777
  }
11778
11778
  },
11779
11779
  "node_modules/toml": {
11780
- "version": "4.0.1",
11781
- "resolved": "https://registry.npmjs.org/toml/-/toml-4.0.1.tgz",
11782
- "integrity": "sha512-Afm48FTgMKRM6aOh0an5XO7LAp5E7W1blxP/TuCqMf1oQLZsBA+WI6nSXtn6mmn1SdtxY3gqsd2xRv7qtONdbA==",
11780
+ "version": "4.1.1",
11781
+ "resolved": "https://registry.npmjs.org/toml/-/toml-4.1.1.tgz",
11782
+ "integrity": "sha512-EBJnVBr3dTXdA89WVFoAIPUqkBjxPMwRqsfuo1r240tKFHXv3zgca4+NJib/h6TyvGF7vOawz0jGuryJCdNHrw==",
11783
11783
  "license": "MIT",
11784
11784
  "engines": {
11785
11785
  "node": ">=20"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/netlify-cli",
3
3
  "description": "Netlify command line tool (with updated dependencies)",
4
- "version": "24.9.0-depup.0",
4
+ "version": "24.9.0-depup.1",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -153,7 +153,7 @@
153
153
  "semver": "^7.7.4",
154
154
  "source-map-support": "0.5.21",
155
155
  "terminal-link": "5.0.0",
156
- "toml": "^4.0.1",
156
+ "toml": "^4.1.1",
157
157
  "tomlify-j0.4": "3.0.0",
158
158
  "ulid": "^3.0.2",
159
159
  "update-notifier": "7.3.1",
@@ -248,7 +248,7 @@
248
248
  },
249
249
  "toml": {
250
250
  "from": "3.0.0",
251
- "to": "^4.0.1"
251
+ "to": "^4.1.1"
252
252
  },
253
253
  "ulid": {
254
254
  "from": "3.0.1",
@@ -266,7 +266,7 @@
266
266
  "depsUpdated": 23,
267
267
  "originalPackage": "netlify-cli",
268
268
  "originalVersion": "24.9.0",
269
- "processedAt": "2026-04-01T00:43:50.962Z",
269
+ "processedAt": "2026-04-01T05:05:31.436Z",
270
270
  "smokeTest": "failed"
271
271
  }
272
272
  }