mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
Security: Disable NPM package install scripts
See merge request tildes/tildes!178
This commit is contained in:
@@ -18,3 +18,5 @@
|
||||
# --no-bin-links option is needed to prevent npm from creating symlinks in the .bin
|
||||
# directory, which doesn't work inside Vagrant on Windows
|
||||
no_bin_links: true
|
||||
# Disable automatic running of package install scripts, for security
|
||||
ignore_scripts: true
|
||||
|
||||
6
tildes/package-lock.json
generated
6
tildes/package-lock.json
generated
@@ -1478,9 +1478,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/js-yaml": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
||||
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
||||
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user