Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext_authz/Dockerfile-opa
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM openpolicyagent/opa:1.6.0-envoy-1-static@sha256:7c7e1f21521434739e253dbf740041e5710fc6b59a085fa63202020f74934f1e
FROM openpolicyagent/opa:1.6.0-envoy-3-static@sha256:d6a55109b22cde3054b656f070e36403690614d3236f72c5c2abc8955a2a6e6c

COPY --chmod=644 ./config/opa-service/policy.rego /etc/policy.rego
2 changes: 1 addition & 1 deletion local_ratelimit/Dockerfile-nginx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM nginx@sha256:c8a44136afa900a94ac7a07c4d333afc749e8808c94c81d29541d84e091fb615
FROM nginx@sha256:93230cd54060f497430c7a120e2347894846a81b6a5dd2110f7362c5423b4abc
2 changes: 1 addition & 1 deletion redis/Dockerfile-redis
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM redis@sha256:dac8ab0340cef636bf80c4d771e338733c694885567aaabd15fe1368d6bf7c13
FROM redis@sha256:071457f3d4d7bfa4c27408ade9596e6ace887515f2e03042384369279a4c68a1
2 changes: 1 addition & 1 deletion shared/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.3-bookworm-slim@sha256:0443707c3c842c7f804dfd8bfdd0e8478972cd7244d7121ad2f518d4a91ac5e7 AS node-base
FROM node:24.3-bookworm-slim@sha256:0a62982c802237b0ef4f0d89b0c293d0e9b83d6558b4943e8507bcadc767f5f7 AS node-base


FROM node-base AS node-http-auth
Expand Down
2 changes: 1 addition & 1 deletion single-page-app/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"framer-motion": "^12.20.5",
"framer-motion": "^12.22.0",
"mdi-react": "^9.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
18 changes: 9 additions & 9 deletions single-page-app/ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2988,12 +2988,12 @@ for-each@^0.3.5:
dependencies:
is-callable "^1.2.7"

framer-motion@^12.20.5:
version "12.20.5"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.20.5.tgz#1855cf2ada8aea5c62ef57e5e1ab9b6fad0ebcae"
integrity sha512-qXcIBXVrohQeANVoMyfikjwl1V4qDyVyJ2rQU+PjUinghKBeW9bsqdabJ25XlDyh2xswSej8IY1RDOx7j+n6fw==
framer-motion@^12.22.0:
version "12.22.0"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.22.0.tgz#646fc06f1032454a5bbe09eb100f71cacafe0adf"
integrity sha512-qG07rR8/mboCNU34nORbrIbBXbJzP4aDqBdr67TAIVlMryDEOwh7LXjylWovlnPCMg78ExoY0Gn2F1fV+3DNIw==
dependencies:
motion-dom "^12.20.5"
motion-dom "^12.22.0"
motion-utils "^12.19.0"
tslib "^2.4.0"

Expand Down Expand Up @@ -3876,10 +3876,10 @@ minimist@^1.2.0, minimist@^1.2.6:
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==

motion-dom@^12.20.5:
version "12.20.5"
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.20.5.tgz#5ff3bb7940ef3fcca49a7057d115b3964569a798"
integrity sha512-JvmYEBBvB81C2YoJSeK0rlVkqyMnrXMbrO4kESE4GeQiFHyuW1ekwbIzxH/pZyOKHZW33EcsEM0lhB9ka7LU9g==
motion-dom@^12.22.0:
version "12.22.0"
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.22.0.tgz#aeb06948fa306590ece081af5a73a79476ce85e2"
integrity sha512-ooH7+/BPw9gOsL9VtPhEJHE2m4ltnhMlcGMhEqA0YGNhKof7jdaszvsyThXI6LVIKshJUZ9/CP6HNqQhJfV7kw==
dependencies:
motion-utils "^12.19.0"

Expand Down