diff --git a/package-lock.json b/package-lock.json index 2639b966..84e30cf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@tsconfig/strictest": "2.0.6", - "@types/app-root-path": "1.2.8", + "@types/app-root-path": "3.1.0", "@types/cli-progress": "3.11.6", "@types/fs-extra": "11.0.4", "@types/jest": "29.5.14", @@ -3800,10 +3800,15 @@ "license": "MIT" }, "node_modules/@types/app-root-path": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@types/app-root-path/-/app-root-path-1.2.8.tgz", - "integrity": "sha512-l12miuN6JXAi3yuADZNhRKbyN7IIyaUP9hFVZ/BbHhWYpBkHLbOaX2WkQoXGJyAgMcP9iZ0S9+tz/FN40VrwWQ==", - "dev": true + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@types/app-root-path/-/app-root-path-3.1.0.tgz", + "integrity": "sha512-wZsDCkNcLUSGR+mM6NXy8tj4XUius6wBvbt4TaqZNmp9S+PNocQg9AwjS71tabcHWVWVag0O+lX+FkyuCdO8Ng==", + "deprecated": "This is a stub types definition. app-root-path provides its own type definitions, so you do not need this installed.", + "dev": true, + "license": "MIT", + "dependencies": { + "app-root-path": "*" + } }, "node_modules/@types/babel__core": { "version": "7.20.5", diff --git a/package.json b/package.json index 5a65d3ca..4946e1eb 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "@tsconfig/strictest": "2.0.6", - "@types/app-root-path": "1.2.8", + "@types/app-root-path": "3.1.0", "@types/cli-progress": "3.11.6", "@types/fs-extra": "11.0.4", "@types/jest": "29.5.14",