This repository was archived by the owner on Jan 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " auditjs" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"name" : " AuditJS (via npm)" ,
5
5
"documentationURL" : " http://github.com/devcontainers-contrib/features/tree/main/src/auditjs" ,
6
6
"description" : " AuditJS audits an NPM package.json file to identify known vulnerabilities." ,
15
15
}
16
16
},
17
17
"installsAfter" : [
18
- " ghcr.io/devcontainers/features/node" ,
19
- " ghcr.io/devcontainers-conrib/features/npm-package"
18
+ " ghcr.io/devcontainers-contrib/features/npm-package"
20
19
]
21
20
}
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ source ./library_scripts.sh
9
9
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
10
10
# and if missing - will download a temporary copy that automatically get deleted at the end
11
11
# of the script
12
- ensure_nanolayer nanolayer_location " v0.4.39 "
12
+ ensure_nanolayer nanolayer_location " v0.4.45 "
13
13
14
14
15
15
$nanolayer_location \
16
16
install \
17
17
devcontainer-feature \
18
- " ghcr.io/devcontainers-contrib/features/npm-package:1" \
18
+ " ghcr.io/devcontainers-contrib/features/npm-package:1.0.3 " \
19
19
--option package=' auditjs' --option version=" $VERSION "
20
20
21
21
You can’t perform that action at this time.
0 commit comments