Skip to content

Commit a25289c

Browse files
committed
Update lock file and constants
1 parent 78191f5 commit a25289c

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

pnpm-lock.yaml

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/constants.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const constants = {
3838
PACKAGE_JSON: 'package.json',
3939
PNPM_LOCK_YAML: 'pnpm-lock.yaml',
4040
NODE_MODULES: 'node_modules',
41+
NODE_MODULES_GLOB_RECURSIVE: '**/node_modules',
4142
SOCKET_REGISTRY_PACKAGE_NAME: '@socketsecurity/registry',
4243

4344
// Socket CLI constants

0 commit comments

Comments
 (0)