sfdx-jayree 4.8.89 → 4.8.90

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.8.90](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.89...v4.8.90) (2024-09-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump path-to-regexp from 1.8.0 to 1.9.0 ([#1417](https://github.com/jayree/sfdx-jayree-plugin/issues/1417)) ([029e10b](https://github.com/jayree/sfdx-jayree-plugin/commit/029e10bb6a3dc64ac852f3df70e374a7920c17c0))
7
+
1
8
  ## [4.8.89](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.88...v4.8.89) (2024-09-06)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.89",
3
+ "version": "4.8.90",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.89",
9
+ "version": "4.8.90",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/sfdx-plugin-manifest": "^3.5.10",
@@ -13583,9 +13583,9 @@
13583
13583
  }
13584
13584
  },
13585
13585
  "node_modules/path-to-regexp": {
13586
- "version": "1.8.0",
13587
- "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
13588
- "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==",
13586
+ "version": "1.9.0",
13587
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz",
13588
+ "integrity": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==",
13589
13589
  "dev": true,
13590
13590
  "license": "MIT",
13591
13591
  "dependencies": {
package/oclif.lock CHANGED
@@ -6995,9 +6995,9 @@ path-scurry@^1.11.1:
6995
6995
  minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
6996
6996
 
6997
6997
  path-to-regexp@^1.7.0:
6998
- version "1.8.0"
6999
- resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"
7000
- integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
6998
+ version "1.9.0"
6999
+ resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz"
7000
+ integrity sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==
7001
7001
  dependencies:
7002
7002
  isarray "0.0.1"
7003
7003
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.89"
3
+ "version": "4.8.90"
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
3
  "description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
4
- "version": "4.8.89",
4
+ "version": "4.8.90",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",