Skip to content

Commit 0ffb911

Browse files
committed
Resolved security vulnerabilities (npm audit fix)
1 parent fe1d457 commit 0ffb911

File tree

3 files changed

+38
-24
lines changed

3 files changed

+38
-24
lines changed

.vscode/launch.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Launch Build",
11+
"program": "${workspaceFolder}/scripts/build.js"
12+
}
13+
]
14+
}

package-lock.json

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"glob": "^7.1.2",
15-
"js-yaml": "^3.10.0"
15+
"js-yaml": "^3.13.1"
1616
}
1717
}

0 commit comments

Comments
 (0)