@mojaloop/api-snippets 17.7.11 → 17.7.13
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 +14 -0
- package/CODEOWNERS +1 -1
- package/LICENSE.md +1 -1
- package/audit-ci.jsonc +2 -4
- package/lib/scripts/json-schema-generator.d.ts +7 -6
- package/lib/scripts/json-schema-generator.js +7 -6
- package/lib/scripts/json-schema-generator.js.map +1 -1
- package/lib/scripts/openapi-refactor.d.ts +7 -6
- package/lib/scripts/openapi-refactor.js +7 -6
- package/lib/scripts/openapi-refactor.js.map +1 -1
- package/lib/sdk-scheme-adapter/index.d.ts +7 -6
- package/lib/sdk-scheme-adapter/index.js +7 -6
- package/lib/sdk-scheme-adapter/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/index.d.ts +7 -6
- package/lib/sdk-scheme-adapter/v2_0_0/index.js +7 -6
- package/lib/sdk-scheme-adapter/v2_0_0/index.js.map +1 -1
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,18 @@
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
2
|
+
### [17.7.13](https://github.com/mojaloop/api-snippets/compare/v17.7.12...v17.7.13) (2025-02-20)
|
3
|
+
|
4
|
+
|
5
|
+
### Maintenance
|
6
|
+
|
7
|
+
* update license and add grype and trivy scan ([#193](https://github.com/mojaloop/api-snippets/issues/193)) ([67d0e80](https://github.com/mojaloop/api-snippets/commit/67d0e805fdc2b830b855a4cf74bb2faed61185fc))
|
8
|
+
|
9
|
+
### [17.7.12](https://github.com/mojaloop/api-snippets/compare/v17.7.11...v17.7.12) (2025-02-18)
|
10
|
+
|
11
|
+
|
12
|
+
### Maintenance
|
13
|
+
|
14
|
+
* maintenance changes ([#192](https://github.com/mojaloop/api-snippets/issues/192)) ([07ce26a](https://github.com/mojaloop/api-snippets/commit/07ce26a7cd768d34b401a3e900e112982d84931c))
|
15
|
+
|
2
16
|
### [17.7.11](https://github.com/mojaloop/api-snippets/compare/v17.7.10...v17.7.11) (2025-02-03)
|
3
17
|
|
4
18
|
|
package/CODEOWNERS
CHANGED
package/LICENSE.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# LICENSE
|
2
2
|
|
3
|
-
Copyright © 2020-
|
3
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
4
4
|
|
5
5
|
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License.
|
6
6
|
|
package/audit-ci.jsonc
CHANGED
@@ -4,9 +4,7 @@
|
|
4
4
|
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
|
5
5
|
"moderate": true,
|
6
6
|
"allowlist": [
|
7
|
-
"GHSA-
|
8
|
-
|
9
|
-
"GHSA-cm22-4g7w-348p", // https://github.com/advisories/GHSA-cm22-4g7w-348p
|
10
|
-
"GHSA-m6fv-jmcg-4jfg" // https://github.com/advisories/GHSA-m6fv-jmcg-4jfg
|
7
|
+
"GHSA-r7jx-5m6m-cpg9" // https://github.com/advisories/GHSA-r7jx-5m6m-cpg9
|
8
|
+
|
11
9
|
]
|
12
10
|
}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"json-schema-generator.js","sourceRoot":"","sources":["../../src/scripts/json-schema-generator.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"json-schema-generator.js","sourceRoot":"","sources":["../../src/scripts/json-schema-generator.ts"],"names":[],"mappings":"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"}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -2,8 +2,8 @@
|
|
2
2
|
/*****
|
3
3
|
License
|
4
4
|
--------------
|
5
|
-
Copyright ©
|
6
|
-
The Mojaloop files are made available by the
|
5
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
6
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
7
7
|
|
8
8
|
http://www.apache.org/licenses/LICENSE-2.0
|
9
9
|
|
@@ -11,17 +11,18 @@
|
|
11
11
|
|
12
12
|
Contributors
|
13
13
|
--------------
|
14
|
-
This is the official list
|
14
|
+
This is the official list of the Mojaloop project contributors for this file.
|
15
15
|
Names of the original copyright holders (individuals or organizations)
|
16
16
|
should be listed with a '*' in the first column. People who have
|
17
17
|
contributed from an organization can be listed under the organization
|
18
18
|
that actually holds the copyright for their contributions (see the
|
19
|
-
|
19
|
+
Mojaloop Foundation for an example). Those individuals should have
|
20
20
|
their names indented and be marked with a '-'. Email address can be added
|
21
21
|
optionally within square brackets <email>.
|
22
22
|
|
23
|
-
*
|
24
|
-
- Name Surname <name.surname@
|
23
|
+
* Mojaloop Foundation
|
24
|
+
- Name Surname <name.surname@mojaloop.io>
|
25
|
+
|
25
26
|
* Modusbox
|
26
27
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
27
28
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"openapi-refactor.js","sourceRoot":"","sources":["../../src/scripts/openapi-refactor.ts"],"names":[],"mappings":";AAAA
|
1
|
+
{"version":3,"file":"openapi-refactor.js","sourceRoot":"","sources":["../../src/scripts/openapi-refactor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA4BQ;;;AAER,wFAAwF;AACxF,4DAA4D;AAE5D,oDAAmB;AACnB,8DAA0B;AAC1B,wDAAqD;AAErD,MAAM,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAA;AACpC,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;IACxB,OAAO,CAAC,GAAG,CAAC,+EAA+E,CAAC,CAAA;IAC5F,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;AACjB,CAAC;AACD,MAAM,WAAW,GAAG,MAAM,CAAC,CAAC,CAAC,CAAA;AAC7B,MAAM,UAAU,GAAG,MAAM,CAAC,CAAC,CAAC,CAAA;AAE5B,MAAM,OAAO,GAAQ,iBAAI,CAAC,IAAI,CAAC,YAAE,CAAC,YAAY,CAAC,WAAW,EAAE,MAAM,CAAC,CAAC,CAAA;AAEpE,IAAI,OAAO,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC;IAC/B,MAAM,sBAAsB,GAAQ,EAAE,CAAA;IACtC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC;SACpC,IAAI,EAAE;SACN,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;QACf,sBAAsB,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,CAAA;IAC/D,CAAC,CAAC,CAAA;IACJ,OAAO,CAAC,UAAU,CAAC,OAAO,GAAG,sBAAsB,CAAA;AACrD,CAAC;AAED,IAAI,OAAO,CAAC,UAAU,CAAC,UAAU,EAAE,CAAC;IAClC,MAAM,yBAAyB,GAAQ,EAAE,CAAA;IACzC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC;SACvC,IAAI,EAAE;SACN,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE;QACf,yBAAyB,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,CAAA;IACrE,CAAC,CAAC,CAAA;IACJ,OAAO,CAAC,UAAU,CAAC,UAAU,GAAG,yBAAyB,CAAA;AAC3D,CAAC;AAED,8FAA8F;AAC9F,OAAO,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,CAAA;AAElC,YAAE,CAAC,aAAa,CACd,UAAU,EACV,IAAA,4BAAa,EAAC,OAAO,EAAE;IACrB,WAAW,EAAE,GAAG;IAChB,WAAW,EAAE,KAAK;CACnB,CAAC,CACH,CAAA;AAED,OAAO,CAAC,GAAG,CAAC,mCAAmC,UAAU,EAAE,CAAC,CAAA"}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sdk-scheme-adapter/index.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/sdk-scheme-adapter/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA4BQ;AAER,YAAY,CAAA;;;;AAEZ,yDAAkC;AACzB,wBAAM"}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
/*****
|
2
2
|
License
|
3
3
|
--------------
|
4
|
-
Copyright ©
|
5
|
-
The Mojaloop files are made available by the
|
4
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
5
|
+
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the License at
|
6
6
|
|
7
7
|
http://www.apache.org/licenses/LICENSE-2.0
|
8
8
|
|
@@ -10,17 +10,18 @@
|
|
10
10
|
|
11
11
|
Contributors
|
12
12
|
--------------
|
13
|
-
This is the official list
|
13
|
+
This is the official list of the Mojaloop project contributors for this file.
|
14
14
|
Names of the original copyright holders (individuals or organizations)
|
15
15
|
should be listed with a '*' in the first column. People who have
|
16
16
|
contributed from an organization can be listed under the organization
|
17
17
|
that actually holds the copyright for their contributions (see the
|
18
|
-
|
18
|
+
Mojaloop Foundation for an example). Those individuals should have
|
19
19
|
their names indented and be marked with a '-'. Email address can be added
|
20
20
|
optionally within square brackets <email>.
|
21
21
|
|
22
|
-
*
|
23
|
-
- Name Surname <name.surname@
|
22
|
+
* Mojaloop Foundation
|
23
|
+
- Name Surname <name.surname@mojaloop.io>
|
24
|
+
|
24
25
|
* Modusbox
|
25
26
|
- Vijay Kumar Guthi <vijaya.guthi@modusbox.com>
|
26
27
|
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/sdk-scheme-adapter/v2_0_0/index.ts"],"names":[],"mappings":"AAAA
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/sdk-scheme-adapter/v2_0_0/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA4BQ;AAER,YAAY,CAAA;;;;AAEZ,2DAAoC;AAE3B,0BAAO;AADhB,6DAAsC;AACpB,4BAAQ"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mojaloop/api-snippets",
|
3
|
-
"version": "17.7.
|
3
|
+
"version": "17.7.13",
|
4
4
|
"description": "Mojaloop API specification reusable snippets",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"types": "lib/index.d.ts",
|
@@ -91,7 +91,8 @@
|
|
91
91
|
},
|
92
92
|
"overrides": {
|
93
93
|
"@types/cacheable-request": "^6.0.2",
|
94
|
-
"@types/responselike": "^1.0.0"
|
94
|
+
"@types/responselike": "^1.0.0",
|
95
|
+
"dompurify": "3.2.4"
|
95
96
|
},
|
96
97
|
"devDependencies": {
|
97
98
|
"@commitlint/cli": "^19.7.1",
|
@@ -100,15 +101,15 @@
|
|
100
101
|
"@redocly/cli": "^1.5.0",
|
101
102
|
"@types/jest": "^29.5.14",
|
102
103
|
"@types/js-yaml": "^4.0.9",
|
103
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
104
|
-
"@typescript-eslint/parser": "^8.
|
104
|
+
"@typescript-eslint/eslint-plugin": "^8.24.1",
|
105
|
+
"@typescript-eslint/parser": "^8.24.1",
|
105
106
|
"audit-ci": "^7.1.0",
|
106
107
|
"browser-sync": "^3.0.3",
|
107
108
|
"diff": "^7.0.0",
|
108
109
|
"eslint": "^8.55.0",
|
109
110
|
"eslint-config-prettier": "^10.0.1",
|
110
111
|
"eslint-config-standard": "^17.1.0",
|
111
|
-
"eslint-import-resolver-typescript": "^3.
|
112
|
+
"eslint-import-resolver-typescript": "^3.8.2",
|
112
113
|
"eslint-plugin-cucumber": "^2.0.0",
|
113
114
|
"eslint-plugin-import": "^2.31.0",
|
114
115
|
"eslint-plugin-node": "^11.1.0",
|
@@ -120,7 +121,7 @@
|
|
120
121
|
"jest-junit": "^16.0.0",
|
121
122
|
"lint-staged": "^15.4.3",
|
122
123
|
"npm-check-updates": "^17.1.14",
|
123
|
-
"prettier": "^3.
|
124
|
+
"prettier": "^3.5.1",
|
124
125
|
"standard-version": "^9.5.0",
|
125
126
|
"swagger-cli": "^4.0.4",
|
126
127
|
"ts-jest": "^29.2.5",
|