Skip to content

Commit 40a8117

Browse files
authored
Merge pull request #763 from hackjunction/dependabot/STAG
Package updates from Dependabot
2 parents 9036c5b + 9d01fd2 commit 40a8117

8 files changed

Lines changed: 224 additions & 296 deletions

File tree

.github/dependabot.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "npm" # See documentation for possible values
9+
# Root
10+
directory: "/" # Location of package manifests
11+
schedule:
12+
interval: "weekly"
13+
assignees:
14+
- "wickathou"
15+
16+
- package-ecosystem: "npm" # See documentation for possible values
17+
# Frontend
18+
directory: "/frontend/" # Location of package manifests
19+
schedule:
20+
interval: "weekly"
21+
assignees:
22+
- "wickathou"
23+
24+
- package-ecosystem: "npm" # See documentation for possible values
25+
# Backend
26+
directory: "/backend/" # Location of package manifests
27+
schedule:
28+
interval: "weekly"
29+
assignees:
30+
- "wickathou"
31+
32+
- package-ecosystem: "npm" # See documentation for possible values
33+
# Shared
34+
directory: "/shared/" # Location of package manifests
35+
schedule:
36+
interval: "weekly"
37+
assignees:
38+
- "wickathou"

backend/package-lock.json

Lines changed: 125 additions & 229 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"apollo-server-core": "^3.10.0",
3030
"apollo-server-express": "^2.19.0",
3131
"auth0": "^2.31.1",
32-
"axios": "^0.21.1",
32+
"axios": "^0.28.0",
3333
"bcrypt": "^5.0.0",
3434
"better-npm-run": "^0.1.1",
3535
"bluebird": "^3.7.2",

frontend/package-lock.json

Lines changed: 14 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@welldone-software/why-did-you-render": "^4.2.5",
1818
"antd": "^4.3.1",
1919
"auth0-js": "^9.13.2",
20-
"axios": "^0.21.1",
20+
"axios": "^0.28.0",
2121
"babel-plugin-import": "^1.13.0",
2222
"cloudinary-react": "^1.5.0",
2323
"connected-react-router": "^6.8.0",
@@ -35,7 +35,7 @@
3535
"moment": "^2.26.0",
3636
"moment-timezone": "^0.5.31",
3737
"notistack": "^0.9.16",
38-
"object-path": "^0.11.5",
38+
"object-path": "^0.11.8",
3939
"pdf-lib": "^1.17.1",
4040
"qrcode.react": "^1.0.0",
4141
"react": "16.13.1",

package-lock.json

Lines changed: 22 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
"npm": "6.9.0"
7272
},
7373
"type": "module"
74-
}
74+
}

shared/package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)