Skip to content

Commit 98000ae

Browse files
authored
* fixing GHSA-5j98-mcp5-4vw2 * Revert "fixing GHSA-5j98-mcp5-4vw2" This reverts commit e2a2d0d. * Upgrading glob to fix GHSA-5j98-mcp5-4vw2 * fixing ts-jest * fixing lint issues
1 parent 8b71c33 commit 98000ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+438859
-440680
lines changed

.licensed.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ ignored:
1818
- buffers
1919
# The source repository for this package has been deleted: http://github.com/substack/node-chainsaw.git
2020
- chainsaw
21+
- "@bufbuild/protobuf"
22+
- "@actions/http-client"

.licenses/npm/@actions/core-1.10.0.dep.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.licenses/npm/@actions/core-1.10.1.dep.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.
File renamed without changes.

.licenses/npm/@actions/http-client-2.0.1.dep.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.licenses/npm/@actions/http-client-2.2.3.dep.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.licenses/npm/@actions/io.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@actions/io"
3-
version: 1.1.2
3+
version: 1.1.3
44
type: npm
55
summary: Actions io lib
66
homepage: https://github.com/actions/toolkit/tree/main/packages/io

.licenses/npm/@actions/tool-cache.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@actions/tool-cache"
3-
version: 2.0.1
3+
version: 2.0.2
44
type: npm
55
summary: Actions tool-cache lib
66
homepage: https://github.com/actions/toolkit/tree/main/packages/tool-cache

.licenses/npm/@azure/core-auth.dep.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "@azure/core-auth"
3-
version: 1.9.0
3+
version: 1.10.1
44
type: npm
55
summary: Provides low-level interfaces and helper methods for authentication in Azure
66
SDK
@@ -9,9 +9,9 @@ license: mit
99
licenses:
1010
- sources: LICENSE
1111
text: |
12-
The MIT License (MIT)
12+
Copyright (c) Microsoft Corporation.
1313
14-
Copyright (c) 2020 Microsoft
14+
MIT License
1515
1616
Permission is hereby granted, free of charge, to any person obtaining a copy
1717
of this software and associated documentation files (the "Software"), to deal
@@ -23,7 +23,7 @@ licenses:
2323
The above copyright notice and this permission notice shall be included in all
2424
copies or substantial portions of the Software.
2525
26-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2727
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2828
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2929
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

.licenses/npm/@azure/core-client.dep.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
name: "@azure/core-client"
3-
version: 1.9.2
3+
version: 1.10.1
44
type: npm
55
summary: Core library for interfacing with AutoRest generated code
66
homepage: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-client/
77
license: mit
88
licenses:
99
- sources: LICENSE
1010
text: |
11-
The MIT License (MIT)
11+
Copyright (c) Microsoft Corporation.
1212
13-
Copyright (c) 2020 Microsoft
13+
MIT License
1414
1515
Permission is hereby granted, free of charge, to any person obtaining a copy
1616
of this software and associated documentation files (the "Software"), to deal
@@ -22,7 +22,7 @@ licenses:
2222
The above copyright notice and this permission notice shall be included in all
2323
copies or substantial portions of the Software.
2424
25-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2626
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2727
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2828
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

0 commit comments

Comments
 (0)