Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
update lockfiles
  • Loading branch information
samruddhikhandale committed Oct 17, 2023
commit b82c3a237813b4de097d3f0f41eeab26a2d228a5
6 changes: 3 additions & 3 deletions src/anaconda/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"integrity": "sha256:2ab83ca71d55d5c00a1255b07f3a83a53cd2de77ce8b9637abad38095d672a5b"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.3.0",
"resolved": "ghcr.io/devcontainers/features/node@sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45",
"integrity": "sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45"
"version": "1.3.1",
"resolved": "ghcr.io/devcontainers/features/node@sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a",
"integrity": "sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a"
}
}
}
6 changes: 3 additions & 3 deletions src/dotnet/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"integrity": "sha256:2ab83ca71d55d5c00a1255b07f3a83a53cd2de77ce8b9637abad38095d672a5b"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.3.0",
"resolved": "ghcr.io/devcontainers/features/node@sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45",
"integrity": "sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45"
"version": "1.3.1",
"resolved": "ghcr.io/devcontainers/features/node@sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a",
"integrity": "sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a"
}
}
}
6 changes: 3 additions & 3 deletions src/miniconda/.devcontainer/devcontainer-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"integrity": "sha256:2ab83ca71d55d5c00a1255b07f3a83a53cd2de77ce8b9637abad38095d672a5b"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "1.3.0",
"resolved": "ghcr.io/devcontainers/features/node@sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45",
"integrity": "sha256:55e15045a77aea36f129a89e01cb8dfc0fa56a9094b3f7b5d9a473805288bc45"
"version": "1.3.1",
"resolved": "ghcr.io/devcontainers/features/node@sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a",
"integrity": "sha256:7d31b83459dd5110c37e7f5acb2920335cb1e5ebf014326d7eb6a0b290cc820a"
},
"ghcr.io/devcontainers/features/python:1": {
"version": "1.2.1",
Expand Down