Skip to content

Commit c731a74

Browse files
chore: upgraded path-to-regexp (#7198)
* chore: upgraded path-to-regexp * chore: upgraded path-to-regexp * chore: upgraded path-to-regexp * chore: upgraded path-to-regexp * chore: upgraded path-to-regexp
1 parent e72322e commit c731a74

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

frontend/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@
250250
"body-parser": "1.20.3",
251251
"http-proxy-middleware": "3.0.3",
252252
"cross-spawn": "7.0.5",
253-
"cookie": "^0.7.1"
253+
"cookie": "^0.7.1",
254+
"react-router/path-to-regexp": "^1.7.0",
255+
"webpack-dev-server/path-to-regexp": "^1.7.0",
256+
"express/path-to-regexp": "^1.7.0",
257+
"@types/webpack-dev-server/path-to-regexp": "^1.7.0"
254258
}
255259
}

frontend/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -9974,7 +9974,7 @@ is-wsl@^2.2.0:
99749974

99759975
99769976
version "0.0.1"
9977-
resolved "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
9977+
resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
99789978
integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==
99799979

99809980
isarray@^2.0.5:
@@ -12731,9 +12731,9 @@ [email protected]:
1273112731
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
1273212732

1273312733
path-to-regexp@^1.7.0:
12734-
version "1.8.0"
12735-
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"
12736-
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
12734+
version "1.9.0"
12735+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24"
12736+
integrity sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==
1273712737
dependencies:
1273812738
isarray "0.0.1"
1273912739

0 commit comments

Comments
 (0)