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

Update all non-major dependencies #5566

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
"firebase": "9.23.0"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@types/chai": "4.3.14",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@types/chai": "4.3.16",
"@types/mocha": "9.1.1",
"babel-loader": "8.3.0",
"chai": "4.4.1",
"karma": "6.4.2",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.36",
"karma-typescript": "5.5.4",
"karma-typescript-es6-transform": "5.5.4",
"mocha": "9.2.2",
"typescript": "4.7.4",
"webpack": "5.76.0",
"webpack": "5.91.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.11.1"
"webpack-dev-server": "4.15.2"
}
}
1,720 changes: 942 additions & 778 deletions e2e/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions integration/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"devDependencies": {
"firebase": "10.12.2",
"@types/chai": "4.3.14",
"@types/chai": "4.3.16",
"@types/mocha": "9.1.1",
"chai": "4.4.1",
"karma": "6.4.2",
"karma": "6.4.3",
"karma-babel-preprocessor": "8.0.2",
"karma-chrome-launcher": "3.2.0",
"karma-firefox-launcher": "2.1.3",
Expand Down
4 changes: 2 additions & 2 deletions integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"gulp": "4.0.2",
"gulp-filter": "7.0.0",
"gulp-replace": "1.1.4",
"karma": "6.4.2",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-firefox-launcher": "2.1.3",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.36",
"mocha": "9.2.2",
"ts-loader": "9.5.1",
"typescript": "4.2.2",
"webpack": "5.76.0",
"webpack": "5.91.0",
"webpack-stream": "7.0.0"
}
}
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 @@
<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

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 @@
<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

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 @@
<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

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 @@
<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

Script loaded from content delivery network with no integrity check.
<script>
navigator.serviceWorker
.register('./sw.js')
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,25 @@
"repo-scripts/*"
],
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@babel/preset-env": "7.24.4",
"@babel/preset-typescript": "7.24.1",
"@babel/register": "7.23.7",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@types/chai": "4.3.14",
"@babel/core": "7.24.6",
"@babel/plugin-transform-modules-commonjs": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/preset-typescript": "7.24.6",
"@babel/register": "7.24.6",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.5",
"@types/chai": "4.3.16",
"@types/chai-as-promised": "7.1.8",
"@types/child-process-promise": "2.2.6",
"@types/clone": "2.1.1",
"@types/clone": "2.1.4",
"@types/eslint": "7.29.0",
"@types/inquirer": "8.2.10",
"@types/js-yaml": "4.0.9",
"@types/listr": "0.14.9",
"@types/long": "4.0.2",
"@types/mocha": "9.1.1",
"@types/mz": "2.7.8",
"@types/node": "16.18.68",
"@types/node": "16.18.98",
"@types/request": "2.48.12",
"@types/sinon": "9.0.11",
"@types/sinon-chai": "3.2.12",
Expand All @@ -94,15 +94,15 @@
"api-extractor-me": "0.1.2",
"babel-loader": "8.3.0",
"chai": "4.4.1",
"chai-as-promised": "7.1.1",
"chai-as-promised": "7.1.2",
"chalk": "4.1.2",
"child-process-promise": "2.2.1",
"clone": "2.1.2",
"coveralls": "3.1.1",
"del": "6.1.1",
"dependency-graph": "0.11.0",
"eslint": "7.32.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-unused-imports": "2.0.0",
"express": "4.19.2",
"find-free-port": "2.0.0",
Expand All @@ -113,7 +113,7 @@
"inquirer": "8.2.6",
"istanbul-instrumenter-loader": "3.0.1",
"js-yaml": "4.1.0",
"karma": "6.4.2",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
Expand All @@ -124,7 +124,7 @@
"karma-sourcemap-loader": "0.4.0",
"karma-spec-reporter": "0.0.36",
"karma-summary-reporter": "3.1.1",
"karma-webpack": "5.0.0",
"karma-webpack": "5.0.1",
"lcov-result-merger": "3.3.0",
"lerna": "4.0.0",
"listr": "0.14.3",
Expand All @@ -140,25 +140,25 @@
"ora": "5.4.1",
"patch-package": "7.0.2",
"postinstall-postinstall": "2.1.0",
"prettier": "2.8.7",
"prettier": "2.8.8",
"protractor": "5.4.2",
"request": "2.88.2",
"semver": "7.5.3",
"semver": "7.6.2",
"simple-git": "3.24.0",
"sinon": "9.2.4",
"sinon-chai": "3.7.0",
"source-map-loader": "1.1.3",
"sqlite3": "5.1.6",
"terser": "5.16.1",
"sqlite3": "5.1.7",
"terser": "5.31.0",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"tsec": "0.2.8",
"tslint": "6.1.3",
"typedoc": "0.16.11",
"typescript": "4.7.4",
"undici": "5.28.4",
"watch": "1.0.2",
"webpack": "5.76.0",
"webpack": "5.91.0",
"yargs": "17.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/analytics-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@firebase/app-compat": "0.2.35",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@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": "4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@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": "4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@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": "4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"rollup": "2.79.1",
"@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": "4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@rollup/plugin-json": "4.1.0",
"rollup": "2.79.1",
"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": "4.7.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/auth-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"@rollup/plugin-json": "4.1.0",
"rollup": "2.79.1",
"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.21.0",
"typescript": "4.7.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
"chromedriver": "119.0.1",
"rollup": "2.79.1",
"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.21.0",
"totp-generator": "0.0.14",
"typescript": "4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"license": "Apache-2.0",
"devDependencies": {
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@firebase/app": "0.10.5",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "4.7.4"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,13 +421,13 @@
"@rollup/plugin-node-resolve": "13.3.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"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": "4.2.2",
"rollup-plugin-license": "3.0.1"
"rollup-plugin-license": "3.4.0"
},
"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 @@ -60,9 +60,9 @@
"rollup": "2.79.1",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"@rollup/plugin-node-resolve": "13.3.0",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "4.7.4"
},
"license": "Apache-2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@firebase/logger": "0.4.2",
"@firebase/util": "1.9.6",
"@firebase/webchannel-wrapper": "1.0.0",
"@grpc/grpc-js": "~1.9.0",
"@grpc/grpc-js": "~1.10.0",
"@grpc/proto-loader": "^0.7.8",
"undici": "5.28.4",
"tslib": "^2.1.0"
Expand All @@ -119,16 +119,16 @@
"@types/json-stable-stringify": "1.0.36",
"chai-exclude": "2.1.0",
"json-stable-stringify": "1.1.1",
"protobufjs": "7.2.6",
"protobufjs": "7.3.0",
"rollup": "2.79.1",
"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": "7.0.2",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"rollup-plugin-dts": "5.3.1",
"ts-node": "10.9.1",
"ts-node": "10.9.2",
"typescript": "4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/functions-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@firebase/app-compat": "0.2.35",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@firebase/app": "0.10.5",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/installations-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@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": "4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/installations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@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": "4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "4.7.4"
},
"repository": {
Expand Down