Skip to content

Commit d5af54e

Browse files
committed
Update package versions
1 parent 44b9401 commit d5af54e

File tree

9 files changed

+12
-27
lines changed

9 files changed

+12
-27
lines changed

packages/exec/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/exec/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/exec",
3-
"version": "2.0.0",
3+
"version": "1..1.1",
44
"description": "Actions exec lib",
55
"keywords": [
66
"github",
@@ -37,8 +37,5 @@
3737
},
3838
"dependencies": {
3939
"@actions/io": "^1.0.1"
40-
},
41-
"overrides": {
42-
"uri-js": "npm:uri-js-replace@^1.0.1"
4340
}
4441
}

packages/github/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/github/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/github",
3-
"version": "6.0.2",
3+
"version": "6.0.1",
44
"description": "Actions github lib",
55
"keywords": [
66
"github",
@@ -48,8 +48,5 @@
4848
},
4949
"devDependencies": {
5050
"proxy": "^2.1.1"
51-
},
52-
"overrides": {
53-
"uri-js": "npm:uri-js-replace@^1.0.1"
5451
}
5552
}

packages/glob/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/glob/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/glob",
3-
"version": "1.0.1",
3+
"version": "0.5.0",
44
"preview": true,
55
"description": "Actions glob lib",
66
"keywords": [
@@ -39,8 +39,5 @@
3939
"dependencies": {
4040
"@actions/core": "^1.9.1",
4141
"minimatch": "^3.0.4"
42-
},
43-
"overrides": {
44-
"uri-js": "npm:uri-js-replace@^1.0.1"
4542
}
4643
}

packages/io/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/io/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/io",
3-
"version": "1.1.4",
3+
"version": "1.1.3",
44
"description": "Actions io lib",
55
"keywords": [
66
"github",
@@ -33,8 +33,5 @@
3333
},
3434
"bugs": {
3535
"url": "https://github.com/actions/toolkit/issues"
36-
},
37-
"overrides": {
38-
"uri-js": "npm:uri-js-replace@^1.0.1"
3936
}
4037
}

packages/tool-cache/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,5 @@
4646
"@types/nock": "^11.1.0",
4747
"@types/semver": "^6.0.0",
4848
"nock": "^13.2.9"
49-
},
50-
"overrides": {
51-
"uri-js": "npm:uri-js-replace@^1.0.1"
5249
}
5350
}

0 commit comments

Comments
 (0)