diff --git a/package-lock.json b/package-lock.json index 493c447baee..14bb2c52e2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "eslint-plugin-jest": "28.5.0", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-n": "17.7.0", - "eslint-plugin-notice": "0.9.10", + "eslint-plugin-notice": "1.0.0", "eslint-plugin-react": "7.34.2", "eslint-plugin-react-hooks": "4.6.2", "execa": "9.1.0", @@ -17289,13 +17289,14 @@ } }, "node_modules/eslint-plugin-notice": { - "version": "0.9.10", - "resolved": "https://registry.npmjs.org/eslint-plugin-notice/-/eslint-plugin-notice-0.9.10.tgz", - "integrity": "sha512-rF79EuqdJKu9hhTmwUkNeSvLmmq03m/NXq/NHwUENHbdJ0wtoyOjxZBhW4QCug8v5xYE6cGe3AWkGqSIe9KUbQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-notice/-/eslint-plugin-notice-1.0.0.tgz", + "integrity": "sha512-M3VLQMZzZpvfTZ/vy9FmClIKq5rLBbQpM0KgfLZPJPrVXpmJYeobmmb+lfJzHWdNm8PWwvw8KlafQWo2N9xx1Q==", "dev": true, + "license": "MIT", "dependencies": { "find-root": "^1.1.0", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "metric-lcs": "^0.1.2" }, "peerDependencies": { diff --git a/package.json b/package.json index 807f58cdaa2..c69dfb0d19d 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "eslint-plugin-jest": "28.5.0", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-n": "17.7.0", - "eslint-plugin-notice": "0.9.10", + "eslint-plugin-notice": "1.0.0", "eslint-plugin-react": "7.34.2", "eslint-plugin-react-hooks": "4.6.2", "execa": "9.1.0",