Skip to content

Commit 37b2d0a

Browse files
Changes for v1.1.11 (#1593)
1 parent f2ae019 commit 37b2d0a

File tree

9 files changed

+2826
-1963
lines changed

9 files changed

+2826
-1963
lines changed

.projen/deps.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const commonDeps = [
3232
'cron-parser@^4.8.1',
3333
'moment-timezone@^0.5.45',
3434
'node-fetch@^2.6.4',
35-
'jsonpath-plus@^10.2.0',
35+
'jsonpath-plus@^10.3.0',
3636
'csv-parser@^3.0.0',
3737
];
3838

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.11] - 2025-03-12
9+
10+
### Security
11+
12+
* upgrade jsonpath-plus version to 10.3
13+
814
## [1.1.10] - 2025-02-27
915

1016
### Security

package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)