Browse Source
Merge branch 'main' into task/upgrade-nestjs-to-version-11.1.19
pull/6756/head
Thomas Kaul
1 day ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `countup.js` from version `2.9.0` to `2.10.0` |
|
|
|
- Upgraded `jsonpath` from version `1.2.1` to `1.3.0` |
|
|
|
- Upgraded `nestjs` from version `11.1.14` to `11.1.19` |
|
|
|
|
|
|
|
## 2.255.0 - 2026-03-20 |
|
|
|
|
|
|
|
@ -72,7 +72,7 @@ |
|
|
|
"helmet": "7.0.0", |
|
|
|
"http-status-codes": "2.3.0", |
|
|
|
"ionicons": "8.0.13", |
|
|
|
"jsonpath": "1.2.1", |
|
|
|
"jsonpath": "1.3.0", |
|
|
|
"lodash": "4.18.1", |
|
|
|
"marked": "17.0.2", |
|
|
|
"ms": "3.0.0-canary.1", |
|
|
|
@ -28640,9 +28640,9 @@ |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/jsonpath": { |
|
|
|
"version": "1.2.1", |
|
|
|
"resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.2.1.tgz", |
|
|
|
"integrity": "sha512-Jl6Jhk0jG+kP3yk59SSeGq7LFPR4JQz1DU0K+kXTysUhMostbhU3qh5mjTuf0PqFcXpAT7kvmMt9WxV10NyIgQ==", |
|
|
|
"version": "1.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.3.0.tgz", |
|
|
|
"integrity": "sha512-0kjkYHJBkAy50Z5QzArZ7udmvxrJzkpKYW27fiF//BrMY7TQibYLl+FYIXN2BiYmwMIVzSfD8aDRj6IzgBX2/w==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"esprima": "1.2.5", |
|
|
|
|
|
|
|
@ -117,7 +117,7 @@ |
|
|
|
"helmet": "7.0.0", |
|
|
|
"http-status-codes": "2.3.0", |
|
|
|
"ionicons": "8.0.13", |
|
|
|
"jsonpath": "1.2.1", |
|
|
|
"jsonpath": "1.3.0", |
|
|
|
"lodash": "4.18.1", |
|
|
|
"marked": "17.0.2", |
|
|
|
"ms": "3.0.0-canary.1", |
|
|
|
|