Skip to content

Commit 5537d3a

Browse files
committed
Lock file maintenance minors and patches
1 parent 76d5403 commit 5537d3a

File tree

2 files changed

+205
-205
lines changed

2 files changed

+205
-205
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@google-cloud/pubsub": "^4.1.1",
88
"aht20-sensor": "^1.0.2",
9-
"dotenv": "^16.3.1",
9+
"dotenv": "^16.3.2",
1010
"esbuild": "^0.19.11",
1111
"express": "^4.18.2",
1212
"lodash": "^4.17.21",
@@ -18,21 +18,21 @@
1818
},
1919
"devDependencies": {
2020
"@faker-js/faker": "^8.3.1",
21-
"@types/node": "^20.11.0",
22-
"@typescript-eslint/eslint-plugin": "^6.18.1",
23-
"@typescript-eslint/parser": "^6.18.1",
24-
"@typescript-eslint/typescript-estree": "^6.18.1",
25-
"@typescript-eslint/utils": "^6.18.1",
26-
"@vitest/coverage-v8": "^1.2.0",
21+
"@types/node": "^20.11.5",
22+
"@typescript-eslint/eslint-plugin": "^6.19.0",
23+
"@typescript-eslint/parser": "^6.19.0",
24+
"@typescript-eslint/typescript-estree": "^6.19.0",
25+
"@typescript-eslint/utils": "^6.19.0",
26+
"@vitest/coverage-v8": "^1.2.1",
2727
"eslint": "^8.56.0",
2828
"eslint-config-airbnb": "^19.0.4",
2929
"eslint-config-airbnb-typescript": "^17.1.0",
3030
"eslint-plugin-import": "^2.29.1",
3131
"eslint-plugin-jsx-a11y": "^6.8.0",
3232
"eslint-plugin-react": "^7.33.2",
3333
"eslint-plugin-react-hooks": "^4.6.0",
34-
"msw": "^2.0.14",
35-
"vitest": "^1.2.0"
34+
"msw": "^2.1.2",
35+
"vitest": "^1.2.1"
3636
},
3737
"scripts": {
3838
"start": "ts-node-esm src/index.ts",

0 commit comments

Comments
 (0)