Skip to content

Commit

Permalink
Yarn update
Browse files Browse the repository at this point in the history
Yarn security update
  • Loading branch information
Adrianotiger committed Oct 20, 2023
1 parent 14a13a3 commit cdf131c
Show file tree
Hide file tree
Showing 4 changed files with 2,264 additions and 1,506 deletions.
2 changes: 1 addition & 1 deletion dist/esheep.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esheep.min.js.map

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,25 @@
"devDependencies": {
"babel-core": "6.26.3",
"babel-preset-env": "1.7.0",
"camelcase": "7.0.0",
"camelcase": "8.0.0",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-minify": "3.1.0",
"gulp-sourcemaps": "3.0.0",
"object.assign": "4.1.2",
"yargs-parser": "21.0.1"
"object.assign": "4.1.4",
"yargs-parser": "21.1.1"
},
"scripts": {
"build": "gulp build --gulpfile build/gulpfile.js"
},
"dependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"glob-parent": "^6.0.2",
"lodash": "4.17.21",
"lodash.template": "^4.5.0",
"minimatch": "3.0.5",
"npm": "^8.12.1"
}
"minimatch": "9.0.3",
"npm": "^10.2.1"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit cdf131c

Please sign in to comment.