Skip to content

Commit b8d8df8

Browse files
authored
Merge branch 'dev' into dependabot/npm_and_yarn/src/main/webapp/nanoid-3.3.8
2 parents 4e24d7d + de25aa3 commit b8d8df8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/openapi/openAPI-3-schema.YAML

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ info:
1212
url: https://www.apache.org/licenses/LICENSE-2.0.html
1313
servers:
1414
- url: http://localhost:8089/system-modeller
15-
description: Local server
15+
description: Local server
1616
paths:
1717
/models/{modelid}:
1818
put:

src/main/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"express": "^4.20.0",
5454
"file-loader": "^6.2.0",
5555
"html-webpack-plugin": "^5.5.0",
56-
"http-proxy-middleware": "^2.0.6",
56+
"http-proxy-middleware": "^2.0.7",
5757
"mini-css-extract-plugin": "^2.4.5",
5858
"postcss": "^8.4.31",
5959
"postcss-loader": "^6.2.1",

src/main/webapp/yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,9 +1756,9 @@ cosmiconfig@^7.0.0:
17561756
yaml "^1.10.0"
17571757

17581758
cross-spawn@^7.0.3:
1759-
version "7.0.3"
1760-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1761-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1759+
version "7.0.6"
1760+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
1761+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
17621762
dependencies:
17631763
path-key "^3.1.0"
17641764
shebang-command "^2.0.0"
@@ -2365,10 +2365,10 @@ http-errors@2.0.0:
23652365
statuses "2.0.1"
23662366
toidentifier "1.0.1"
23672367

2368-
http-proxy-middleware@^2.0.6:
2369-
version "2.0.6"
2370-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f"
2371-
integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
2368+
http-proxy-middleware@^2.0.7:
2369+
version "2.0.7"
2370+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
2371+
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
23722372
dependencies:
23732373
"@types/http-proxy" "^1.17.8"
23742374
http-proxy "^1.18.1"

0 commit comments

Comments
 (0)