Skip to content

Commit

Permalink
Upgrade to v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgaray27 committed Sep 25, 2024
1 parent f4953d2 commit ead06f6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.13] - 2024-9

- Upgrade `rollup` to mitigate [CVE-2024-47068](https://nvd.nist.gov/vuln/detail/CVE-2024-47068)

## [1.0.12] - 2024-9

- `path-to-regexp` to mitigate [CVE-2024-45296](https://avd.aquasec.com/nvd/cve-2024-45296)
Expand Down
4 changes: 2 additions & 2 deletions source/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "account-assessment-for-aws-organizations",
"version": "1.0.12",
"version": "1.0.13",
"description": "Account Assessment for AWS Organizations (SO0217)",
"license": "Apache-2.0",
"author": {
Expand Down
13 changes: 7 additions & 6 deletions source/webui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions source/webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "account-assessment-for-aws-organizations-webui",
"version": "1.0.12",
"version": "1.0.13",
"description": "Account Assessment for AWS Organizations (SO0217)",
"license": "Apache-2.0",
"author": {
Expand Down Expand Up @@ -89,7 +89,8 @@
"path-to-regexp": ">=8.1.0"
},
"path-to-regexp": ">=8.1.0",
"micromatch": ">=4.0.8"
"micromatch": ">=4.0.8",
"rollup": "3.29.5"
},
"jest": {
"testMatch": [
Expand Down

0 comments on commit ead06f6

Please sign in to comment.