Skip to content

Commit ed1c169

Browse files
committed
chore: Bump npm dependencies
1 parent cb7e2c8 commit ed1c169

File tree

5 files changed

+123
-319
lines changed

5 files changed

+123
-319
lines changed

app-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ backend:
1313
# host: 127.0.0.1
1414
csp:
1515
connect-src: ["'self'", 'http:', 'https:']
16-
img-src: ["'self'", 'data:', 'https:', 'https://avatars.githubusercontent.com']
16+
img-src:
17+
["'self'", 'data:', 'https:', 'https://avatars.githubusercontent.com']
1718
# Content-Security-Policy directives follow the Helmet format: https://helmetjs.github.io/#reference
1819
# Default Helmet Content-Security-Policy values can be removed by setting the key to false
1920
cors:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@backstage/cli": "^0.28.1",
3636
"@backstage/e2e-test-utils": "^0.1.1",
37-
"@playwright/test": "^1.47.2",
37+
"@playwright/test": "^1.48.1",
3838
"@spotify/prettier-config": "^12.0.0",
3939
"env-cmd": "^10.1.0",
4040
"node-gyp": "^10.2.0",

packages/app/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"lint": "backstage-cli package lint"
1515
},
1616
"dependencies": {
17-
"@backstage-community/plugin-github-actions": "^0.6.22",
18-
"@backstage-community/plugin-sonarqube": "^0.8.2",
17+
"@backstage-community/plugin-github-actions": "^0.6.23",
18+
"@backstage-community/plugin-sonarqube": "^0.8.4",
1919
"@backstage/app-defaults": "^1.5.12",
2020
"@backstage/catalog-model": "^1.7.0",
2121
"@backstage/cli": "^0.28.1",
@@ -41,25 +41,25 @@
4141
"@backstage/plugin-techdocs-react": "^1.2.9",
4242
"@backstage/plugin-user-settings": "^0.8.14",
4343
"@backstage/theme": "^0.6.0",
44-
"@dweber019/backstage-plugin-endoflife": "^0.0.15",
44+
"@dweber019/backstage-plugin-endoflife": "^0.0.16",
4545
"@material-ui/core": "^4.12.4",
4646
"@material-ui/icons": "^4.11.3",
47-
"@roadiehq/backstage-plugin-github-insights": "^2.4.1",
48-
"@roadiehq/backstage-plugin-security-insights": "^2.3.20",
47+
"@roadiehq/backstage-plugin-github-insights": "^2.5.1",
48+
"@roadiehq/backstage-plugin-security-insights": "^2.4.0",
4949
"history": "^5.3.0",
5050
"react": "^18.3.1",
5151
"react-dom": "^18.3.1",
52-
"react-router": "^6.26.2",
53-
"react-router-dom": "^6.26.2"
52+
"react-router": "^6.27.0",
53+
"react-router-dom": "^6.27.0"
5454
},
5555
"devDependencies": {
5656
"@backstage/test-utils": "^1.7.0",
57-
"@playwright/test": "^1.47.2",
57+
"@playwright/test": "^1.48.1",
5858
"@testing-library/dom": "^9.3.4",
59-
"@testing-library/jest-dom": "^6.5.0",
59+
"@testing-library/jest-dom": "^6.6.2",
6060
"@testing-library/react": "^14.3.1",
6161
"@testing-library/user-event": "^14.5.2",
62-
"@types/react-dom": "^18.3.0",
62+
"@types/react-dom": "^18.3.1",
6363
"cross-env": "^7.0.3"
6464
},
6565
"browserslist": {

packages/backend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build-image": "docker build ../.. -f Dockerfile --tag backstage"
1717
},
1818
"dependencies": {
19-
"@backstage-community/plugin-sonarqube-backend": "^0.2.23",
19+
"@backstage-community/plugin-sonarqube-backend": "^0.2.25",
2020
"@backstage/backend-defaults": "^0.5.2",
2121
"@backstage/config": "^1.2.0",
2222
"@backstage/plugin-app-backend": "^0.3.76",
@@ -41,7 +41,7 @@
4141
"@backstage/plugin-search-backend-module-techdocs": "^0.3.1",
4242
"@backstage/plugin-search-backend-node": "^1.3.4",
4343
"@backstage/plugin-techdocs-backend": "^1.11.1",
44-
"@roadiehq/scaffolder-backend-module-http-request": "^4.3.4",
44+
"@roadiehq/scaffolder-backend-module-http-request": "^4.3.5",
4545
"app": "link:../app",
4646
"better-sqlite3": "^9.6.0",
4747
"node-gyp": "^10.2.0",

0 commit comments

Comments
 (0)