Skip to content

Commit 0015b88

Browse files
chore(deps-dev): bump firebase-tools from 13.7.5 to 13.35.1 (#772)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikita Guryev <nikgurv@gmail.com>
1 parent 961c403 commit 0015b88

File tree

3 files changed

+1140
-894
lines changed

3 files changed

+1140
-894
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"eslint-plugin-prettier": "^5.4.0",
113113
"eslint-plugin-promise": "^7.2.1",
114114
"eslint-plugin-rxjs": "^5.0.3",
115-
"firebase-tools": "^13.7.5",
115+
"firebase-tools": "^13.35.1",
116116
"fs-extra": "^5.0.0",
117117
"glob": "^7.1.3",
118118
"husky": "^9.1.6",

tools/validate-licenses/validate-licenses.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ const ignoredPackages: PackageID[] = [
5757
'gitconfiglocal@1.0.0',
5858

5959
// https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en-common-misspellings/LICENSE
60-
'@cspell/dict-en-common-misspellings@2.0.11'
60+
'@cspell/dict-en-common-misspellings@2.0.11',
61+
62+
// https://github.com/bramstein/url-template?tab=BSD-3-Clause-1-ov-file
63+
'url-template@2.0.8'
6164
];
6265

6366
// Normalizes the license string to a standard SPDX identifier, handling possible asterisks from guessed licenses.

0 commit comments

Comments
 (0)