Skip to content

Commit

Permalink
fix(deps): update dependency lru-cache to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2023
1 parent 9543d45 commit 94f612c
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 12 deletions.
42 changes: 32 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/gasket-plugin-service-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
"homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-service-worker",
"dependencies": {
"@types/lru-cache": "^5.1.1",
"@types/lru-cache": "^7.0.0",
"@types/uglify-js": "^3.13.1",
"deepmerge": "^4.2.2",
"lru-cache": "^5.1.1",
"lru-cache": "^7.0.0",
"mkdirp": "^1.0.4",
"uglify-js": "^3.5.3",
"webpack-inject-plugin": "^1.5.4"
Expand Down

0 comments on commit 94f612c

Please sign in to comment.