Skip to content

Commit e88d268

Browse files
fix: release 1.2.1 (#104)
* fix: security update for dependencies (#103) * chore(release): 1.2.1-beta.1 ## [1.2.1-beta.1](v1.2.0...v1.2.1-beta.1) (2026-04-30) ### Bug Fixes * security update for dependencies ([#103](#103)) ([b33e39a](b33e39a)) * chore: update changelog (#105) --------- Co-authored-by: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com>
1 parent acbcb68 commit e88d268

7 files changed

Lines changed: 731 additions & 833 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
### Changed
44

5+
## [1.2.1]
6+
7+
### Changed
8+
- flask-cors to 6.0.0
9+
- uuid to 14.0.0
10+
- follow-redirects 1.16.0
11+
512
## [1.2.0]
613

714
### Changed

backend/SC4SNMP_UI_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
load_dotenv()
1818

19-
__version__ = "1.2.0"
19+
__version__ = "1.2.1-beta.1"
2020

2121
MONGO_URI = os.getenv("MONGO_URI")
2222
log = logging.getLogger('gunicorn.error')

backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
click==8.3.2
22
Flask==3.1.3
3-
Flask-Cors==4.0.1
3+
Flask-Cors==6.0.0
44
itsdangerous==2.2.0
55
Jinja2==3.1.6
66
MarkupSafe==3.0.3

frontend/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.2.0",
3+
"version": "1.2.1-beta.1",
44
"command": {
55
"publish": {
66
"ignoreChanges": ["*.md"]

frontend/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@
2323
},
2424
"dependencies": {
2525
"cors": "^2.8.5"
26+
},
27+
"resolutions": {
28+
"uuid": "^14.0.0",
29+
"follow-redirects": "^1.16.0"
2630
}
2731
}

frontend/packages/manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splunk/manager",
3-
"version": "1.2.0",
3+
"version": "1.2.1-beta.1",
44
"license": "UNLICENSED",
55
"scripts": {
66
"build": "NODE_ENV=production webpack --bail --config demo/webpack.standalone.config.js",

0 commit comments

Comments
 (0)