Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 45d4274 commit e70c510
Show file tree
Hide file tree
Showing 13 changed files with 438 additions and 217 deletions.
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"firebase": "11.3.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/core": "7.26.8",
"@babel/preset-env": "7.26.8",
"@babel/preset-typescript": "7.26.0",
"@types/jest": "29.5.14",
"babel-jest": "29.7.0",
"babel-loader": "8.3.0",
"babel-loader": "8.4.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"webpack": "5.76.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0"
"webpack-dev-server": "5.2.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
329 changes: 231 additions & 98 deletions e2e/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"firebase": "11.3.0",
"chai": "4.4.1",
"chai": "4.5.0",
"chromedriver": "119.0.1",
"express": "4.19.2",
"geckodriver": "2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion integration/messaging/test/static/default-sw/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Default SW</h1>
<script src="/firebase-messaging.js"></script>
<script src="../app.js"></script>
<script src="../constants.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium test

Script loaded from content delivery network with no integrity check.
<script>
window.__test = new window.DemoApp(FIREBASE_CONFIG, {
vapidKey: PUBLIC_VAPID_KEY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Valid Manifest</h1>
<script src="/firebase-messaging.js"></script>
<script src="../app.js"></script>
<script src="../constants.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium test

Script loaded from content delivery network with no integrity check.
<script>
window.__test = new window.DemoApp(FIREBASE_CONFIG, {});
</script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Valid <strong>WITH</strong> VAPID Key - Modern SW</h1>
<script src="/firebase-messaging.js"></script>
<script src="../app.js"></script>
<script src="../constants.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium test

Script loaded from content delivery network with no integrity check.
<script>
navigator.serviceWorker
.register('./sw.js')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Valid <strong>WITH</strong> VAPID Key</h1>
<script src="/firebase-messaging.js"></script>
<script src="../app.js"></script>
<script src="../constants.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium test

Script loaded from content delivery network with no integrity check.
<script>
navigator.serviceWorker
.register('./sw.js')
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"repo-scripts/*"
],
"devDependencies": {
"@babel/core": "7.26.7",
"@babel/core": "7.26.8",
"@babel/plugin-transform-modules-commonjs": "7.26.3",
"@babel/preset-env": "7.26.7",
"@babel/preset-env": "7.26.8",
"@babel/preset-typescript": "7.26.0",
"@babel/register": "7.25.9",
"@changesets/changelog-github": "0.5.0",
Expand All @@ -80,7 +80,7 @@
"@types/long": "4.0.2",
"@types/mocha": "9.1.1",
"@types/mz": "2.7.8",
"@types/node": "18.19.74",
"@types/node": "18.19.75",
"@types/request": "2.48.12",
"@types/sinon": "9.0.11",
"@types/sinon-chai": "3.2.12",
Expand All @@ -106,7 +106,7 @@
"eslint-plugin-unused-imports": "3.2.0",
"express": "4.21.2",
"find-free-port": "2.0.0",
"firebase-tools": "13.29.2",
"firebase-tools": "13.30.0",
"glob": "7.2.3",
"http-server": "14.1.1",
"indexeddbshim": "10.1.0",
Expand Down Expand Up @@ -139,18 +139,18 @@
"nyc": "15.1.0",
"ora": "5.4.1",
"patch-package": "7.0.2",
"playwright": "1.50.0",
"playwright": "1.50.1",
"postinstall-postinstall": "2.1.0",
"prettier": "2.8.8",
"protractor": "5.4.2",
"request": "2.88.2",
"semver": "7.6.3",
"semver": "7.7.1",
"simple-git": "3.27.0",
"sinon": "9.2.4",
"sinon-chai": "3.7.0",
"source-map-loader": "1.1.3",
"sqlite3": "5.1.7",
"terser": "5.37.0",
"terser": "5.38.2",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"tsec": "0.2.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@firebase/logger": "0.4.4",
"@firebase/util": "1.10.3",
"@firebase/webchannel-wrapper": "1.0.3",
"@grpc/grpc-js": "~1.9.0",
"@grpc/grpc-js": "~1.12.0",
"@grpc/proto-loader": "^0.7.8",
"tslib": "^2.1.0"
},
Expand All @@ -112,7 +112,7 @@
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-json": "6.1.0",
"@types/eslint": "7.29.0",
"@types/json-stable-stringify": "1.1.0",
"@types/json-stable-stringify": "1.2.0",
"chai-exclude": "2.1.1",
"json-stable-stringify": "1.2.1",
"protobufjs": "7.4.0",
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/api-documenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"api-extractor-model-me": "0.1.1",
"@microsoft/tsdoc": "0.12.24",
"@rushstack/node-core-library": "3.66.1",
"@rushstack/ts-command-line": "4.23.3",
"@rushstack/ts-command-line": "4.23.4",
"colors": "~1.4.0",
"resolve": "~1.22.0",
"tslib": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/changelog-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@changesets/types": "3.3.0",
"@changesets/get-github-info": "0.6.0",
"@types/node": "18.19.74"
"@types/node": "18.19.75"
},
"license": "Apache-2.0",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/size-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"rollup": "2.79.2",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.36.0",
"terser": "5.37.0",
"terser": "5.38.2",
"tmp": "0.2.3",
"typescript": "5.5.4",
"webpack": "5.97.1",
Expand Down
Loading

0 comments on commit e70c510

Please sign in to comment.