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.5.0-envoy-4-static@sha256:22a75595a9fe52318fff9f5ddfa9ec417cc5e6a63780f093d2d832864c096969
FROM openpolicyagent/opa:1.6.0-envoy-1-static@sha256:7c7e1f21521434739e253dbf740041e5710fc6b59a085fa63202020f74934f1e

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:dc53c8f25a10f9109190ed5b59bda2d707a3bde0e45857ce9e1efaa32ff9cbc1
FROM nginx@sha256:c8a44136afa900a94ac7a07c4d333afc749e8808c94c81d29541d84e091fb615
2 changes: 1 addition & 1 deletion redis/Dockerfile-redis
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM redis@sha256:1b835e5a8d5db58e8b718850bf43a68ef5a576fc68301fd08a789b20b4eecb61
FROM redis@sha256:dac8ab0340cef636bf80c4d771e338733c694885567aaabd15fe1368d6bf7c13
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:dd773e49e639dafc0b425bf9ac1d74705086b9aebac960706ab146c5dfa0b32d AS node-base
FROM node:24.3-bookworm-slim@sha256:0443707c3c842c7f804dfd8bfdd0e8478972cd7244d7121ad2f518d4a91ac5e7 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.19.2",
"framer-motion": "^12.20.5",
"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.19.2:
version "12.19.2"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.19.2.tgz#19e7f0ccff98c769ba2cafff24ba97d1bb6701a5"
integrity sha512-0cWMLkYr+i0emeXC4hkLF+5aYpzo32nRdQ0D/5DI460B3O7biQ3l2BpDzIGsAHYuZ0fpBP0DC8XBkVf6RPAlZw==
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==
dependencies:
motion-dom "^12.19.0"
motion-dom "^12.20.5"
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.19.0:
version "12.19.0"
resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.19.0.tgz#c31c943bd1e9a48a641f2e57e2ed96d5f48f3d8e"
integrity sha512-m96uqq8VbwxFLU0mtmlsIVe8NGGSdpBvBSHbnnOJQxniPaabvVdGgxSamhuDwBsRhwX7xPxdICgVJlOpzn/5bw==
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==
dependencies:
motion-utils "^12.19.0"

Expand Down