@salesforce/plugin-release-management 4.1.9 → 4.1.10

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "4.1.9",
3
+ "version": "4.1.10",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "4.1.9",
9
+ "version": "4.1.10",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^2.8.10",
@@ -22,7 +22,7 @@
22
22
  "@salesforce/ts-types": "^2.0.4",
23
23
  "aws-sdk": "^2.1413.0",
24
24
  "chalk": "^4.1.0",
25
- "fast-glob": "^3.2.12",
25
+ "fast-glob": "^3.3.0",
26
26
  "got": "^11.8.6",
27
27
  "just-diff": "^5.2.0",
28
28
  "proxy-agent": "^6.2.1",
@@ -8186,9 +8186,9 @@
8186
8186
  "license": "MIT"
8187
8187
  },
8188
8188
  "node_modules/fast-glob": {
8189
- "version": "3.2.12",
8190
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
8191
- "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
8189
+ "version": "3.3.0",
8190
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.0.tgz",
8191
+ "integrity": "sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==",
8192
8192
  "license": "MIT",
8193
8193
  "dependencies": {
8194
8194
  "@nodelib/fs.stat": "^2.0.2",
@@ -27771,9 +27771,9 @@
27771
27771
  "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
27772
27772
  },
27773
27773
  "fast-glob": {
27774
- "version": "3.2.12",
27775
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz",
27776
- "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==",
27774
+ "version": "3.3.0",
27775
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.0.tgz",
27776
+ "integrity": "sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==",
27777
27777
  "requires": {
27778
27778
  "@nodelib/fs.stat": "^2.0.2",
27779
27779
  "@nodelib/fs.walk": "^1.2.3",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.1.9",
2
+ "version": "4.1.10",
3
3
  "commands": {
4
4
  "channel:promote": {
5
5
  "id": "channel:promote",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "4.1.9",
4
+ "version": "4.1.10",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "bin": {
@@ -21,7 +21,7 @@
21
21
  "@salesforce/ts-types": "^2.0.4",
22
22
  "aws-sdk": "^2.1413.0",
23
23
  "chalk": "^4.1.0",
24
- "fast-glob": "^3.2.12",
24
+ "fast-glob": "^3.3.0",
25
25
  "got": "^11.8.6",
26
26
  "just-diff": "^5.2.0",
27
27
  "proxy-agent": "^6.2.1",
@@ -284,7 +284,7 @@
284
284
  }
285
285
  },
286
286
  "sfdx": {
287
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.1.9.crt",
288
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.1.9.sig"
287
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.1.10.crt",
288
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.1.10.sig"
289
289
  }
290
290
  }