Skip to content

Commit 7803c0d

Browse files
committed
chore: upgrade deps
1 parent 238f68b commit 7803c0d

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"url": "https://github.com/aurelia/cli"
3939
},
4040
"dependencies": {
41-
"@babel/core": "^7.17.9",
42-
"@babel/plugin-proposal-class-properties": "^7.16.7",
43-
"@babel/plugin-proposal-decorators": "^7.17.9",
44-
"@babel/plugin-transform-modules-amd": "^7.16.7",
45-
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
41+
"@babel/core": "^7.18.2",
42+
"@babel/plugin-proposal-class-properties": "^7.17.12",
43+
"@babel/plugin-proposal-decorators": "^7.18.2",
44+
"@babel/plugin-transform-modules-amd": "^7.18.0",
45+
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
4646
"@babel/register": "^7.17.7",
47-
"ansi-colors": "^4.1.1",
47+
"ansi-colors": "^4.1.3",
4848
"assert": "^2.0.0",
4949
"aurelia-dependency-injection": "^1.5.2",
5050
"aurelia-logging": "^1.5.2",
@@ -56,18 +56,18 @@
5656
"constants-browserify": "^1.0.0",
5757
"convert-source-map": "^1.8.0",
5858
"crypto-browserify": "^3.12.0",
59-
"del": "^6.0.0",
59+
"del": "^6.1.1",
6060
"domain-browser": "^4.22.0",
6161
"enquirer": "^2.3.6",
6262
"events": "^3.3.0",
6363
"fs-browser-stub": "^1.0.1",
6464
"gulp": "^4.0.2",
65-
"htmlparser2": "^7.2.0",
65+
"htmlparser2": "^8.0.1",
6666
"https-browserify": "^1.0.0",
6767
"lodash": "^4.17.21",
6868
"map-stream": "0.0.7",
6969
"meriyah": "^4.2.1",
70-
"minimatch": "^5.0.1",
70+
"minimatch": "^5.1.0",
7171
"npm-which": "^3.0.1",
7272
"os-browserify": "^0.3.0",
7373
"path-browserify": "1.0.1",
@@ -80,24 +80,24 @@
8080
"stream-browserify": "^3.0.0",
8181
"stream-http": "^3.2.0",
8282
"string_decoder": "^1.3.0",
83-
"terser": "^5.12.1",
83+
"terser": "^5.14.0",
8484
"timers-browserify": "^2.0.12",
8585
"tty-browserify": "0.0.1",
86-
"typescript": "^4.6.3",
86+
"typescript": "^4.7.3",
8787
"url": "^0.11.0",
8888
"util": "^0.12.4",
8989
"vm-browserify": "^1.1.2"
9090
},
9191
"devDependencies": {
92-
"@types/node": "^17.0.23",
92+
"@types/node": "^17.0.39",
9393
"gulp-bump": "^3.2.0",
9494
"gulp-conventional-changelog": "^2.0.35",
9595
"gulp-eslint": "^6.0.0",
9696
"jasmine": "^4.1.0",
9797
"jasmine-spec-reporter": "^7.0.0",
9898
"mock-fs": "^5.1.2",
99-
"nodemon": "^2.0.15",
99+
"nodemon": "^2.0.16",
100100
"nyc": "^15.1.0",
101-
"yargs": "^17.4.1"
101+
"yargs": "^17.5.1"
102102
}
103103
}

0 commit comments

Comments
 (0)