Skip to content

Commit

Permalink
feat: update sandworm-utils to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Oct 8, 2022
1 parent efb49e6 commit bb41de1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"license": "MIT",
"homepage": "https://sandworm.dev",
"dependencies": {
"sandworm-utils": "1.7.0"
"sandworm-utils": "1.8.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
const activity = getRecordedActivity();
logger.log(`Intercepted ${activity.length} events`);
stopRecordingSandwormActivity(() => {
loadDependencies(appPath, ({devDependencies, prodDependencies}) => {
loadDependencies(appPath, true, ({devDependencies, prodDependencies}) => {
const {currentPermissions, newPermissions} = getPermissions(activity, devDependencies, prodDependencies);

if (!currentPermissions) {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2572,10 +2572,10 @@ safer-buffer@^2.0.2:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==

sandworm-utils@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/sandworm-utils/-/sandworm-utils-1.7.0.tgz#6ed14ff64ac3ad94ead597eb48ecd417ba36b88a"
integrity sha512-db5RR+AWZRrVp2hu3Mr5Ql7CCNlZHUtf25iH2bQ2Nl8HfzDhgyxt+Gl1YG5wabhz+/fq56RVQ0A92IHwebF7Fw==
sandworm-utils@1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/sandworm-utils/-/sandworm-utils-1.8.0.tgz#28b5819563830408c749cbf74db3b8fb1093ee33"
integrity sha512-/66rmWcOBZ0rWTp4DRcqPadrmQ3ioVUicLq2Uc7f5WxK1LcvXjeTHx8B1ZG5ASvhlyiEhhYOWRed+xXTEToRpA==
dependencies:
sandworm "1.3.2"
snyk-nodejs-lockfile-parser "1.43.1"
Expand Down

0 comments on commit bb41de1

Please sign in to comment.