mirror of
https://github.com/sexybiggetje/pixdisp.git
synced 2024-11-22 09:11:02 +01:00
Bump vm2 from 3.6.11 to 3.9.4
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.6.11 to 3.9.4. - [Release notes](https://github.com/patriksimek/vm2/releases) - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md) - [Commits](https://github.com/patriksimek/vm2/commits/3.9.4) --- updated-dependencies: - dependency-name: vm2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8181a179b8
commit
b63c923ff9
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -11121,9 +11121,9 @@
|
|||
}
|
||||
},
|
||||
"vm2": {
|
||||
"version": "3.6.11",
|
||||
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.6.11.tgz",
|
||||
"integrity": "sha512-l/+GDkesWKCRpk+3meLDauXisAmsfRZLvZwa/dBx1YKvP60NwXJsLHGEPW+t9fxdX+qjofF0/jN9eu42WRHAbQ=="
|
||||
"version": "3.9.4",
|
||||
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.4.tgz",
|
||||
"integrity": "sha512-sOdharrJ7KEePIpHekiWaY1DwgueuiBeX/ZBJUPgETsVlJsXuEx0K0/naATq2haFvJrvZnRiORQRubR0b7Ye6g=="
|
||||
},
|
||||
"vscode-languageserver-types": {
|
||||
"version": "3.16.0",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"restify": "^8.1.1",
|
||||
"vm2": "^3.6.11",
|
||||
"vm2": "^3.9.4",
|
||||
"snyk": "^1.667.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue