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 Jan 24, 2025
1 parent 178ad99 commit c76b93d
Show file tree
Hide file tree
Showing 45 changed files with 1,947 additions and 1,739 deletions.
12 changes: 6 additions & 6 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
"author": "",
"license": "ISC",
"dependencies": {
"firebase": "11.0.2"
"firebase": "11.2.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/core": "7.26.7",
"@babel/preset-env": "7.26.7",
"@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": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0"
"webpack-dev-server": "5.2.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
993 changes: 537 additions & 456 deletions e2e/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"firebase": "11.2.0",
"chai": "4.4.1",
"chai": "4.5.0",
"chromedriver": "119.0.1",
"express": "4.19.2",
"express": "4.21.2",
"geckodriver": "2.0.4",
"mocha": "9.2.2",
"selenium-assistant": "6.1.1"
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
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
"repo-scripts/*"
],
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.7",
"@babel/plugin-transform-modules-commonjs": "7.26.3",
"@babel/preset-env": "7.26.0",
"@babel/preset-env": "7.26.7",
"@babel/preset-typescript": "7.26.0",
"@babel/register": "7.25.9",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11",
"@changesets/cli": "2.27.12",
"@types/chai": "4.3.20",
"@types/chai-as-promised": "7.1.8",
"@types/child-process-promise": "2.2.6",
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.71",
"@types/node": "18.19.74",
"@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.6.0",
"firebase-tools": "13.29.2",
"glob": "7.2.3",
"http-server": "14.1.1",
"indexeddbshim": "10.1.0",
Expand Down Expand Up @@ -139,7 +139,7 @@
"nyc": "15.1.0",
"ora": "5.4.1",
"patch-package": "7.0.2",
"playwright": "1.49.1",
"playwright": "1.50.0",
"postinstall-postinstall": "2.1.0",
"prettier": "2.8.8",
"protractor": "5.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/app-check-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/app-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/app-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-json": "4.1.0",
"rollup": "2.79.1",
"rollup": "2.79.2",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"rollup-plugin-dts": "5.3.1",
"typescript": "5.5.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"@rollup/plugin-json": "4.1.0",
"rollup": "2.79.1",
"rollup": "2.79.2",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"selenium-webdriver": "4.8.0",
"rollup-plugin-typescript2": "0.36.0",
"selenium-webdriver": "4.28.1",
"typescript": "5.5.4"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@
"@rollup/plugin-strip": "2.1.0",
"@types/express": "4.17.21",
"chromedriver": "119.0.1",
"rollup": "2.79.1",
"rollup": "2.79.2",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-typescript2": "0.31.2",
"selenium-webdriver": "4.8.0",
"rollup-plugin-typescript2": "0.36.0",
"selenium-webdriver": "4.28.1",
"totp-generator": "0.0.14",
"typescript": "5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"license": "Apache-2.0",
"devDependencies": {
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/data-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
},
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
},
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,18 +429,18 @@
"@firebase/vertexai": "1.0.3"
},
"devDependencies": {
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-sourcemaps": "0.6.3",
"@rollup/plugin-terser": "0.4.4",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"rollup-plugin-uglify": "6.0.4",
"gulp": "4.0.2",
"gulp-sourcemaps": "3.0.0",
"gulp-replace": "1.1.4",
"typescript": "5.5.4",
"rollup-plugin-license": "3.0.1"
"rollup-plugin-license": "3.5.3"
},
"components": [
"analytics",
Expand Down
4 changes: 2 additions & 2 deletions packages/firestore-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"@types/eslint": "7.29.0",
"rollup": "2.79.1",
"rollup": "2.79.2",
"rollup-plugin-sourcemaps": "0.6.3",
"@rollup/plugin-terser": "0.4.4",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"@rollup/plugin-node-resolve": "13.3.0",
"ts-node": "10.9.2",
"typescript": "5.5.4"
Expand Down
14 changes: 7 additions & 7 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,20 @@
"@firebase/app": "0.10.18",
"@firebase/app-compat": "0.2.48",
"@firebase/auth": "1.8.2",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-json": "4.1.0",
"@types/eslint": "7.29.0",
"@types/json-stable-stringify": "1.0.36",
"chai-exclude": "2.1.0",
"json-stable-stringify": "1.1.1",
"protobufjs": "7.2.6",
"rollup": "2.79.1",
"@types/json-stable-stringify": "1.1.0",
"chai-exclude": "2.1.1",
"json-stable-stringify": "1.2.1",
"protobufjs": "7.4.0",
"rollup": "2.79.2",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-copy-assets": "2.0.3",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-sourcemaps": "0.6.3",
"@rollup/plugin-terser": "0.4.4",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"rollup-plugin-dts": "5.3.1",
"ts-node": "10.9.2",
"typescript": "5.5.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/functions-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
},
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/installations-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
},
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"rollup-plugin-uglify": "6.0.4",
"typescript": "5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/installations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
},
"devDependencies": {
"@firebase/app": "0.10.18",
"rollup": "2.79.1",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"rollup-plugin-uglify": "6.0.4",
"typescript": "5.5.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"devDependencies": {
"@firebase/app-compat": "0.2.48",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
"ts-essentials": "9.3.0",
"rollup-plugin-typescript2": "0.36.0",
"ts-essentials": "9.4.2",
"typescript": "5.5.4"
},
"repository": {
Expand Down
Loading

0 comments on commit c76b93d

Please sign in to comment.