Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump async from 2.6.3 to 2.6.4 in /client #30

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d48915b
Update dependencies
bnmajor May 6, 2021
63e495c
Bump hosted-git-info from 2.8.9 to 3.0.8 in /client
dependabot[bot] May 6, 2021
75b67ad
Update dependencies
bnmajor May 6, 2021
8176f40
Merge branch 'dependencies' into dependabot/npm_and_yarn/client/hoste…
bnmajor May 6, 2021
0edc3ef
Merge pull request #11 from bnmajor/dependabot/npm_and_yarn/client/ho…
bnmajor May 6, 2021
c265d39
Bump url-parse from 1.4.7 to 1.5.1 in /client
dependabot[bot] May 6, 2021
a751d79
Bump lodash from 4.17.19 to 4.17.21 in /client
dependabot[bot] May 6, 2021
49e280e
Merge pull request #14 from bnmajor/dependabot/npm_and_yarn/client/lo…
bnmajor May 6, 2021
c4debc5
Merge pull request #13 from bnmajor/dependabot/npm_and_yarn/client/ur…
bnmajor May 6, 2021
b3dd66f
Merge branch 'master' into dependencies
bnmajor May 6, 2021
7cc7f12
Merge pull request #15 from bnmajor/dependencies
bnmajor May 6, 2021
94202f1
Bump dns-packet from 1.3.1 to 1.3.4 in /client
dependabot[bot] May 28, 2021
bdade21
Merge pull request #16 from bnmajor/dependabot/npm_and_yarn/client/dn…
bnmajor Jun 1, 2021
103b9ea
Bump ws from 6.2.1 to 6.2.2 in /client
dependabot[bot] Jun 6, 2021
d8a9599
Merge pull request #17 from bnmajor/dependabot/npm_and_yarn/client/ws…
bnmajor Jun 10, 2021
40518c9
Bump postcss from 7.0.35 to 7.0.36 in /client
dependabot[bot] Jun 17, 2021
171c10d
Merge pull request #18 from bnmajor/dependabot/npm_and_yarn/client/po…
bnmajor Jun 17, 2021
9a07ef3
Bump async from 2.6.3 to 2.6.4 in /client
dependabot[bot] Apr 29, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@girder/components": "^2.2.0",
"@girder/components": "2.2.10",
"axios": "^0.21.1",
"lodash": "^4.17.19",
"lodash": "^4.17.21",
"plotly.js-basic-dist-min": "^1.52.3",
"splitpanes": "^2.2.1"
},
Expand All @@ -27,7 +27,7 @@
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "2.6.11",
"vue-template-compiler": "2.6.12",
"vuetify-loader": "^1.4.3"
},
"eslintConfig": {
Expand Down Expand Up @@ -55,8 +55,8 @@
"not ie <= 8"
],
"resolutions": {
"serialize-javascript": "^2.1.1",
"serialize-javascript": "^3.1.0",
"kind-of": "^6.0.3",
"set-value": "^2.0.1"
}
}
}
Loading