Skip to content

Commit

Permalink
Merge branch 'main' into dockerEnhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavilosetty-intel authored Nov 14, 2024
2 parents 622a8cf + 160c234 commit 72a26f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) Intel Corporation 2021
# SPDX-License-Identifier: Apache-2.0
#*********************************************************************/
FROM node:23-bullseye-slim@sha256:57fcaeea7900853617cdf12fb74de5068412259d82c591f45dfe17e97dcf2cf6 as builder
FROM node:23-bullseye-slim@sha256:0339f57068bbd573875dd2f86d5869e7bc3dc8032f66b47eaa84872f91a55711 as builder

WORKDIR /rps

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"winston": "^3.17.0",
"ws": "^8.18.0",
"xml2js": "^0.6.2",
"xstate": "^5.18.2"
"xstate": "^5.19.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand All @@ -92,7 +92,7 @@
"prettier-plugin-multiline-arrays": "^3.0.6",
"sinon": "^19.0.2",
"ts-jest": "^29.2.5",
"ts-jest-mock-import-meta": "^1.2.0",
"ts-jest-mock-import-meta": "^1.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "8.14.0"
Expand Down

0 comments on commit 72a26f6

Please sign in to comment.