Skip to content

Commit bb6bb75

Browse files
author
Chris Wiechmann
committed
Updated dependencies for security reasons
1 parent 6cf6b61 commit bb6bb75

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

api-builder-plugin-fc-sap-lama/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-builder-plugin-fn-xml-node/Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [1.0.10] 2021-05-10
10+
### Security
11+
- Changed @axway/api-builder-sdk from version 1.1.0 to 1.1.5
12+
- Changed @axway/api-builder-runtime from version 4.5.0 to 4.64.1
13+
- Changed @axway/api-builder-test-utils from version 1.1.7 to 1.1.12
14+
915
## [1.0.9] 2021-02-13
1016
### Added
1117
- New parameter: Native booleans to control if boolean strings should be converted into native booleans

api-builder-plugin-fn-xml-node/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axway-api-builder-ext/api-builder-plugin-fn-xml-node",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Axway API-Builder flow node to handle XML-Payload. For instance converting XML into JSON or JS-Objects.",
55
"author": "Chris Wiechmann <cwiechmann@axway.com> (http://www.axway.com)",
66
"license": "Apache-2.0",
@@ -29,15 +29,15 @@
2929
"xml-node-icon.png"
3030
],
3131
"dependencies": {
32-
"@axway/api-builder-sdk": "^1.1.0",
32+
"@axway/api-builder-sdk": "^1.1.5",
3333
"@livereach/jsonpath": "^1.2.2",
3434
"xml-js": "1.6.11"
3535
},
3636
"peerDependencies": {
37-
"@axway/api-builder-runtime": "^4.5.0"
37+
"@axway/api-builder-runtime": "^4.64.1"
3838
},
3939
"devDependencies": {
40-
"@axway/api-builder-test-utils": "^1.1.7",
40+
"@axway/api-builder-test-utils": "^1.1.12",
4141
"chai": "^4.3.0",
4242
"mocha": "^7.2.0"
4343
},

0 commit comments

Comments
 (0)