Skip to content

Commit e70c510

Browse files
fix(deps): update all non-major dependencies
1 parent 45d4274 commit e70c510

File tree

13 files changed

+438
-217
lines changed

13 files changed

+438
-217
lines changed

e2e/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"firebase": "11.3.0"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "7.26.0",
24-
"@babel/preset-env": "7.26.0",
23+
"@babel/core": "7.26.8",
24+
"@babel/preset-env": "7.26.8",
2525
"@babel/preset-typescript": "7.26.0",
2626
"@types/jest": "29.5.14",
2727
"babel-jest": "29.7.0",
28-
"babel-loader": "8.3.0",
28+
"babel-loader": "8.4.1",
2929
"jest": "29.7.0",
3030
"jest-environment-jsdom": "29.7.0",
3131
"ts-node": "10.9.2",
3232
"typescript": "5.5.4",
3333
"webpack": "5.76.0",
3434
"webpack-cli": "5.1.4",
35-
"webpack-dev-server": "5.1.0"
35+
"webpack-dev-server": "5.2.0"
3636
},
3737
"engines": {
3838
"node": ">=18.0.0"

e2e/yarn.lock

Lines changed: 231 additions & 98 deletions
Large diffs are not rendered by default.

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"firebase": "11.3.0",
13-
"chai": "4.4.1",
13+
"chai": "4.5.0",
1414
"chromedriver": "119.0.1",
1515
"express": "4.19.2",
1616
"geckodriver": "2.0.4",

integration/messaging/test/static/default-sw/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Default SW</h1>
2525
<script src="/firebase-messaging.js"></script>
2626
<script src="../app.js"></script>
2727
<script src="../constants.js"></script>
28-
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
28+
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>
2929
<script>
3030
window.__test = new window.DemoApp(FIREBASE_CONFIG, {
3131
vapidKey: PUBLIC_VAPID_KEY

integration/messaging/test/static/valid-manifest/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>Valid Manifest</h1>
2626
<script src="/firebase-messaging.js"></script>
2727
<script src="../app.js"></script>
2828
<script src="../constants.js"></script>
29-
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
29+
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>
3030
<script>
3131
window.__test = new window.DemoApp(FIREBASE_CONFIG, {});
3232
</script>

integration/messaging/test/static/valid-vapid-key-modern-sw/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>Valid <strong>WITH</strong> VAPID Key - Modern SW</h1>
2626
<script src="/firebase-messaging.js"></script>
2727
<script src="../app.js"></script>
2828
<script src="../constants.js"></script>
29-
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
29+
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>
3030
<script>
3131
navigator.serviceWorker
3232
.register('./sw.js')

integration/messaging/test/static/valid-vapid-key/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>Valid <strong>WITH</strong> VAPID Key</h1>
2626
<script src="/firebase-messaging.js"></script>
2727
<script src="../app.js"></script>
2828
<script src="../constants.js"></script>
29-
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.1.3/sinon.min.js"></script>
29+
<script src="https://cdnjs.cloudflare.com/ajax/libs/sinon.js/4.5.0/sinon.min.js"></script>
3030
<script>
3131
navigator.serviceWorker
3232
.register('./sw.js')

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"repo-scripts/*"
6363
],
6464
"devDependencies": {
65-
"@babel/core": "7.26.7",
65+
"@babel/core": "7.26.8",
6666
"@babel/plugin-transform-modules-commonjs": "7.26.3",
67-
"@babel/preset-env": "7.26.7",
67+
"@babel/preset-env": "7.26.8",
6868
"@babel/preset-typescript": "7.26.0",
6969
"@babel/register": "7.25.9",
7070
"@changesets/changelog-github": "0.5.0",
@@ -80,7 +80,7 @@
8080
"@types/long": "4.0.2",
8181
"@types/mocha": "9.1.1",
8282
"@types/mz": "2.7.8",
83-
"@types/node": "18.19.74",
83+
"@types/node": "18.19.75",
8484
"@types/request": "2.48.12",
8585
"@types/sinon": "9.0.11",
8686
"@types/sinon-chai": "3.2.12",
@@ -106,7 +106,7 @@
106106
"eslint-plugin-unused-imports": "3.2.0",
107107
"express": "4.21.2",
108108
"find-free-port": "2.0.0",
109-
"firebase-tools": "13.29.2",
109+
"firebase-tools": "13.30.0",
110110
"glob": "7.2.3",
111111
"http-server": "14.1.1",
112112
"indexeddbshim": "10.1.0",
@@ -139,18 +139,18 @@
139139
"nyc": "15.1.0",
140140
"ora": "5.4.1",
141141
"patch-package": "7.0.2",
142-
"playwright": "1.50.0",
142+
"playwright": "1.50.1",
143143
"postinstall-postinstall": "2.1.0",
144144
"prettier": "2.8.8",
145145
"protractor": "5.4.2",
146146
"request": "2.88.2",
147-
"semver": "7.6.3",
147+
"semver": "7.7.1",
148148
"simple-git": "3.27.0",
149149
"sinon": "9.2.4",
150150
"sinon-chai": "3.7.0",
151151
"source-map-loader": "1.1.3",
152152
"sqlite3": "5.1.7",
153-
"terser": "5.37.0",
153+
"terser": "5.38.2",
154154
"ts-loader": "9.5.2",
155155
"ts-node": "10.9.2",
156156
"tsec": "0.2.8",

packages/firestore/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@firebase/logger": "0.4.4",
9999
"@firebase/util": "1.10.3",
100100
"@firebase/webchannel-wrapper": "1.0.3",
101-
"@grpc/grpc-js": "~1.9.0",
101+
"@grpc/grpc-js": "~1.12.0",
102102
"@grpc/proto-loader": "^0.7.8",
103103
"tslib": "^2.1.0"
104104
},
@@ -112,7 +112,7 @@
112112
"@rollup/plugin-alias": "5.1.1",
113113
"@rollup/plugin-json": "6.1.0",
114114
"@types/eslint": "7.29.0",
115-
"@types/json-stable-stringify": "1.1.0",
115+
"@types/json-stable-stringify": "1.2.0",
116116
"chai-exclude": "2.1.1",
117117
"json-stable-stringify": "1.2.1",
118118
"protobufjs": "7.4.0",

repo-scripts/api-documenter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"api-extractor-model-me": "0.1.1",
2525
"@microsoft/tsdoc": "0.12.24",
2626
"@rushstack/node-core-library": "3.66.1",
27-
"@rushstack/ts-command-line": "4.23.3",
27+
"@rushstack/ts-command-line": "4.23.4",
2828
"colors": "~1.4.0",
2929
"resolve": "~1.22.0",
3030
"tslib": "^2.1.0",

0 commit comments

Comments
 (0)