Skip to content

Commit

Permalink
Update dependency glob to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2022
1 parent 3cc96f0 commit 94e2380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "ngcc",
Expand Down Expand Up @@ -93,7 +93,7 @@
"@ngneat/transloco-optimize": "^3.0.2",
"@sentry/webpack-plugin": "1.19.0",
"@types/d3": "^5.7.0",
"@types/glob": "^7.1.3",
"@types/glob": "^8.0.0",
"@types/humanize-duration": "^3.18.0",
"@types/jasmine": "~3.6.0",
"@types/jwt-decode": "^3.1.0",
Expand All @@ -113,7 +113,7 @@
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-unused-imports": "2.0.0",
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
"glob": "^7.1.6",
"glob": "^8.0.0",
"jasmine-core": "~3.7.0",
"jasmine-marbles": "0.9.2",
"karma": "~6.3.3",
Expand Down

0 comments on commit 94e2380

Please sign in to comment.