diff --git a/package-lock.json b/package-lock.json index 6cd9f95e41..2cc8da8560 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@angular/compiler": "12.2.16", "@angular/compiler-cli": "12.2.16", "@angular/core": "12.2.16", - "@types/cordova": "11.0.0", + "@types/cordova": "11.0.3", "@types/fs-extra": "11.0.4", "@types/jest": "27.5.2", "@types/lodash": "4.14.202", @@ -2178,9 +2178,9 @@ } }, "node_modules/@types/cordova": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@types/cordova/-/cordova-11.0.0.tgz", - "integrity": "sha512-AtBm1IAqqXsXszJe6XxuA2iXLhraNCj25p/FHRyikPeW0Z3YfgM6qzWb+VJglJTmZc5lqRNy84cYM/sQI5v6Vw==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@types/cordova/-/cordova-11.0.3.tgz", + "integrity": "sha512-kyuRQ40/NWQVhqGIHq78Ehu2Bf9Mlg0LhmSmis6ZFJK7z933FRfYi8tHe/k/0fB+PGfCf95rJC6TO7dopaFvAg==", "dev": true }, "node_modules/@types/eslint": { @@ -18647,9 +18647,9 @@ } }, "@types/cordova": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@types/cordova/-/cordova-11.0.0.tgz", - "integrity": "sha512-AtBm1IAqqXsXszJe6XxuA2iXLhraNCj25p/FHRyikPeW0Z3YfgM6qzWb+VJglJTmZc5lqRNy84cYM/sQI5v6Vw==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@types/cordova/-/cordova-11.0.3.tgz", + "integrity": "sha512-kyuRQ40/NWQVhqGIHq78Ehu2Bf9Mlg0LhmSmis6ZFJK7z933FRfYi8tHe/k/0fB+PGfCf95rJC6TO7dopaFvAg==", "dev": true }, "@types/eslint": { diff --git a/package.json b/package.json index 3119ce7489..a13e94325c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@angular/compiler": "12.2.16", "@angular/compiler-cli": "12.2.16", "@angular/core": "12.2.16", - "@types/cordova": "11.0.0", + "@types/cordova": "11.0.3", "@types/fs-extra": "11.0.4", "@types/jest": "27.5.2", "@types/lodash": "4.14.202",