Skip to content

Commit af7a395

Browse files
committed
fix: update dependencies
1 parent 22f58a9 commit af7a395

8 files changed

+966
-850
lines changed

dist/actions_python.469b76e6.js

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

dist/actions_python.469b76e6.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/actions_python.a7308daa.js

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

dist/actions_python.a7308daa.js.map

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

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"pack.exe": "shx rm -rf ./dist/tsconfig.tsbuildinfo && node ./dev/scripts/pack-exe.js",
2525
"prepare": "npm run build",
2626
"start.docker": "docker run -t setup_cpp .",
27-
"test": "run-p test.format test.lint test.cspell test.tsc test.unit",
27+
"test": "run-p test.format test.lint test.cspell test.tsc test.unit",
2828
"test.cspell": "cspell lint --no-progress --show-suggestions",
2929
"test.format": "prettier . --check",
3030
"test.lint": "eslint .",
@@ -33,10 +33,10 @@
3333
},
3434
"prettier": "prettier-config-atomic",
3535
"dependencies": {
36-
"@actions/core": "^1.7.0",
36+
"@actions/core": "^1.8.2",
3737
"@actions/exec": "^1.1.1",
3838
"@actions/io": "^1.1.2",
39-
"@actions/tool-cache": "^1.7.2",
39+
"@actions/tool-cache": "^2.0.1",
4040
"escape-path-with-spaces": "^1.0.0",
4141
"execa": "^5.1.1",
4242
"mri": "^1.2.0",
@@ -51,27 +51,27 @@
5151
},
5252
"devDependencies": {
5353
"@types/cross-spawn": "^6.0.2",
54-
"@types/jest": "^27.5.0",
54+
"@types/jest": "^27.5.1",
5555
"@types/mri": "^1.1.1",
56-
"@types/node": "^17.0.31",
56+
"@types/node": "^17.0.35",
5757
"@types/semver": "^7.3.9",
5858
"@types/which": "^2.0.1",
5959
"caxa": "^2.1.0",
6060
"cross-env": "7.0.3",
6161
"cross-spawn": "^7.0.3",
62-
"cspell": "^5.20.0",
63-
"eslint": "^8.14.0",
62+
"cspell": "^5.21.1",
63+
"eslint": "^8.16.0",
6464
"eslint-config-atomic": "^1.17.1",
65-
"jest": "^28.0.3",
65+
"jest": "^28.1.0",
6666
"loose-ts-check": "^1.2.0",
67-
"npm-check-updates": "^12.5.11",
67+
"npm-check-updates": "^13.0.1",
6868
"npm-run-all2": "^5.0.2",
6969
"parcel": "^2.5.0",
7070
"prettier": "2.6.2",
7171
"prettier-config-atomic": "^3.0.9",
7272
"shx": "0.3.4",
7373
"terser-config-atomic": "^0.1.1",
74-
"ts-jest": "^28.0.1",
74+
"ts-jest": "^28.0.2",
7575
"typescript": "^4.6.4"
7676
},
7777
"engines": {
@@ -99,7 +99,7 @@
9999
"pnpm": {
100100
"overrides": {
101101
"semver": "7.3.7",
102-
"eslint": "^8.14.0",
102+
"eslint": "^8.16.0",
103103
"prettier": "2.6.2",
104104
"lru-cache": "7.8.1",
105105
"core-js": "*",

0 commit comments

Comments
 (0)