From 5c7f52f9ce92609933049af917fd39dc4548aedb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:44:01 +0000 Subject: [PATCH] build(deps-dev): bump @types/gulp-svgmin from 1.2.2 to 1.2.3 Bumps [@types/gulp-svgmin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gulp-svgmin) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gulp-svgmin) --- updated-dependencies: - dependency-name: "@types/gulp-svgmin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6855d630d641a..edb1335445b56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "@types/gulp-csso": "^4.0.3", "@types/gulp-sass": "^5.0.2", "@types/gulp-sourcemaps": "^0.0.36", - "@types/gulp-svgmin": "^1.2.2", + "@types/gulp-svgmin": "^1.2.3", "@types/gulp-terser": "^1.2.3", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.7.4", @@ -2280,9 +2280,9 @@ } }, "node_modules/@types/gulp-svgmin": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@types/gulp-svgmin/-/gulp-svgmin-1.2.2.tgz", - "integrity": "sha512-PJ/8Fg52JO6I3x1RxPyN1yhgAytH/WewPhHvcAxsb70ERc8Z1p6S7xd9gZortDy6nIBQvcUZiSSrRxLrLTR2nA==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@types/gulp-svgmin/-/gulp-svgmin-1.2.3.tgz", + "integrity": "sha512-BbXRe6iTpDDpYiXgAhBPjBLdEhCejlhhSvQdsQlhjVk1rOQ9x2P6/bimbTCr4gYWhMjGPhjYYCJWqCbJ3i2EJQ==", "dev": true, "dependencies": { "@types/node": "*", diff --git a/package.json b/package.json index c8c4cf99b55d1..7ee2e4a727a36 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@types/gulp-csso": "^4.0.3", "@types/gulp-sass": "^5.0.2", "@types/gulp-sourcemaps": "^0.0.36", - "@types/gulp-svgmin": "^1.2.2", + "@types/gulp-svgmin": "^1.2.3", "@types/gulp-terser": "^1.2.3", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.7.4",