Skip to content

Commit 720e97f

Browse files
authored
Update npm dependencies. NFC (#23712)
This change is simply the result of running `npm update`.
1 parent 184834f commit 720e97f

File tree

3 files changed

+1119
-4635
lines changed

3 files changed

+1119
-4635
lines changed

bootstrap.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
from tools import shared, utils
2121

2222
actions = [
23-
('npm packages', ['package.json'], [shutil.which('npm'), 'ci']),
23+
('npm packages', [
24+
'package.json',
25+
'package-lock.json'
26+
], [shutil.which('npm'), 'ci']),
2427
('create entry points', [
2528
'tools/maint/create_entry_points.py',
2629
'tools/maint/run_python.bat',

0 commit comments

Comments
 (0)