Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Feb 20, 2024
1 parent 01e5634 commit 24b1477
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cdk/helper/lambdas/packLayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const packLayer = async ({
)

const layerDir = path.join(process.cwd(), 'dist', 'layers', id)
const nodejsDir = path.join(layerDir, 'nodejs', 'node18')
const nodejsDir = path.join(layerDir, 'nodejs')

try {
await rm(layerDir, { recursive: true })
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"author": "Nordic Semiconductor ASA | nordicsemi.no",
"license": "BSD-3-Clause",
"dependencies": {
"@nordicsemiconductor/asset-tracker-cloud-docs": "36.0.4",
"@nordicsemiconductor/asset-tracker-cloud-docs": "36.0.5",
"@nordicsemiconductor/device-helpers": "17.0.81",
"@nordicsemiconductor/nrfcloud-location-services-tests": "7.0.1",
"@nordicsemiconductor/timestream-helpers": "6.0.2",
Expand Down

0 comments on commit 24b1477

Please sign in to comment.